Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_INT_5_9_9_9_REV (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_desktop.cpp73 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 Dformat_map_autogen.cpp440 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 Dformatutils.cpp1045 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 DTextureUploadFormatTest.cpp44 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 DCopyTexture3DTest.cpp771 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 Dglformats.c254 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 Dformats.c1343 *datatype = GL_UNSIGNED_INT_5_9_9_9_REV; in _mesa_uncompressed_format_to_type_and_comps()
H A Dmipmap.c706 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 Dtexgetimage.c68 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 DGLFormat.cpp78 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 DglcPackedPixelsTests.cpp197 { 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 DglcTextureRepeatModeTests.cpp299 { 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 DglcInternalformatTests.cpp507 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 DglcPackedDepthStencilTests.cpp155 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 DgluTextureUtil.cpp117 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 DImage.cpp185 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 Dutilities.cpp828 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 Dgl4cCopyImageTests.cpp901 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 Dgl3cTextureSwizzleTests.cpp727 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 Dst_cb_drawpixels.c448 case GL_UNSIGNED_INT_5_9_9_9_REV: in internal_format()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dload_functions_table_autogen.cpp2881 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 Dfunctionsgl_enums.h682 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
/third_party/mesa3d/include/GLES3/
H A Dgl31.h771 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
H A Dgl3.h771 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro
/third_party/openGLES/api/GLES3/
H A Dgl3.h752 #define GL_UNSIGNED_INT_5_9_9_9_REV 0x8C3E macro

Completed in 75 milliseconds

12