/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UnpackAlignmentTest.cpp | 52 case GL_UNSIGNED_SHORT_5_6_5: in getPixelSize() 160 testAlignment(1, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P() 200 testAlignment(2, 7 * 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P() 240 testAlignment(4, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P() 280 testAlignment(8, 7 * 2 + 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
|
H A D | SixteenBppTextureTest.cpp | 153 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 2, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, nullptr); in TEST_P() 159 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 2, 2, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels); in TEST_P() 464 if (colorReadFormat == GL_RGB && colorReadType == GL_UNSIGNED_SHORT_5_6_5) in TEST_P() 467 glReadPixels(0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, readColors.data()); in TEST_P()
|
H A D | TextureUploadFormatTest.cpp | 36 case GL_UNSIGNED_SHORT_5_6_5: in bytesPerPixel() 369 fnTest({GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P() 370 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P()
|
H A D | D3DImageFormatConversionTest.cpp | 141 runTest<R5G6B5>(GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 192 case GL_UNSIGNED_SHORT_5_6_5: in testCopy() 543 testCopy(testTarget, kColorNoAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsizedFormats() 545 testCopy(testTarget, kColorPreAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsizedFormats() 547 testCopy(testTarget, kColorUnAlpha, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsizedFormats() 750 testCopy(testTarget, kColorNoAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, false, in testUnsignedByteFormats() 752 testCopy(testTarget, kColorPreAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, true, false, in testUnsignedByteFormats() 754 testCopy(testTarget, kColorUnAlpha, GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, false, true, in testUnsignedByteFormats()
|
/third_party/mesa3d/src/glx/ |
H A D | compsize.c | 47 case GL_UNSIGNED_SHORT_5_6_5: in __glElementsPerGroup() 117 case GL_UNSIGNED_SHORT_5_6_5: in __glBytesPerElement()
|
/third_party/mesa3d/src/gallium/targets/osmesa/ |
H A D | test-render.cpp | 55 case GL_UNSIGNED_SHORT_5_6_5: in name_params() 159 Params{ OSMESA_RGB_565, GL_UNSIGNED_SHORT_5_6_5, 2, ((0x10 << 0) | 174 auto ret = OSMesaMakeCurrent(ctx.get(), &pixels, GL_UNSIGNED_SHORT_5_6_5, w, h); in TEST()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_cpal.c | 53 { GL_PALETTE4_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 16, 2 }, 58 { GL_PALETTE8_R5_G6_B5_OES, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 256, 2 },
|
H A 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() 959 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_is_type_unsigned() 1818 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type() 1982 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type() 2110 case GL_UNSIGNED_SHORT_5_6_5: in _mesa_error_check_format_and_type() 2208 || type == GL_UNSIGNED_SHORT_5_6_5 in _mesa_es_error_check_format_and_type() 2726 case GL_UNSIGNED_SHORT_5_6_5: in gles_effective_internal_format_for_format_and_type() 3226 case GL_UNSIGNED_SHORT_5_6_5 in _mesa_gles_error_check_format_and_type() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 50 case GL_UNSIGNED_SHORT_5_6_5: in GetSizedFormatInternal() 444 case GL_UNSIGNED_SHORT_5_6_5: in GetSizedFormatInternal() 641 case GL_UNSIGNED_SHORT_5_6_5: in ValidES3Type() 1335 case GL_UNSIGNED_SHORT_5_6_5: in ValidES3FormatCombination()
|
H A D | format_map_desktop.cpp | 63 case GL_UNSIGNED_SHORT_5_6_5: in ValidDesktopType()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureCountTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
H A D | es2pTextureFormatTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
H A D | es2pTextureFilteringTests.cpp | 57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
H A D | es2pTextureUploadTests.cpp | 517 { "rgb_ushort565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | FramebufferObjectTest.cpp | 96 {GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}}}; in TEST_P()
|
H A D | BootAnimationTest.cpp | 52 GL_UNSIGNED_SHORT_5_6_5, data); in initTextureWithData()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A 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()
|
H A D | es2fFboCompletenessTests.cpp | 57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | load_functions_table_autogen.cpp | 221 case GL_UNSIGNED_SHORT_5_6_5: in BGR565_ANGLEX_to_B5G6R5_UNORM() 2313 case GL_UNSIGNED_SHORT_5_6_5: in RGB_to_default() 2651 case GL_UNSIGNED_SHORT_5_6_5: in RGB565_to_B5G6R5_UNORM() 2665 case GL_UNSIGNED_SHORT_5_6_5: in RGB565_to_R5G6B5_UNORM() 2679 case GL_UNSIGNED_SHORT_5_6_5: in RGB565_to_R8G8B8A8_UNORM()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 815 case GL_UNSIGNED_SHORT_5_6_5: in ValidateTextureFormatType() 907 case GL_UNSIGNED_SHORT_5_6_5: in ValidateTextureFormatType() 1011 case GL_UNSIGNED_SHORT_5_6_5: VALIDATE_INTERNALFORMAT(GL_RGB565) in ValidateTextureFormatType() 1159 case GL_UNSIGNED_SHORT_5_6_5: in GetTypeSize() 1233 case GL_UNSIGNED_SHORT_5_6_5: return sw::FORMAT_R5G6B5; in ConvertReadFormatType()
|
H A D | Framebuffer.cpp | 595 case GL_RGB565: return GL_UNSIGNED_SHORT_5_6_5; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcInternalformatTests.cpp | 504 colorConversionMap[GL_UNSIGNED_SHORT_5_6_5] = &convertUShort_5_6_5; in generateTextureData() 1625 TF(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_RGB565), in getESTestData() 1667 TF(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_RGB), in getESTestData() 1695 TF(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_RGB, OES_required_internalformat), in getESTestData() 1696 TF(GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_RGB565, OES_required_internalformat), in getESTestData()
|
H A D | glcPackedPixelsTests.cpp | 253 { GL_RGB565, GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, SAMPLER_UNORM, { { 5, 6, 5, 0, 0, 0, 0, 0, 0 } }, FLAG_PACKED|FLAG_REQ_RBO }, 350 { GL_UNSIGNED_SHORT_5_6_5, sizeof(GLushort), STORAGE_UNSIGNED, true, false, { { 5, 6, 5, 0, 0, 0, 0, 0, 0 } }, false }, 377 { GL_UNSIGNED_SHORT_5_6_5, sizeof(GLushort), STORAGE_UNSIGNED, true, false, { { 5, 6, 5, 0, 0, 0, 0, 0, 0 } }, false }, 411 { GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 2, true }, 459 { GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 2, true }, 470 { GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 3, true }, 471 { GL_RGB_INTEGER, GL_RGB_INTEGER, GL_UNSIGNED_SHORT_5_6_5, 3, true }, 1142 case GL_UNSIGNED_SHORT_5_6_5: in createGradient() 2651 case GL_UNSIGNED_SHORT_5_6_5:
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 65 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5),
|