Home
last modified time | relevance | path

Searched refs:attr_value (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c409 EGLint attr_value; in PND_gl_createcontext() local
573 &attr_value); in PND_gl_createcontext()
575 if (attr_value != 0) { in PND_gl_createcontext()
587 &attr_value); in PND_gl_createcontext()
589 if (attr_value != 0) { in PND_gl_createcontext()
671 EGL_SAMPLES, &attr_value); in PND_gl_createcontext()
673 _this->gl_config.multisamplesamples = attr_value; in PND_gl_createcontext()
680 _this->gl_config.multisamplebuffers = attr_value; in PND_gl_createcontext()
687 EGL_DEPTH_SIZE, &attr_value); in PND_gl_createcontext()
689 _this->gl_config.depth_size = attr_value; in PND_gl_createcontext()
[all …]

Completed in 3 milliseconds