Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmValidate.cpp223 case GL_RGB565_OES: in renderbufferInternalFrmt()
DGLEScmImp.cpp1810 if (internalformat==GL_RGB565_OES) //RGB565 not supported by GL in glRenderbufferStorageOES()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.cpp383 case GL_RGB565_OES: in glUtilsPixelBitSize()
/sdk/emulator/opengl/host/libs/libOpenglRender/
DColorBuffer.cpp36 case GL_RGB565_OES: in create()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglext.h96 #define GL_RGB565_OES 0x8D62 macro