Searched refs:EGL_BLUE_SIZE (Results 1 – 9 of 9) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglValidate.cpp | 24 case EGL_BLUE_SIZE: in confAttrib()
|
D | EglMacApi.cpp | 131 cfg->getConfAttrib(EGL_BLUE_SIZE,&b); in checkWindowPixelFormatMatch()
|
D | EglConfig.cpp | 161 case EGL_BLUE_SIZE: in getConfAttrib()
|
D | EglImp.cpp | 335 case EGL_BLUE_SIZE: in eglChooseConfig()
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | FBConfig.cpp | 32 EGL_BLUE_SIZE, 112 s_egl.eglGetConfigAttrib(dpy, configs[i], EGL_BLUE_SIZE, &blueSize); in initConfigList()
|
D | FrameBuffer.cpp | 180 EGL_BLUE_SIZE, 1, in initialize()
|
/sdk/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 98 #define EGL_BLUE_SIZE 0x3022 macro
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 53 EGL_BLUE_SIZE, 1,
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 73 EGL_BLUE_SIZE, 1,
|