/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 79 { "rgb16ui", GL_RGB16UI, }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 515 return GL_RGB16UI; in GetSizedFormatInternal() 1628 case GL_RGB16UI: in ValidES3FormatCombination()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Framebuffer.cpp | 552 case GL_RGB16UI: return GL_RGB_INTEGER; in getImplementationColorReadFormat() 613 case GL_RGB16UI: return GL_UNSIGNED_INT; in getImplementationColorReadType()
|
H A D | utilities.cpp | 381 case GL_RGB16UI: in IsSizedInternalFormat() 1025 case GL_UNSIGNED_SHORT: VALIDATE_INTERNALFORMAT(GL_RGB16UI) in ValidateTextureFormatType() 1834 case GL_RGB16UI: in GetColorComponentType()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 181 case FMT_CASE(RGB, UNSIGNED_INT16): return GL_RGB16UI; in getInternalFormat() 510 case GL_RGB16UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT16); 605 case GL_RGB16UI:
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | CopyTexture3DTest.cpp | 145 case GL_RGB16UI: in testCopy() 1006 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats() 1008 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats() 1010 testCopy(testTarget, kColor, GL_RGB16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
|
H A D | TextureUploadFormatTest.cpp | 528 fnTest({GL_RGB16UI, GL_RGB_INTEGER, GL_UNSIGNED_SHORT}, {1, 1, 1, 1}); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 106 case GL_RGB16UI: return GL_RGB; in GetBaseInternalFormat() 196 case GL_UNSIGNED_SHORT: return GL_RGB16UI; in GetSizedInternalFormat() 343 case GL_RGB16UI: return sw::FORMAT_X16B16G16R16UI; in SelectInternalFormat() 1476 ASSERT_OR_RETURN(internalformat == GL_RGB16UI && getExternalFormat() == sw::FORMAT_X16B16G16R16UI); in loadImageData()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 102 GL_RGB8UI, GL_RGB16UI,GL_RGB32UI,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 164 GL_RGB16, GL_RGB16F, GL_RGB16I, GL_RGB16UI, GL_RGB16_SNORM, 324 case GL_RGB16UI: in filterFormats() 570 case GL_RGB16UI: in getEpsilon() 673 case GL_RGB16UI: in getFormat() 770 case GL_RGB16UI: in getNumberOfChannels() 875 case GL_RGB16UI: in getType() 1043 case GL_RGB16UI: in getPixelSizeForFormat() 2333 case GL_RGB16UI: in packPixel()
|
H A D | gl4cTextureViewTests.cpp | 54 GL_RGB16UI, VIEW_CLASS_48_BITS, GL_RGB16I, VIEW_CLASS_48_BITS, GL_RG16F, VIEW_CLASS_32_BITS, GL_R11F_G11F_B10F, 128 GL_RGB16UI, /* >= GL 4.0 */ 230 case GL_RGB16UI: in getAmountOfComponentsForInternalformat() 479 case GL_RGB16UI: in getComponentSizeForInternalformat() 806 case GL_RGB16UI: in getFormatOfInternalformat() 957 case GL_RGB16UI: in getGLFormatOfInternalformat() 1445 case GL_RGB16UI: in getInternalformatString() 1446 result = "GL_RGB16UI"; in getInternalformatString() 1744 case GL_RGB16UI: in getSamplerTypeForInternalformat() 2003 case GL_RGB16UI in getTypeCompatibleWithInternalformat() [all...] |
H A D | gl3cTextureSizePromotion.cpp | 1361 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB16UI, STR(GL_RGB16UI), false, true, 16, 16, 16, 0, 0, 0,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | textureview.c | 143 {GL_VIEW_CLASS_48_BITS, GL_RGB16UI},
|
H A D | glformats.c | 2933 case GL_RGB16UI: in _mesa_gles_check_internalformat() 3323 if (internalFormat != GL_RGB16UI) in _mesa_gles_error_check_format_and_type()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFormatTests.cpp | 498 { "rgb16ui", GL_RGB16UI, }, in init()
|
H A D | es31fFboTestUtil.cpp | 514 case GL_RGB16UI: return "rgb16ui"; in getFormatName()
|
H A D | es31fTextureSpecificationTests.cpp | 806 { "rgb16ui", GL_RGB16UI, }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 165 { FormatID::R16G16B16_UINT, GL_RGB16UI, GL_RGB16UI, GenerateMip<R16G16B16>, NoCopyFunctions, ReadColor<R16G16B16, GLuint>, WriteColor<R16G16B16, GLuint>, GL_UNSIGNED_INT, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, false, false, false, gl::VertexAttribType::UnsignedShort }, 603 case GL_RGB16UI: in InternalFormatToID()
|
H A D | load_functions_table_autogen.cpp | 4257 case GL_RGB16UI: in GetLoadFunctionsMap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 2171 case GL_RGB16UI: in Get() 2173 static constexpr Format info(GL_RGB16UI, in Get()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureRepeatModeTests.cpp | 316 { GL_RGB16UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_SHORT, SAMPLER_UINT, { {16,16,16, 0, 0, 0, 0, 0, NO_FLAG } }, 0 }, 405 { GL_RGB16UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_SHORT, SAMPLER_UINT, { {16,16,16, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
|
H A D | glcInternalformatTests.cpp | 1636 TF(GL_RGB_INTEGER, GL_UNSIGNED_SHORT, GL_RGB16UI), in getESTestData() 1763 TF(GL_RGB_INTEGER, GL_UNSIGNED_SHORT, GL_RGB16UI, EXT_texture_integer), in getGLTestData()
|
H A D | glcPackedPixelsTests.cpp | 213 { GL_RGB16UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_SHORT, SAMPLER_UINT, { {16,16,16, 0, 0, 0, 0, 0, 0 } }, 0 }, 287 { GL_RGB16UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_SHORT, SAMPLER_UINT, { {16,16,16, 0, 0, 0, 0, 0, 0 } }, 0 }, 423 { GL_RGB16UI, GL_RGB_INTEGER, GL_UNSIGNED_SHORT, 6, false },
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 76 /* GL_RGBA GL_RGB GL_LUMINANCE_ALPHA GL_LUMINANCE GL_ALPHA GL_R8 GL_R8_SNORM GL_RG8 GL_RG8_SNORM GL_RGB8 GL_RGB8_SNORM GL_RGB565 GL_RGBA4 GL_RGB5_A1 GL_RGBA8 GL_RGBA8_SNORM GL_RGB10_A2 GL_RGB10_A2UI GL_SRGB8 GL_SRGB8_ALPHA8 GL_R16F GL_RG16F GL_RGB16F GL_RGBA16F GL_R32F GL_RG32F GL_RGB32F GL_RGBA32F GL_R11F_G11F_B10F GL_RGB9_E5 GL_R8I GL_R8UI GL_R16I GL_R16UI GL_R32I GL_R32UI GL_RG8I GL_RG8UI GL_RG16I GL_RG16UI GL_RG32I GL_RG32UI GL_RGB8I GL_RGB8UI GL_RGB16I GL_RGB16UI GL_RGB32I GL_RGB32UI GL_RGBA8I GL_RGBA8UI GL_RGBA16I GL_RGBA16UI GL_RGBA32I GL_RGBA32UI */ 102 /* GL_RGBA16UI, */ GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R16UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RG16UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB16UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGBA16UI, GL_NONE, GL_NONE, 166 GL_RGB16UI, 523 (internalformat == GL_RGB8UI) || (internalformat == GL_RGB10_A2UI) || (internalformat == GL_RGB16UI) || in isInternalFormatCompatibleWithType() 1567 * GL_RGB16UI internal format. 1614 result.data_internalformat = GL_RGB16UI; in getRGB16UIPixelData() 4350 /* GL_RGBA16UI => GL_RGB16UI */ in configureConversionDatabase() 5127 case GL_RGB16UI: in getFormatAndTypeCompatibleWithInternalformat() 5400 case GL_RGB16UI: in getFormatForInternalformat() 6194 case GL_RGB16UI [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | functionsgl_enums.h | 632 #define GL_RGB16UI 0x8D77 macro
|