/external/mesa3d/src/mesa/main/ |
D | glheader.h | 101 #ifndef GL_RGB565 102 #define GL_RGB565 0x8D62 macro
|
/external/swiftshader/src/OpenGL/libGL/ |
D | utilities.cpp | 372 case GL_RGB565: in IsColorRenderable() 399 case GL_RGB565: in IsDepthRenderable() 419 case GL_RGB565: in IsStencilRenderable() 693 case GL_RGB565: return sw::FORMAT_R5G6B5; in ConvertRenderbufferFormat() 844 case sw::FORMAT_R5G6B5: return GL_RGB565; in ConvertBackBufferFormat()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 71 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_RGB565); in BuildFormatMap() 821 case GL_RGB565: in ValidateTextureFormatType() 886 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8, GL_RGB565, GL_SRGB8) in ValidateTextureFormatType() 889 case GL_UNSIGNED_SHORT_5_6_5: VALIDATE_INTERNALFORMAT(GL_RGB565) in ValidateTextureFormatType() 1012 case GL_RGB565: in IsColorRenderable() 1102 case GL_RGB565: in IsDepthRenderable() 1157 case GL_RGB565: in IsStencilRenderable() 1487 case GL_RGB565: return sw::FORMAT_R5G6B5; in ConvertRenderbufferFormat() 1901 case sw::FORMAT_R5G6B5: return GL_RGB565; in ConvertBackBufferFormat()
|
D | libGLESv3.cpp | 79 colorbufferFormat != GL_RGB565 && in validateColorBufferFormat() 145 InsertFormatMapping(map, GL_RGB565, GL_RGB, GL_UNSIGNED_BYTE); in BuildFormatMap3D() 146 InsertFormatMapping(map, GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in BuildFormatMap3D() 291 InsertFormatStorageMapping(map, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5); in BuildFormatMapStorage2D() 1528 case GL_RGB565: in glRenderbufferStorageMultisample()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRboStateQueryTests.cpp | 167 GL_RGBA4, GL_RGB5_A1, GL_RGB565 in test() 208 { GL_RGB565, 5, 6, 5, 0 }, in test()
|
D | es2fFboCompletenessTests.cpp | 45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCountTests.cpp | 58 { "rgb565", GL_RGB565 }, in init()
|
D | es3pTextureFormatTests.cpp | 72 { "rgb565", GL_RGB565, }, in init()
|
D | es3pTextureFilteringTests.cpp | 56 { "rgb565", GL_RGB565 }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 174 case GL_RGB565: in isRequiredFormat() 297 case GL_RGB565: in getMinimumSampleCount()
|
D | es31fFboColorbufferTests.cpp | 288 GL_RGB565, in init()
|
D | es31fInternalFormatQueryTests.cpp | 383 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 182 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, in test() 227 { GL_RGB565, 5, 6, 5, 0 }, in test()
|
D | es3fFboTestCase.cpp | 169 case GL_RGB565: in isRequiredFormat() 290 case GL_RGB565: in getMinimumSampleCount()
|
D | es3fFboCompletenessTests.cpp | 49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, 397 GL_RGBA8, GL_RGB565, GL_DEPTH_COMPONENT24, in build()
|
D | es3fInternalFormatQueryTests.cpp | 188 { "rgb565", GL_RGB565, false }, in init()
|
D | es3fFboMultisampleTests.cpp | 271 GL_RGB565, in init()
|
D | es3fFboStateQueryTests.cpp | 508 { GL_RGB565, GL_UNSIGNED_NORMALIZED }, in test() 657 { GL_RGB565, 5, 6, 5, 0 }, in test()
|
D | es3fPixelBufferObjectTests.cpp | 649 GL_RGB565, in init()
|
/external/deqp/modules/egl/ |
D | teglImageTests.cpp | 309 case GL_RGB565: return "rgb565"; in getStorageName() 534 GL_RGB565, in init() 542 GL_RGB565, in init()
|
D | teglAndroidUtil.cpp | 70 case GL_RGB565: return tcu::Android::internal::PIXEL_FORMAT_RGB_565; in getPixelFormat()
|
D | teglImageFormatTests.cpp | 1125 addCreateRenderbuffer("renderbuffer_rgb565", GL_RGB565); in addCreateRenderbufferActions() 1132 addCreateAndroidNative("android_native_rgb565", GL_RGB565); in addCreateAndroidNativeActions() 1170 case GL_RGB565: in isDepthFormat() 1195 case GL_RGB565: in isStencilFormat() 1305 || createFormat == GL_RGB565 in isCompatibleFormats() 1313 || createFormat == GL_RGB565; in isCompatibleFormats()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 152 case FMT_CASE(RGB, UNORM_SHORT_565): return GL_RGB565; in getInternalFormat() 476 case GL_RGB565: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_SHORT_565); in mapGLInternalFormat() 562 case GL_RGB565: in isGLInternalColorFormatFilterable() 1125 case GL_RGB565: in getRenderableBitsES3()
|
D | gluFboRenderContext.cpp | 88 GL_RGB565, in chooseColorFormat()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.hpp | 208 case HAL_PIXEL_FORMAT_RGB_565: return GL_RGB565; in GLPixelFormatFromAndroid()
|