/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_desktop.cpp | 73 case GL_UNSIGNED_INT_5_9_9_9_REV: in ValidDesktopType() 104 case GL_UNSIGNED_INT_5_9_9_9_REV: in ValidDesktopFormatCombination()
|
H A D | format_map_autogen.cpp | 440 case GL_UNSIGNED_INT_5_9_9_9_REV: in GetSizedFormatInternal() 635 case GL_UNSIGNED_INT_5_9_9_9_REV: in ValidES3Type() 1313 case GL_UNSIGNED_INT_5_9_9_9_REV: in ValidES3FormatCombination()
|
H A D | formatutils.cpp | 1045 AddRGBAFormat(&map, GL_RGB9_E5, true, 9, 9, 9, 0, 5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, GL_FLOAT, false, RequireES<3, 0>, AlwaysSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1359 AddRGBAFormat(&map, GL_RGB, false, 9, 9, 9, 0, 5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, GL_FLOAT, false, NeverSupported, NeverSupported, NeverSupported, NeverSupported, NeverSupported); in BuildInternalFormatInfoMap() 1552 case GL_UNSIGNED_INT_5_9_9_9_REV: in GetPackedTypeInfo()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureUploadFormatTest.cpp | 44 case GL_UNSIGNED_INT_5_9_9_9_REV: in bytesPerPixel() 609 fnTest({GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV}, {1, 1, 1, 0}); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 771 GL_UNSIGNED_INT_5_9_9_9_REV}; in testFloatFormats() 777 if (floatType != GL_UNSIGNED_INT_5_9_9_9_REV && in testFloatFormats() 809 if (floatType != GL_UNSIGNED_INT_5_9_9_9_REV) in testFloatFormats()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 254 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_type_is_packed() 350 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_sizeof_packed_type() 503 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_bytes_per_pixel() 1990 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_error_check_format_and_type() 3241 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_gles_error_check_format_and_type() 3912 case GL_UNSIGNED_INT_5_9_9_9_REV: in _mesa_format_from_format_and_type()
|
H A D | formats.c | 1343 *datatype = GL_UNSIGNED_INT_5_9_9_9_REV; in _mesa_uncompressed_format_to_type_and_comps()
|
H A D | mipmap.c | 706 else if (datatype == GL_UNSIGNED_INT_5_9_9_9_REV && comps == 3) { in do_row() 1366 else if (datatype == GL_UNSIGNED_INT_5_9_9_9_REV && comps == 3) { in do_row_3D()
|
H A D | texgetimage.c | 68 case GL_UNSIGNED_INT_5_9_9_9_REV: in type_needs_clamping()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 78 AddFormat(wgpu::TextureFormat::RGB9E5Ufloat, GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, Type::Float); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcPackedPixelsTests.cpp | 197 { GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0, 0, 0, 0, 5 } }, FLAG_PACKED }, 271 { GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0, 0, 0, 0, 5 } }, FLAG_PACKED }, 356 { GL_UNSIGNED_INT_5_9_9_9_REV, sizeof(GLuint), STORAGE_FLOAT, true, true, { { 9, 9, 9, 5, 0, 0, 0, 0, 0 } }, false }, 383 { GL_UNSIGNED_INT_5_9_9_9_REV, sizeof(GLuint), STORAGE_FLOAT, true, true, { { 9, 9, 9, 5, 0, 0, 0, 0, 0 } }, false }, 415 { GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, 4, false }, 508 { GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, 4, true }, 1160 case GL_UNSIGNED_INT_5_9_9_9_REV: in createGradient() 2689 case GL_UNSIGNED_INT_5_9_9_9_REV: 2805 if (type.type == GL_UNSIGNED_INT_5_9_9_9_REV)
|
H A D | glcTextureRepeatModeTests.cpp | 299 { GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0, 0, 0, 0, 5 } }, FLAG_PACKED }, 388 { GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0, 0, 0, 0, 5 } }, FLAG_PACKED },
|
H A D | glcInternalformatTests.cpp | 507 colorConversionMap[GL_UNSIGNED_INT_5_9_9_9_REV] = &convertUint_5_9_9_9_rev; in generateTextureData() 1627 TF(GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, GL_RGB9_E5), in getESTestData()
|
H A D | glcPackedDepthStencilTests.cpp | 155 GL_UNSIGNED_INT_5_9_9_9_REV, 179 GL_UNSIGNED_INT_5_9_9_9_REV,
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 117 case TextureFormat::UNSIGNED_INT_999_E5_REV: type = GL_UNSIGNED_INT_5_9_9_9_REV; break; in getTransferFormat() 418 case GL_UNSIGNED_INT_5_9_9_9_REV: return TextureFormat::UNSIGNED_INT_999_E5_REV;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 185 case GL_UNSIGNED_INT_5_9_9_9_REV: return GL_RGB9_E5; in GetSizedInternalFormat() 458 case GL_UNSIGNED_INT_5_9_9_9_REV: return 4; in ComputePixelSize() 1430 case GL_UNSIGNED_INT_5_9_9_9_REV: in loadImageData()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 828 case GL_UNSIGNED_INT_5_9_9_9_REV: in ValidateTextureFormatType() 1013 case GL_UNSIGNED_INT_5_9_9_9_REV: VALIDATE_INTERNALFORMAT(GL_RGB9_E5) in ValidateTextureFormatType() 1171 case GL_UNSIGNED_INT_5_9_9_9_REV: in GetTypeSize()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 901 type = GL_UNSIGNED_INT_5_9_9_9_REV; in getType() 2187 case GL_UNSIGNED_INT_5_9_9_9_REV: in readChannel() 2258 case GL_UNSIGNED_INT_5_9_9_9_REV: in writeChannel() 2404 case GL_UNSIGNED_INT_5_9_9_9_REV: in unpackPixel()
|
H A D | gl3cTextureSwizzleTests.cpp | 727 GL_UNSIGNED_INT_5_9_9_9_REV, 1472 else if (GL_UNSIGNED_INT_5_9_9_9_REV == format.m_type) in calculate_values_from_source() 1474 TCU_FAIL("Not supported: GL_UNSIGNED_INT_5_9_9_9_REV"); in calculate_values_from_source()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 448 case GL_UNSIGNED_INT_5_9_9_9_REV: in internal_format()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | load_functions_table_autogen.cpp | 2881 case GL_UNSIGNED_INT_5_9_9_9_REV: in RGB9_E5_to_R9G9B9E5_SHAREDEXP()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 682 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 771 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
H A D | gl3.h | 771 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 752 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
|