Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_5_6_5 (Results 1 - 25 of 103) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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()
H A 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()
H A 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()
H A DD3DImageFormatConversionTest.cpp141 runTest<R5G6B5>(GL_RGB, GL_UNSIGNED_SHORT_5_6_5); in TEST_P()
H A 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()
/third_party/mesa3d/src/glx/
H A Dcompsize.c47 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 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/
H A 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 },
H A 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/skia/third_party/externals/angle2/src/libANGLE/
H A 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()
H A Dformat_map_desktop.cpp63 case GL_UNSIGNED_SHORT_5_6_5: in ValidDesktopType()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureCountTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
H A Des2pTextureFormatTests.cpp60 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
H A Des2pTextureFilteringTests.cpp57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 }, in init()
H A Des2pTextureUploadTests.cpp517 { "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 DFramebufferObjectTest.cpp96 {GL_RGB, GL_RGB, GL_UNSIGNED_SHORT_5_6_5}}}; in TEST_P()
H A DBootAnimationTest.cpp52 GL_UNSIGNED_SHORT_5_6_5, data); in initTextureWithData()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fNegativeBufferApiTests.cpp193 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 Des2fFboCompletenessTests.cpp57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dload_functions_table_autogen.cpp221 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 Dutilities.cpp815 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 DFramebuffer.cpp595 case GL_RGB565: return GL_UNSIGNED_SHORT_5_6_5; in getImplementationColorReadType()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcInternalformatTests.cpp504 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 DglcPackedPixelsTests.cpp253 { 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 Des3fFboCompletenessTests.cpp65 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5),

Completed in 27 milliseconds

12345