/external/mesa3d/src/glx/ |
D | compsize.c | 47 case GL_UNSIGNED_SHORT_5_6_5: in __glElementsPerGroup() 117 case GL_UNSIGNED_SHORT_5_6_5: in __glBytesPerElement()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_cpal.c | 52 { GL_PALETTE4_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 16, 2 }, 57 { GL_PALETTE8_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 256, 2 },
|
D | glformats.c | 241 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_type_is_packed() 336 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_sizeof_packed_type() 454 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_bytes_per_pixel() 957 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_is_type_unsigned() 1833 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type() 1996 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type() 2126 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type() 2226 || type == GL_UNSIGNED_SHORT_5_6_5 in _mesa_es_error_check_format_and_type() 2708 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_es3_effective_internal_format_for_format_and_type() 2974 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_es3_error_check_format_and_type() [all …]
|
D | formats.c | 966 *datatype = GL_UNSIGNED_SHORT_5_6_5; in _mesa_uncompressed_format_to_type_and_comps() 1626 return ((format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5) || in _mesa_format_matches_format_and_type() 1631 return ((format == GL_BGR && type == GL_UNSIGNED_SHORT_5_6_5) || in _mesa_format_matches_format_and_type() 2013 return format == GL_RGB_INTEGER && type == GL_UNSIGNED_SHORT_5_6_5; in _mesa_format_matches_format_and_type()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
D | es2pTextureCountTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
D | es2pTextureFilteringTests.cpp | 57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
D | es2pTextureUploadTests.cpp | 517 { "rgb_ushort565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | utilities.cpp | 144 case GL_UNSIGNED_SHORT_5_6_5: in ValidateTextureFormatType() 206 case GL_UNSIGNED_SHORT_5_6_5: in ValidateTextureFormatType() 265 case GL_UNSIGNED_SHORT_5_6_5: VALIDATE_INTERNALFORMAT(GL_RGB565_OES) in ValidateTextureFormatType()
|
D | Framebuffer.cpp | 436 case GL_RGB565_OES: return GL_UNSIGNED_SHORT_5_6_5; in getImplementationColorReadType()
|
/external/deqp/modules/gles2/functional/ |
D | es2fNegativeBufferApiTests.cpp | 193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init() 195 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_6_5, &ushortData[0]); in init()
|
D | es2fFboCompletenessTests.cpp | 57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
|
D | es2fTextureUnitTests.cpp | 87 GL_UNSIGNED_SHORT_5_6_5, 660 if (params.dataType == GL_UNSIGNED_SHORT_5_6_5) in init()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_pixel_read.c | 47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 318 case GL_UNSIGNED_SHORT_5_6_5: in radeonChooseTextureFormat()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_pixel_read.c | 47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
|
D | radeon_texture.c | 318 case GL_UNSIGNED_SHORT_5_6_5: in radeonChooseTextureFormat()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | utilities.cpp | 258 case GL_UNSIGNED_SHORT_5_6_5: in ComputePixelSize() 353 case GL_UNSIGNED_SHORT_5_6_5: in CheckTextureFormatType()
|
D | Image.cpp | 224 else if(type == GL_UNSIGNED_SHORT_5_6_5) in selectInternalFormat() 272 case GL_UNSIGNED_SHORT_5_6_5: in loadImageData()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 793 case GL_UNSIGNED_SHORT_5_6_5: in ValidateTextureFormatType() 893 case GL_UNSIGNED_SHORT_5_6_5: in ValidateTextureFormatType() 997 case GL_UNSIGNED_SHORT_5_6_5: VALIDATE_INTERNALFORMAT(GL_RGB565) in ValidateTextureFormatType() 1145 case GL_UNSIGNED_SHORT_5_6_5: in GetTypeSize()
|
D | Framebuffer.cpp | 612 case GL_RGB565: return GL_UNSIGNED_SHORT_5_6_5; in getImplementationColorReadType()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 84 case GL_UNSIGNED_SHORT_5_6_5: return sw::FORMAT_R5G6B5; in ConvertReadFormatType() 321 case GL_UNSIGNED_SHORT_5_6_5: return GL_RGB565; in GetSizedInternalFormat() 622 case GL_UNSIGNED_SHORT_5_6_5: return 2; in ComputePixelSize() 1581 case GL_UNSIGNED_SHORT_5_6_5: in loadImageData()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 64 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5),
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 1105 …reateTexture(prefix + "rgb565", EGL_GL_TEXTURE_2D_KHR, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in addCreateTexture2DActions() 1311 case GL_UNSIGNED_SHORT_5_6_5: in isCompatibleFormats() 1506 …rgb565", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL_RGB, GL_UNSIGNED_SHORT_5_6_5))); in addModifyActions()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 103 case TextureFormat::UNORM_SHORT_565: type = GL_UNSIGNED_SHORT_5_6_5; break; in getTransferFormat() 412 case GL_UNSIGNED_SHORT_5_6_5: return TextureFormat::UNORM_SHORT_565; in mapGLChannelType()
|