Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_5_6_5 (Results 1 – 25 of 139) sorted by relevance

123456

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackAlignmentTest.cpp52 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()
DSixteenBppTextureTest.cpp153 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()
DCopyTexture3DTest.cpp488 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 …]
DTextureUploadFormatTest.cpp36 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()
DD3DImageFormatConversionTest.cpp141 runTest<R5G6B5>(GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DUnpackAlignmentTest.cpp52 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()
DSixteenBppTextureTest.cpp153 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()
DTextureUploadFormatTest.cpp36 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()
DCopyTexture3DTest.cpp192 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()
DD3DImageFormatConversionTest.cpp141 runTest<R5G6B5>(GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglformat.c67 {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/
Dgstglformat.c100 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()
Dgstglrenderbuffer.c94 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/
Dcompsize.c47 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/
Dformat_map_autogen.cpp48 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()
Dformat_map_desktop.cpp63 case GL_UNSIGNED_SHORT_5_6_5: in ValidDesktopType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformat_map_autogen.cpp50 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()
Dformat_map_desktop.cpp63 case GL_UNSIGNED_SHORT_5_6_5: in ValidDesktopType()
/third_party/mesa3d/src/gallium/targets/osmesa/
Dtest-render.cpp55 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/
Dtexcompress_cpal.c53 { 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 },
Dglformats.c241 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/
Des2pTextureFormatTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
Des2pTextureCountTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
Des2pTextureFilteringTests.cpp57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
DFramebufferObjectTest.cpp96 {GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}}}; in TEST_P()

123456