Searched refs:EGL_GREEN_SIZE (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglValidate.cpp | 23 case EGL_GREEN_SIZE: in confAttrib()
|
D | EglMacApi.cpp | 130 cfg->getConfAttrib(EGL_GREEN_SIZE,&g); in checkWindowPixelFormatMatch()
|
D | EglConfig.cpp | 158 case EGL_GREEN_SIZE: in getConfAttrib()
|
D | EglImp.cpp | 329 case EGL_GREEN_SIZE: in eglChooseConfig()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | FBConfig.cpp | 33 EGL_GREEN_SIZE, 113 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_GREEN_SIZE, &greenSize); in initConfigList()
|
D | FrameBuffer.cpp | 179 EGL_GREEN_SIZE, 1, in initialize()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 99 #define EGL_GREEN_SIZE 0x3023 macro
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 52 EGL_GREEN_SIZE, 1,
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 72 EGL_GREEN_SIZE, 1,
|