/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UnpackAlignmentTest.cpp | 51 case GL_UNSIGNED_SHORT_5_5_5_1: in getPixelSize() 155 testAlignment(1, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P() 195 testAlignment(2, 7 * 2, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P() 235 testAlignment(4, 7 * 2 + 2, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P() 275 testAlignment(8, 7 * 2 + 2, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P()
|
H A D | SixteenBppTextureTest.cpp | 179 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, nullptr); in TEST_P() 184 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, pixels); in TEST_P() 199 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 2, 2, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, nullptr); in TEST_P()
|
H A D | D3DImageFormatConversionTest.cpp | 135 runTest<R5G5B5A1>(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 195 case GL_UNSIGNED_SHORT_5_5_5_1: in testCopy() 564 testCopy(testTarget, kColorNoAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, false, false, in testUnsizedFormats() 566 testCopy(testTarget, kColorPreAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, true, false, in testUnsizedFormats() 568 testCopy(testTarget, kColorUnAlpha, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, false, false, true, in testUnsizedFormats() 736 testCopy(testTarget, kColorNoAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, false, in testUnsignedByteFormats() 738 testCopy(testTarget, kColorPreAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, true, in testUnsignedByteFormats() 740 testCopy(testTarget, kColorUnAlpha, GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1, false, false, in testUnsignedByteFormats()
|
H A D | TextureUploadFormatTest.cpp | 38 case GL_UNSIGNED_SHORT_5_5_5_1: in bytesPerPixel() 391 fnTest({GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1}, {8, 8, 8, 255}); in TEST_P()
|
H A D | FramebufferTest.cpp | 1241 texImageFollowedByFBORead(GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P() 1305 copyTexImageFollowedBySampling(GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P() 1411 blitCopyFollowedByFBORead(GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P() 1454 cubeTexImageFollowedByFBORead(GL_RGB5_A1, GL_UNSIGNED_SHORT_5_5_5_1); in TEST_P() 1481 GL_UNSIGNED_SHORT_5_5_5_1, pixels.data()); in TEST_P() 1503 GL_UNSIGNED_SHORT_5_5_5_1, pixels.data()); in TEST_P() 1587 GL_UNSIGNED_SHORT_5_5_5_1, pixels.data()); in TEST_P() 1651 GL_UNSIGNED_SHORT_5_5_5_1, pixels.data()); in TEST_P()
|
/third_party/mesa3d/src/glx/ |
H A D | compsize.c | 51 case GL_UNSIGNED_SHORT_5_5_5_1: in __glElementsPerGroup() 121 case GL_UNSIGNED_SHORT_5_5_5_1: in __glBytesPerElement()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_cpal.c | 55 { GL_PALETTE4_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 16, 2 }, 60 { GL_PALETTE8_RGB5_A1_OES, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 256, 2 }
|
H A D | glformats.c | 245 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_type_is_packed() 340 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_sizeof_packed_type() 468 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_bytes_per_pixel() 958 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_is_type_unsigned() 1844 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_error_check_format_and_type() 2030 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_error_check_format_and_type() 2146 case GL_UNSIGNED_SHORT_5_5_5_1: in _mesa_error_check_format_and_type() 2216 || type == GL_UNSIGNED_SHORT_5_5_5_1 in _mesa_es_error_check_format_and_type() 2721 case GL_UNSIGNED_SHORT_5_5_5_1: in gles_effective_internal_format_for_format_and_type() 3097 case GL_UNSIGNED_SHORT_5_5_5_1 in _mesa_gles_error_check_format_and_type() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_desktop.cpp | 67 case GL_UNSIGNED_SHORT_5_5_5_1: in ValidDesktopType()
|
H A D | format_map_autogen.cpp | 472 case GL_UNSIGNED_SHORT_5_5_5_1: in GetSizedFormatInternal() 640 case GL_UNSIGNED_SHORT_5_5_5_1: in ValidES3Type() 1464 case GL_UNSIGNED_SHORT_5_5_5_1: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureFormatTests.cpp | 62 { "rgba5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
|
H A D | es2pTextureUploadTests.cpp | 519 { "rgba_ushort5551", GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1 }, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | FramebufferObjectTest.cpp | 95 {GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1}, in TEST_P()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeBufferApiTests.cpp | 201 glReadPixels(0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init() 203 glReadPixels(0, 0, 1, 1, GL_ALPHA, GL_UNSIGNED_SHORT_5_5_5_1, &ushortData[0]); in init()
|
H A D | es2fFboCompletenessTests.cpp | 56 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 1711 * 1) GL_UNSIGNED_BYTE or GL_UNSIGNED_SHORT_5_5_5_1 or 1728 DE_ASSERT(type == GL_UNSIGNED_BYTE || type == GL_UNSIGNED_SHORT_5_5_5_1 || in getRGB5A1PixelData() 1760 case GL_UNSIGNED_SHORT_5_5_5_1: in getRGB5A1PixelData() 3527 getRGB5A1PixelData(1, GL_UNSIGNED_SHORT_5_5_5_1, texel5551_1[0], texel5551_1[1], texel5551_1[2], in configureConversionDatabase() 3531 getRGB5A1PixelData(1, GL_UNSIGNED_SHORT_5_5_5_1, texel5551_2[0], texel5551_2[1], texel5551_2[2], in configureConversionDatabase() 3535 getRGB5A1PixelData(1, GL_UNSIGNED_SHORT_5_5_5_1, texel5551_3[0], texel5551_3[1], texel5551_3[2], in configureConversionDatabase() 3539 getRGB5A1PixelData(1, GL_UNSIGNED_SHORT_5_5_5_1, texel5551_4[0], texel5551_4[1], texel5551_4[2], in configureConversionDatabase() 3585 getRGB5A1PixelData(1, GL_UNSIGNED_SHORT_5_5_5_1, texel5551_1[0], texel5551_1[1], texel5551_1[2], in configureConversionDatabase() 3589 getRGB5A1PixelData(1, GL_UNSIGNED_SHORT_5_5_5_1, texel5551_2[0], texel5551_2[1], texel5551_2[2], in configureConversionDatabase() 3593 getRGB5A1PixelData(1, GL_UNSIGNED_SHORT_5_5_5_1, texel5551_ in configureConversionDatabase() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | load_functions_table_autogen.cpp | 2695 case GL_UNSIGNED_SHORT_5_5_5_1: in RGB5_A1_to_A1R5G5B5_UNORM() 2711 case GL_UNSIGNED_SHORT_5_5_5_1: in RGB5_A1_to_B5G5R5A1_UNORM() 2727 case GL_UNSIGNED_SHORT_5_5_5_1: in RGB5_A1_to_R5G5B5A1_UNORM() 2743 case GL_UNSIGNED_SHORT_5_5_5_1: in RGB5_A1_to_R8G8B8A8_UNORM() 2897 case GL_UNSIGNED_SHORT_5_5_5_1: in RGBA_to_default()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 814 case GL_UNSIGNED_SHORT_5_5_5_1: in ValidateTextureFormatType() 895 case GL_UNSIGNED_SHORT_5_5_5_1: in ValidateTextureFormatType() 985 case GL_UNSIGNED_SHORT_5_5_5_1: VALIDATE_INTERNALFORMAT(GL_RGB5_A1) in ValidateTextureFormatType() 1158 case GL_UNSIGNED_SHORT_5_5_5_1: in GetTypeSize() 1212 case GL_UNSIGNED_SHORT_5_5_5_1: return sw::FORMAT_R5G5B5A1; in ConvertReadFormatType()
|
H A D | Framebuffer.cpp | 593 case GL_RGB5_A1: return GL_UNSIGNED_SHORT_5_5_5_1; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 178 { GL_RGB5_A1, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, SAMPLER_UNORM, { { 5, 5, 5, 1, 0, 0, 0, 0, 0 } }, FLAG_PACKED|FLAG_REQ_RBO }, 255 { GL_RGB5_A1, GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, SAMPLER_UNORM, { { 5, 5, 5, 1, 0, 0, 0, 0, 0 } }, FLAG_PACKED|FLAG_REQ_RBO }, 352 { GL_UNSIGNED_SHORT_5_5_5_1, sizeof(GLushort), STORAGE_UNSIGNED, true, false, { { 5, 5, 5, 1, 0, 0, 0, 0, 0 } }, false }, 379 { GL_UNSIGNED_SHORT_5_5_5_1, sizeof(GLushort), STORAGE_UNSIGNED, true, false, { { 5, 5, 5, 1, 0, 0, 0, 0, 0 } }, false }, 394 { GL_RGB5_A1, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 2, true }, 457 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 2, true }, 482 { GL_RGBA, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, 4, true }, 483 { GL_BGRA, GL_BGRA, GL_UNSIGNED_SHORT_5_5_5_1, 4, true }, 484 { GL_RGBA_INTEGER, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT_5_5_5_1, 4, true }, 485 { GL_BGRA_INTEGER, GL_BGRA_INTEGER, GL_UNSIGNED_SHORT_5_5_5_1, [all...] |
H A D | glcInternalformatTests.cpp | 503 colorConversionMap[GL_UNSIGNED_SHORT_5_5_5_1] = &convertUShort_5_5_5_1; in generateTextureData() 1612 TF(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_RGB5_A1), in getESTestData() 1666 TF(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_RGBA), in getESTestData() 1693 TF(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_RGBA, OES_required_internalformat), in getESTestData() 1694 TF(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, GL_RGB5_A1, OES_required_internalformat), in getESTestData()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeTextureApiTests.cpp | 1152 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB5_A1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 1418 glTexImage2D (GL_TEXTURE_2D, 0, GL_RGB5_A1, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, (const GLvoid*)3); in init() 1457 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 1459 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2089 glTexImage3D(GL_TEXTURE_3D, 0, GL_RGB5_A1, 1, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2217 glTexImage3D (GL_TEXTURE_3D, 0, GL_RGB5_A1, 4, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1, (const GLvoid*)3); in init() 2257 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init() 2259 glTexSubImage3D(GL_TEXTURE_3D, 0, 0, 0, 0, 4, 4, 4, GL_RGB, GL_UNSIGNED_SHORT_5_5_5_1, 0); in init()
|
H A D | es3fFboCompletenessTests.cpp | 63 GLS_UNSIZED_FORMATKEY(GL_RGBA, GL_UNSIGNED_SHORT_5_5_5_1),
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 105 case TextureFormat::UNORM_SHORT_5551: type = GL_UNSIGNED_SHORT_5_5_5_1; break; in getTransferFormat() 411 case GL_UNSIGNED_SHORT_5_5_5_1: return TextureFormat::UNORM_SHORT_5551;
|