Home
last modified time | relevance | path

Searched refs:GL_RGB8I (Results 1 - 25 of 65) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp81 { "rgb8i", GL_RGB8I, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp505 return GL_RGB8I; in GetSizedFormatInternal()
1573 case GL_RGB8I: in ValidES3FormatCombination()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp540 case GL_RGB8I: return GL_RGB_INTEGER; in getImplementationColorReadFormat()
601 case GL_RGB8I: return GL_INT; in getImplementationColorReadType()
H A Dutilities.cpp380 case GL_RGB8I: in IsSizedInternalFormat()
1024 case GL_BYTE: VALIDATE_INTERNALFORMAT(GL_RGB8I) in ValidateTextureFormatType()
1847 case GL_RGB8I: in GetColorComponentType()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp183 case FMT_CASE(RGB, SIGNED_INT8): return GL_RGB8I; in getInternalFormat()
512 case GL_RGB8I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT8);
602 case GL_RGB8I:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp130 case GL_RGB8I: in testCopy()
893 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
894 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
895 testCopy(testTarget, kColor, GL_RGB8I, GL_BYTE, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
H A DTextureUploadFormatTest.cpp481 fnTest({GL_RGB8I, GL_RGB_INTEGER, GL_BYTE}, {1, 1, 1, 1}); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp103 case GL_RGB8I: return GL_RGB; in GetBaseInternalFormat()
195 case GL_BYTE: return GL_RGB8I; in GetSizedInternalFormat()
331 case GL_RGB8I: return sw::FORMAT_X8B8G8R8I; in SelectInternalFormat()
1473 ASSERT_OR_RETURN(internalformat == GL_RGB8I && getExternalFormat() == sw::FORMAT_X8B8G8R8I); in loadImageData()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp101 GL_RGB8I, GL_RGB16I, GL_RGB32I,
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp161 GL_RGB8, GL_RGB8I, GL_RGB8UI, GL_RGB8_SNORM,
316 case GL_RGB8I: in filterFormats()
566 case GL_RGB8I: in getEpsilon()
670 case GL_RGB8I: in getFormat()
767 case GL_RGB8I: in getNumberOfChannels()
832 case GL_RGB8I: in getType()
1003 case GL_RGB8I: in getPixelSizeForFormat()
2330 case GL_RGB8I: 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,
132 GL_RGB8I, /* >= GL 4.0 */
238 case GL_RGB8I: in getAmountOfComponentsForInternalformat()
491 case GL_RGB8I: in getComponentSizeForInternalformat()
853 case GL_RGB8I: in getFormatOfInternalformat()
960 case GL_RGB8I: in getGLFormatOfInternalformat()
1457 case GL_RGB8I: in getInternalformatString()
1458 result = "GL_RGB8I"; in getInternalformatString()
1764 case GL_RGB8I: in getSamplerTypeForInternalformat()
1911 case GL_RGB8I in getTypeCompatibleWithInternalformat()
[all...]
H A Dgl3cTextureSizePromotion.cpp1355 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB8I, STR(GL_RGB8I), false, true, 8, 8, 8, 0, 0, 0, GL_INT, GL_INT,
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.c166 {GL_VIEW_CLASS_24_BITS, GL_RGB8I},
H A Dglformats.c2932 case GL_RGB8I: in _mesa_gles_check_internalformat()
3318 if (internalFormat != GL_RGB8I) in _mesa_gles_error_check_format_and_type()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp500 { "rgb8i", GL_RGB8I, }, in init()
H A Des31fFboTestUtil.cpp516 case GL_RGB8I: return "rgb8i"; in getFormatName()
H A Des31fTextureSpecificationTests.cpp808 { "rgb8i", GL_RGB8I, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp227 { FormatID::R8G8B8_SINT, GL_RGB8I, GL_RGB8I, GenerateMip<R8G8B8S>, NoCopyFunctions, ReadColor<R8G8B8S, GLint>, WriteColor<R8G8B8S, GLint>, GL_INT, 8, 8, 8, 0, 0, 0, 0, 3, 0, false, false, false, false, false, gl::VertexAttribType::Byte },
635 case GL_RGB8I: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp4384 case GL_RGB8I: in GetLoadFunctionsMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp2331 case GL_RGB8I: in Get()
2333 static constexpr Format info(GL_RGB8I, in Get()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp313 { GL_RGB8I, GL_RGB, GL_RGB_INTEGER, GL_BYTE, SAMPLER_INT, { { 8, 8, 8, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
402 { GL_RGB8I, GL_RGB, GL_RGB_INTEGER, GL_BYTE, SAMPLER_INT, { { 8, 8, 8, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
H A DglcInternalformatTests.cpp1635 TF(GL_RGB_INTEGER, GL_BYTE, GL_RGB8I), in getESTestData()
1771 TF(GL_RGB_INTEGER, GL_BYTE, GL_RGB8I, EXT_texture_integer), in getGLTestData()
H A DglcPackedPixelsTests.cpp210 { GL_RGB8I, GL_RGB, GL_RGB_INTEGER, GL_BYTE, SAMPLER_INT, { { 8, 8, 8, 0, 0, 0, 0, 0, 0 } }, 0 },
284 { GL_RGB8I, GL_RGB, GL_RGB_INTEGER, GL_BYTE, SAMPLER_INT, { { 8, 8, 8, 0, 0, 0, 0, 0, 0 } }, 0 },
422 { GL_RGB8I, GL_RGB_INTEGER, GL_BYTE, 3, false },
/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 */
99 /* GL_RGBA8I, */ 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_R8I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RG8I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB8I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGBA8I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE,
163 GL_RGB8I,
499 (internalformat == GL_RGB8I) || (internalformat == GL_RGB16I) || (internalformat == GL_RGB32I) || in isInternalFormatCompatibleWithType()
1926 * GL_RGB8I internal format.
1972 result.data_internalformat = GL_RGB8I; in getRGB8IPixelData()
4195 /* GL_RGBA8I => GL_RGB8I */ in configureConversionDatabase()
5100 case GL_RGB8I: in getFormatAndTypeCompatibleWithInternalformat()
5399 case GL_RGB8I: in getFormatForInternalformat()
6206 case GL_RGB8I
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h636 #define GL_RGB8I 0x8D8F macro

Completed in 61 milliseconds

123