Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_5_6_5 (Results 1 – 25 of 78) sorted by relevance

1234

/external/mesa3d/src/glx/
Dcompsize.c47 case GL_UNSIGNED_SHORT_5_6_5: in __glElementsPerGroup()
117 case GL_UNSIGNED_SHORT_5_6_5: in __glBytesPerElement()
/external/mesa3d/src/mesa/main/
Dtexcompress_cpal.c52 { 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 },
Dglformats.c241 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 …]
Dformats.c966 *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/
Des2pTextureFormatTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
Des2pTextureCountTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
Des2pTextureFilteringTests.cpp57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
Des2pTextureUploadTests.cpp517 { "rgb_ushort565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp144 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()
DFramebuffer.cpp436 case GL_RGB565_OES: return GL_UNSIGNED_SHORT_5_6_5; in getImplementationColorReadType()
/external/deqp/modules/gles2/functional/
Des2fNegativeBufferApiTests.cpp193 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()
Des2fFboCompletenessTests.cpp57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
Des2fTextureUnitTests.cpp87 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/
Dradeon_pixel_read.c47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
Dradeon_texture.c318 case GL_UNSIGNED_SHORT_5_6_5: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c47 case GL_UNSIGNED_SHORT_5_6_5: in gl_format_and_type_to_mesa_format()
Dradeon_texture.c318 case GL_UNSIGNED_SHORT_5_6_5: in radeonChooseTextureFormat()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp258 case GL_UNSIGNED_SHORT_5_6_5: in ComputePixelSize()
353 case GL_UNSIGNED_SHORT_5_6_5: in CheckTextureFormatType()
DImage.cpp224 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/
Dutilities.cpp793 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()
DFramebuffer.cpp612 case GL_RGB565: return GL_UNSIGNED_SHORT_5_6_5; in getImplementationColorReadType()
/external/swiftshader/src/OpenGL/common/
DImage.cpp84 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/
Des3fFboCompletenessTests.cpp64 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5),
/external/deqp/modules/egl/
DteglImageFormatTests.cpp1105 …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/
DgluTextureUtil.cpp103 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()

1234