Home
last modified time | relevance | path

Searched refs:GL_RGB8UI (Results 1 - 25 of 69) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp82 { "rgb8ui", GL_RGB8UI, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp511 return GL_RGB8UI; in GetSizedFormatInternal()
1606 case GL_RGB8UI: in ValidES3FormatCombination()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp544 case GL_RGB8UI: return GL_RGB_INTEGER; in getImplementationColorReadFormat()
605 case GL_RGB8UI: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
H A Dutilities.cpp379 case GL_RGB8UI: in IsSizedInternalFormat()
1023 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8UI) in ValidateTextureFormatType()
1833 case GL_RGB8UI: in GetColorComponentType()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp184 case FMT_CASE(RGB, UNSIGNED_INT8): return GL_RGB8UI; in getInternalFormat()
513 case GL_RGB8UI: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT8);
603 case GL_RGB8UI:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp144 case GL_RGB8UI: in testCopy()
999 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, false, in testUintFormats()
1001 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, true, false, in testUintFormats()
1003 testCopy(testTarget, kColor, GL_RGB8UI, GL_UNSIGNED_BYTE, false, false, true, in testUintFormats()
H A DTextureUploadFormatTest.cpp517 fnTest({GL_RGB8UI, GL_RGB_INTEGER, GL_UNSIGNED_BYTE}, {1, 1, 1, 1}); in TEST_P()
H A DSwizzleTest.cpp455 init2DTexture(GL_RGB8UI, GL_RGB_INTEGER, GL_UNSIGNED_BYTE, data); in TEST_P()
H A DCopyTextureTest.cpp2139 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB8UI, in TEST_P()
2141 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB8UI, in TEST_P()
2143 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB8UI, in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp104 case GL_RGB8UI: return GL_RGB; in GetBaseInternalFormat()
194 case GL_UNSIGNED_BYTE: return GL_RGB8UI; in GetSizedInternalFormat()
335 case GL_RGB8UI: return sw::FORMAT_X8B8G8R8UI; in SelectInternalFormat()
1470 ASSERT_OR_RETURN(internalformat == GL_RGB8UI && getExternalFormat() == sw::FORMAT_X8B8G8R8UI); in loadImageData()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp221 GL_RGB8UI, in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp102 GL_RGB8UI, GL_RGB16UI,GL_RGB32UI,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp161 GL_RGB8, GL_RGB8I, GL_RGB8UI, GL_RGB8_SNORM,
317 case GL_RGB8UI: in filterFormats()
567 case GL_RGB8UI: in getEpsilon()
671 case GL_RGB8UI: in getFormat()
768 case GL_RGB8UI: in getNumberOfChannels()
821 case GL_RGB8UI: in getType()
1004 case GL_RGB8UI: in getPixelSizeForFormat()
2331 case GL_RGB8UI: in packPixel()
H A Dgl4cTextureViewTests.cpp60 GL_SRGB8, VIEW_CLASS_24_BITS, GL_RGB8UI, VIEW_CLASS_24_BITS, GL_RGB8I, VIEW_CLASS_24_BITS, GL_R16F,
133 GL_RGB8UI, /* >= GL 4.0 */
239 case GL_RGB8UI: in getAmountOfComponentsForInternalformat()
492 case GL_RGB8UI: in getComponentSizeForInternalformat()
808 case GL_RGB8UI: in getFormatOfInternalformat()
961 case GL_RGB8UI: in getGLFormatOfInternalformat()
1460 case GL_RGB8UI: in getInternalformatString()
1461 result = "GL_RGB8UI"; in getInternalformatString()
1746 case GL_RGB8UI: in getSamplerTypeForInternalformat()
1978 case GL_RGB8UI in getTypeCompatibleWithInternalformat()
[all...]
H A Dgl3cTextureSizePromotion.cpp1357 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB8UI, STR(GL_RGB8UI), false, true, 8, 8, 8, 0, 0, 0,
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.c165 {GL_VIEW_CLASS_24_BITS, GL_RGB8UI},
H A Dglformats.c2931 case GL_RGB8UI: in _mesa_gles_check_internalformat()
3313 if (internalFormat != GL_RGB8UI) in _mesa_gles_error_check_format_and_type()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp501 { "rgb8ui", GL_RGB8UI, }, in init()
H A Des31fFboTestUtil.cpp517 case GL_RGB8UI: return "rgb8ui"; in getFormatName()
H A Des31fTextureSpecificationTests.cpp809 { "rgb8ui", GL_RGB8UI, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp230 { FormatID::R8G8B8_UINT, GL_RGB8UI, GL_RGB8UI, GenerateMip<R8G8B8>, NoCopyFunctions, ReadColor<R8G8B8, GLuint>, WriteColor<R8G8B8, GLuint>, GL_UNSIGNED_INT, 8, 8, 8, 0, 0, 0, 0, 3, 0, false, false, false, false, false, gl::VertexAttribType::UnsignedByte },
637 case GL_RGB8UI: in InternalFormatToID()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp2345 case GL_RGB8UI: in Get()
2347 static constexpr Format info(GL_RGB8UI, in Get()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp314 { GL_RGB8UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_BYTE, SAMPLER_UINT, { { 8, 8, 8, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
403 { GL_RGB8UI, GL_RGB, GL_RGB_INTEGER, GL_UNSIGNED_BYTE, SAMPLER_UINT, { { 8, 8, 8, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
H A DglcInternalformatTests.cpp1634 TF(GL_RGB_INTEGER, GL_UNSIGNED_BYTE, GL_RGB8UI), in getESTestData()
1765 TF(GL_RGB_INTEGER, GL_UNSIGNED_BYTE, GL_RGB8UI, EXT_texture_integer), in getGLTestData()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp76 /* 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 */
100 /* GL_RGBA8UI, */ 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_R8UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RG8UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB8UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGBA8UI, GL_NONE, GL_NONE, GL_NONE, GL_NONE,
164 GL_RGB8UI,
523 (internalformat == GL_RGB8UI) || (internalformat == GL_RGB10_A2UI) || (internalformat == GL_RGB16UI) || in isInternalFormatCompatibleWithType()
1327 * GL_RGB8UI internal format.
1979 * GL_RGB8UI internal format.
2027 result.data_internalformat = GL_RGB8UI; in getRGB8UIPixelData()
4247 /* GL_RGBA8UI => GL_RGB8UI */ in configureConversionDatabase()
5109 case GL_RGB8UI: in getFormatAndTypeCompatibleWithInternalformat()
5398 case GL_RGB8UI in getFormatForInternalformat()
[all...]

Completed in 54 milliseconds

123