Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_4_4_4_4 (Results 1 – 25 of 76) sorted by relevance

1234

/external/mesa3d/src/glx/
Dcompsize.c49 case GL_UNSIGNED_SHORT_4_4_4_4: in __glElementsPerGroup()
119 case GL_UNSIGNED_SHORT_4_4_4_4: in __glBytesPerElement()
/external/mesa3d/src/mesa/main/
Dglformats.c243 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_type_is_packed()
338 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_sizeof_packed_type()
461 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_bytes_per_pixel()
955 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_is_type_unsigned()
1844 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2042 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2065 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2162 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2233 || type == GL_UNSIGNED_SHORT_4_4_4_4 in _mesa_es_error_check_format_and_type()
2699 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_es3_effective_internal_format_for_format_and_type()
[all …]
Dtexcompress_cpal.c53 { GL_PALETTE4_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 16, 2 },
58 { GL_PALETTE8_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 256, 2 },
Dformats.c863 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_uncompressed_format_to_type_and_comps()
924 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_uncompressed_format_to_type_and_comps()
930 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_uncompressed_format_to_type_and_comps()
1568 if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4 && !swapBytes) in _mesa_format_matches_format_and_type()
1577 if (format == GL_ABGR_EXT && type == GL_UNSIGNED_SHORT_4_4_4_4 && !swapBytes) in _mesa_format_matches_format_and_type()
1586 if (format == GL_RGBA && type == GL_UNSIGNED_SHORT_4_4_4_4 && swapBytes) in _mesa_format_matches_format_and_type()
1912 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_SHORT_4_4_4_4 && !swapBytes) in _mesa_format_matches_format_and_type()
1923 if (format == GL_RGBA_INTEGER && type == GL_UNSIGNED_SHORT_4_4_4_4 && swapBytes) in _mesa_format_matches_format_and_type()
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp1593 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
1658 …Image2DAlignCase (m_context, "2d_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1659 …Image2DAlignCase (m_context, "2d_rgba4444_51_2", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1660 …Image2DAlignCase (m_context, "2d_rgba4444_51_4", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1661 …Image2DAlignCase (m_context, "2d_rgba4444_51_8", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1676 …geCubeAlignCase (m_context, "cube_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1677 …geCubeAlignCase (m_context, "cube_rgba4444_51_2", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1678 …geCubeAlignCase (m_context, "cube_rgba4444_51_4", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1679 …geCubeAlignCase (m_context, "cube_rgba4444_51_8", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0, 51… in init()
1739 …mage2DAlignCase (m_context, "2d_rgba4444_51_1", "", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 64, 64,… in init()
[all …]
Des2fNegativeBufferApiTests.cpp165 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init()
197 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
199 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
Des2fFboCompletenessTests.cpp55 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
Des2fTextureWrapTests.cpp278 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
Des2fTextureUnitTests.cpp88 GL_UNSIGNED_SHORT_4_4_4_4,
662 …else if (params.dataType == GL_UNSIGNED_SHORT_4_4_4_4 || params.dataType == GL_UNSIGNED_SHORT_5_5_… in init()
Des2fTextureSizeTests.cpp379 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
/external/deqp/modules/gles2/performance/
Des2pTextureFormatTests.cpp61 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp142 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidateTextureFormatType()
195 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidateTextureFormatType()
256 case GL_UNSIGNED_SHORT_4_4_4_4: VALIDATE_INTERNALFORMAT(GL_RGBA4_OES) in ValidateTextureFormatType()
DFramebuffer.cpp433 case GL_RGBA4_OES: return GL_UNSIGNED_SHORT_4_4_4_4; in getImplementationColorReadType()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_pixel_read.c68 case GL_UNSIGNED_SHORT_4_4_4_4: in gl_format_and_type_to_mesa_format()
Dradeon_texture.c297 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
312 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_pixel_read.c68 case GL_UNSIGNED_SHORT_4_4_4_4: in gl_format_and_type_to_mesa_format()
Dradeon_texture.c297 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
312 case GL_UNSIGNED_SHORT_4_4_4_4: in radeonChooseTextureFormat()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp882 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidateTextureFormatType()
963 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidateTextureFormatType()
1053 case GL_UNSIGNED_SHORT_4_4_4_4: VALIDATE_INTERNALFORMAT(GL_RGBA4) in ValidateTextureFormatType()
1226 case GL_UNSIGNED_SHORT_4_4_4_4: in GetTypeSize()
1280 case GL_UNSIGNED_SHORT_4_4_4_4: return sw::FORMAT_R4G4B4A4; in ConvertReadFormatType()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp2343 DE_ASSERT(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_SHORT_4_4_4_4); in getRGBA4PixelData()
2366 case GL_UNSIGNED_SHORT_4_4_4_4: in getRGBA4PixelData()
3254 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_1[0], texel4444_1[1], texel4444_1[2], in configureConversionDatabase()
3258 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_2[0], texel4444_2[1], texel4444_2[2], in configureConversionDatabase()
3262 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_3[0], texel4444_3[1], texel4444_3[2], in configureConversionDatabase()
3266 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_4[0], texel4444_4[1], texel4444_4[2], in configureConversionDatabase()
3292 …addEntryToConversionDatabase(getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_1[0], texel… in configureConversionDatabase()
3296 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_2[0], texel4444_2[1], in configureConversionDatabase()
3300 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_3[0], texel4444_3[1], in configureConversionDatabase()
3304 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_4[0], texel4444_4[1], in configureConversionDatabase()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp177 …{ GL_RGBA4, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, SAMPLER_UNORM, { { 4, 4…
254 …{ GL_RGBA4, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, SAMPLER_UNORM, { { 4, 4, 4, …
351 …{ GL_UNSIGNED_SHORT_4_4_4_4, sizeof(GLushort), STORAGE_UNSIGNED, true, false, { { 4, 4, 4, …
378 …{ GL_UNSIGNED_SHORT_4_4_4_4, sizeof(GLushort), STORAGE_UNSIGNED, true, false, { { 4, 4, 4, …
393 { GL_RGBA4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 2, true },
456 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 2, true },
474 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 4, true },
476 { GL_RGBA_INTEGER, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT_4_4_4_4, 4, true },
479 { GL_BGRA, GL_BGRA, GL_UNSIGNED_SHORT_4_4_4_4, 4, true },
481 { GL_BGRA_INTEGER, GL_BGRA_INTEGER, GL_UNSIGNED_SHORT_4_4_4_4, 4, true },
[all …]
DglcInternalformatTests.cpp469 colorConversionMap[GL_UNSIGNED_SHORT_4_4_4_4] = &convertUShort_4_4_4_4; in generateTextureData()
1409 TF(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, GL_RGBA), in getESTestData()
1453 TF(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, GL_RGBA4), in getESTestData()
1485 TF(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, GL_RGBA4, OES_required_internalformat), in getESTestData()
/external/deqp/modules/gles3/functional/
Des3fNegativeTextureApiTests.cpp1146 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
1446 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
1599 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGBA4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
1602 …glTexSubImage2D (GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (const GLvoid… in init()
2077 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
2239 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
2397 glTexImage3D (GL_TEXTURE_3D, 0, GL_RGBA4, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 0); in init()
2400 …glTexSubImage3D (GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, (const … in init()
Des3fFboCompletenessTests.cpp61 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4),
Des3fNegativeBufferApiTests.cpp175 glReadPixels(0, 0, 1, 1, GL_LUMINANCE_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ubyteData[0]); in init()
209 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
211 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_4_4_4_4, &ushortData[0]); in init()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp1111 …eateTexture(prefix + "rgba4", EGL_GL_TEXTURE_2D_KHR, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in addCreateTexture2DActions()
1350 case GL_UNSIGNED_SHORT_4_4_4_4: in isCompatibleFormats()
1512 …ba4", MovePtr<Action>(new GLES2ImageApi::ModifyTexSubImage(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4))); in addModifyActions()

1234