Home
last modified time | relevance | path

Searched refs:GL_RGB565 (Results 1 – 25 of 74) sorted by relevance

123

/external/mesa3d/src/mesa/main/
Dglheader.h81 #ifndef GL_RGB565
82 #define GL_RGB565 0x8D62 macro
Dglformats.c675 case GL_RGB565: in _mesa_is_enum_format_unorm()
1023 case GL_RGB565: in _mesa_is_color_format()
2356 case GL_RGB565: in _mesa_base_tex_format()
2710 return GL_RGB565; in _mesa_es3_effective_internal_format_for_format_and_type()
2961 case GL_RGB565: in _mesa_es3_error_check_format_and_type()
2977 case GL_RGB565: in _mesa_es3_error_check_format_and_type()
3646 case GL_RGB565: in _mesa_is_es3_color_renderable()
3699 case GL_RGB565: in _mesa_is_es3_texture_filterable()
Dtexformat.c271 case GL_RGB565: in _mesa_choose_tex_format()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp372 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/deqp/modules/gles3/performance/
Des3pTextureCountTests.cpp58 { "rgb565", GL_RGB565 }, in init()
Des3pTextureFormatTests.cpp72 { "rgb565", GL_RGB565, }, in init()
Des3pTextureFilteringTests.cpp56 { "rgb565", GL_RGB565 }, in init()
/external/deqp/modules/gles2/functional/
Des2fRboStateQueryTests.cpp167 GL_RGBA4, GL_RGB5_A1, GL_RGB565 in test()
208 { GL_RGB565, 5, 6, 5, 0 }, in test()
Des2fFboCompletenessTests.cpp45 GL_RGBA4, GL_RGB5_A1, GL_RGB565,
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp72 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_RGB565); in BuildFormatMap()
858 case GL_RGB565: in ValidateTextureFormatType()
923 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8, GL_RGB565, GL_SRGB8) in ValidateTextureFormatType()
926 case GL_UNSIGNED_SHORT_5_6_5: VALIDATE_INTERNALFORMAT(GL_RGB565) in ValidateTextureFormatType()
1054 case GL_RGB565: in IsColorRenderable()
1145 case GL_RGB565: in IsDepthRenderable()
1203 case GL_RGB565: in IsStencilRenderable()
1535 case GL_RGB565: return sw::FORMAT_R5G6B5; in ConvertRenderbufferFormat()
1949 case sw::FORMAT_R5G6B5: return GL_RGB565; in ConvertBackBufferFormat()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp174 case GL_RGB565: in isRequiredFormat()
297 case GL_RGB565: in getMinimumSampleCount()
Des31fFboColorbufferTests.cpp288 GL_RGB565, in init()
Des31fInternalFormatQueryTests.cpp383 { "rgb565", GL_RGB565, FormatSamplesCase::FORMAT_COLOR }, in init()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp182 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()
Des3fFboTestCase.cpp169 case GL_RGB565: in isRequiredFormat()
290 case GL_RGB565: in getMinimumSampleCount()
Des3fFboCompletenessTests.cpp49 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()
Des3fInternalFormatQueryTests.cpp188 { "rgb565", GL_RGB565, false }, in init()
Des3fFboMultisampleTests.cpp271 GL_RGB565, in init()
Des3fFboStateQueryTests.cpp508 { GL_RGB565, GL_UNSIGNED_NORMALIZED }, in test()
657 { GL_RGB565, 5, 6, 5, 0 }, in test()
/external/deqp/modules/egl/
DteglImageTests.cpp309 case GL_RGB565: return "rgb565"; in getStorageName()
534 GL_RGB565, in init()
542 GL_RGB565, in init()
DteglAndroidUtil.cpp70 case GL_RGB565: return tcu::Android::internal::PIXEL_FORMAT_RGB_565; in getPixelFormat()
DteglImageFormatTests.cpp1125 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/
DgluTextureUtil.cpp152 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()
DgluFboRenderContext.cpp88 GL_RGB565, in chooseColorFormat()
/external/swiftshader/src/OpenGL/common/
DImage.hpp224 case HAL_PIXEL_FORMAT_RGB_565: return GL_RGB565; in GLPixelFormatFromAndroid()

123