Searched refs:EGL_RED_SIZE (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | FBConfig.cpp | 34 EGL_RED_SIZE, 111 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_RED_SIZE, &redSize); in initConfigList()
|
D | FrameBuffer.cpp | 178 EGL_RED_SIZE, 1, in initialize()
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglValidate.cpp | 22 case EGL_RED_SIZE: in confAttrib()
|
D | EglMacApi.cpp | 129 cfg->getConfAttrib(EGL_RED_SIZE,&r); in checkWindowPixelFormatMatch()
|
D | EglConfig.cpp | 155 case EGL_RED_SIZE: in getConfAttrib()
|
D | EglImp.cpp | 323 case EGL_RED_SIZE: in eglChooseConfig()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 100 #define EGL_RED_SIZE 0x3024 macro
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 51 EGL_RED_SIZE, 1,
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 71 EGL_RED_SIZE, 1,
|