/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
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()
|
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()
|
D | CopyTexture3DTest.cpp | 488 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P() 490 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P() 492 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 200, 200), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P() 670 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 200), GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P() 672 testCopy(GL_TEXTURE_3D, GLColor(250, 200, 150, 200), GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P() 674 testCopy(GL_TEXTURE_3D, GLColor(100, 150, 250, 200), GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, false, in TEST_P() 1216 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in TEST_P() 1218 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 100), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in TEST_P() 1220 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(100, 150, 200, 200), GL_RGB, GL_UNSIGNED_SHORT_5_6_5, in TEST_P() 1387 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(250, 200, 150, 200), GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, in TEST_P() [all …]
|
D | TextureUploadFormatTest.cpp | 36 case GL_UNSIGNED_SHORT_5_6_5: in bytesPerPixel() 353 fnTest({GL_RGB565, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P() 354 fnTest({GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, {8, 4, 8, 0}); in TEST_P()
|
D | D3DImageFormatConversionTest.cpp | 141 runTest<R5G6B5>(GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
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()
|
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()
|
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()
|
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()
|
D | D3DImageFormatConversionTest.cpp | 141 runTest<R5G6B5>(GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 67 {GST_GL_RGB565, GL_UNSIGNED_SHORT_5_6_5, 2}, 108 {GST_GL_RGB565, GST_GL_RGB, GL_UNSIGNED_SHORT_5_6_5}, 109 {GST_GL_RGB565, GST_GL_RGB565, GL_UNSIGNED_SHORT_5_6_5}, 154 {GST_GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GST_GL_RGB565},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglformat.c | 100 case GL_UNSIGNED_SHORT_5_6_5: in _gl_type_n_components() 117 case GL_UNSIGNED_SHORT_5_6_5: in _gl_type_n_bytes() 288 case GL_UNSIGNED_SHORT_5_6_5: in gst_gl_sized_gl_format_from_gl_format_type() 376 *gl_type = GL_UNSIGNED_SHORT_5_6_5; in gst_gl_format_type_from_sized_gl_format()
|
D | gstglrenderbuffer.c | 94 renderbuffer_type = GL_UNSIGNED_SHORT_5_6_5; in _gl_rbo_create() 126 tex_type = GL_UNSIGNED_SHORT_5_6_5; in gst_gl_renderbuffer_init()
|
/third_party/mesa3d/src/glx/ |
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/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | format_map_autogen.cpp | 48 case GL_UNSIGNED_SHORT_5_6_5: in GetSizedFormatInternal() 318 case GL_UNSIGNED_SHORT_5_6_5: in GetSizedFormatInternal() 504 case GL_UNSIGNED_SHORT_5_6_5: in ValidES3Type() 727 case GL_UNSIGNED_SHORT_5_6_5: in ValidES3FormatCombination()
|
D | format_map_desktop.cpp | 63 case GL_UNSIGNED_SHORT_5_6_5: in ValidDesktopType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
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()
|
D | format_map_desktop.cpp | 63 case GL_UNSIGNED_SHORT_5_6_5: in ValidDesktopType()
|
/third_party/mesa3d/src/gallium/targets/osmesa/ |
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/ |
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 },
|
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/vk-gl-cts/modules/gles2/performance/ |
D | es2pTextureFormatTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
D | es2pTextureCountTests.cpp | 60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
D | es2pTextureFilteringTests.cpp | 57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
D | FramebufferObjectTest.cpp | 96 {GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}}}; in TEST_P()
|