Home
last modified time | relevance | path

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

123456

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackAlignmentTest.cpp53 case GL_UNSIGNED_SHORT_4_4_4_4: in getPixelSize()
150 testAlignment(1, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
190 testAlignment(2, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
230 testAlignment(4, 7 * 2 + 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
270 testAlignment(8, 7 * 2 + 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
DCopyTexture3DTest.cpp502 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, in TEST_P()
504 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, in TEST_P()
506 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 200, 200), GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, in TEST_P()
621 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, in TEST_P()
623 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, in TEST_P()
625 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 200, 210), GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, in TEST_P()
1230 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, in TEST_P()
1232 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, in TEST_P()
1234 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(100, 150, 200, 200), GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, in TEST_P()
1352 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, in TEST_P()
[all …]
DSixteenBppTextureTest.cpp241 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, nullptr); in TEST_P()
247 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, pixels); in TEST_P()
382 colorReadType == GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
DD3DImageFormatConversionTest.cpp129 runTest<R4G4B4A4>(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
DTextureUploadFormatTest.cpp37 case GL_UNSIGNED_SHORT_4_4_4_4: in bytesPerPixel()
365 fnTest({GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4}, {16, 16, 16, 16}); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackAlignmentTest.cpp53 case GL_UNSIGNED_SHORT_4_4_4_4: in getPixelSize()
150 testAlignment(1, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
190 testAlignment(2, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
230 testAlignment(4, 7 * 2 + 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
270 testAlignment(8, 7 * 2 + 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
DSixteenBppTextureTest.cpp241 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, nullptr); in TEST_P()
247 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, pixels); in TEST_P()
382 colorReadType == GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
DTextureUploadFormatTest.cpp37 case GL_UNSIGNED_SHORT_4_4_4_4: in bytesPerPixel()
380 fnTest({GL_RGBA4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4}, {16, 16, 16, 16}); in TEST_P()
381 fnTest({GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4}, {16, 16, 16, 16}); in TEST_P()
DCopyTexture3DTest.cpp198 case GL_UNSIGNED_SHORT_4_4_4_4: in testCopy()
557 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, false, false, in testUnsizedFormats()
559 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, true, false, in testUnsizedFormats()
561 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, false, false, true, in testUnsizedFormats()
695 testCopy(testTarget, kColorNoAlpha, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, false, in testUnsignedByteFormats()
697 testCopy(testTarget, kColorPreAlpha, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, false, true, in testUnsignedByteFormats()
699 testCopy(testTarget, GLColor(100, 150, 200, 210), GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, in testUnsignedByteFormats()
DD3DImageFormatConversionTest.cpp129 runTest<R4G4B4A4>(GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4); in TEST_P()
DVulkanFramebufferTest.cpp103 GL_UNSIGNED_SHORT_4_4_4_4, pixels.data()); in TEST_P()
/third_party/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()
/third_party/vk-gl-cts/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()
/third_party/mesa3d/src/mesa/main/
Dtexcompress_cpal.c54 { GL_PALETTE4_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 16, 2 },
59 { GL_PALETTE8_RGBA4_OES, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, 256, 2 },
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()
957 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_is_type_unsigned()
1829 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2028 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2051 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2144 case GL_UNSIGNED_SHORT_4_4_4_4: in _mesa_error_check_format_and_type()
2215 || type == GL_UNSIGNED_SHORT_4_4_4_4 in _mesa_es_error_check_format_and_type()
2716 case GL_UNSIGNED_SHORT_4_4_4_4: in gles_effective_internal_format_for_format_and_type()
[all …]
Dformats.c928 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_uncompressed_format_to_type_and_comps()
985 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_uncompressed_format_to_type_and_comps()
991 *datatype = GL_UNSIGNED_SHORT_4_4_4_4; in _mesa_uncompressed_format_to_type_and_comps()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformat_map_autogen.cpp344 case GL_UNSIGNED_SHORT_4_4_4_4: in GetSizedFormatInternal()
501 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidES3Type()
957 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidES3FormatCombination()
Dformat_map_desktop.cpp65 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidDesktopType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformat_map_autogen.cpp470 case GL_UNSIGNED_SHORT_4_4_4_4: in GetSizedFormatInternal()
638 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidES3Type()
1452 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidES3FormatCombination()
Dformat_map_desktop.cpp65 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidDesktopType()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureFormatTests.cpp61 { "rgba4444", GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp94 {GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4}, in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp813 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidateTextureFormatType()
894 case GL_UNSIGNED_SHORT_4_4_4_4: in ValidateTextureFormatType()
984 case GL_UNSIGNED_SHORT_4_4_4_4: VALIDATE_INTERNALFORMAT(GL_RGBA4) in ValidateTextureFormatType()
1157 case GL_UNSIGNED_SHORT_4_4_4_4: in GetTypeSize()
1211 case GL_UNSIGNED_SHORT_4_4_4_4: return sw::FORMAT_R4G4B4A4; in ConvertReadFormatType()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp2349 DE_ASSERT(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_SHORT_4_4_4_4); in getRGBA4PixelData()
2372 case GL_UNSIGNED_SHORT_4_4_4_4: in getRGBA4PixelData()
3259 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_1[0], texel4444_1[1], texel4444_1[2], in configureConversionDatabase()
3263 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_2[0], texel4444_2[1], texel4444_2[2], in configureConversionDatabase()
3267 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_3[0], texel4444_3[1], texel4444_3[2], in configureConversionDatabase()
3271 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_4[0], texel4444_4[1], texel4444_4[2], in configureConversionDatabase()
3297 …addEntryToConversionDatabase(getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_1[0], texel… in configureConversionDatabase()
3301 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_2[0], texel4444_2[1], in configureConversionDatabase()
3305 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_3[0], texel4444_3[1], in configureConversionDatabase()
3309 getRGBA4PixelData(1, GL_UNSIGNED_SHORT_4_4_4_4, texel4444_4[0], texel4444_4[1], in configureConversionDatabase()
[all …]

123456