Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp78 { "rgb16i", GL_RGB16I, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp509 return GL_RGB16I; in GetSizedFormatInternal()
1595 case GL_RGB16I: in ValidES3FormatCombination()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp548 case GL_RGB16I: return GL_RGB_INTEGER; in getImplementationColorReadFormat()
609 case GL_RGB16I: return GL_INT; in getImplementationColorReadType()
H A Dutilities.cpp382 case GL_RGB16I: in IsSizedInternalFormat()
1026 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_RGB16I) in ValidateTextureFormatType()
1848 case GL_RGB16I: in GetColorComponentType()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp180 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I; in getInternalFormat()
509 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16);
604 case GL_RGB16I:
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp364 texture_cm_face_properties.internalformat = GL_RGB16I; in iterate()
383 texture_cm_face_properties.expected_texture_internal_format = GL_RGB16I; in iterate()
840 * For example for GL_RGB16I and GL_TEXTURE_RED_SIZE implementation may return 16 or 32, in iterate()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCopyTexture3DTest.cpp131 case GL_RGB16I: in testCopy()
897 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, false, false, GLColor(127, 70, 75, 1)); in testIntFormats()
898 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, true, false, GLColor(115, 63, 67, 1)); in testIntFormats()
899 testCopy(testTarget, kColor, GL_RGB16I, GL_SHORT, false, false, true, GLColor(127, 77, 83, 1)); in testIntFormats()
H A DTextureUploadFormatTest.cpp492 fnTest({GL_RGB16I, GL_RGB_INTEGER, GL_SHORT}, {1, 1, 1, 1}); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp105 case GL_RGB16I: return GL_RGB; in GetBaseInternalFormat()
197 case GL_SHORT: return GL_RGB16I; in GetSizedInternalFormat()
339 case GL_RGB16I: return sw::FORMAT_X16B16G16R16I; in SelectInternalFormat()
1479 ASSERT_OR_RETURN(internalformat == GL_RGB16I && getExternalFormat() == sw::FORMAT_X16B16G16R16I); 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.cpp164 GL_RGB16, GL_RGB16F, GL_RGB16I, GL_RGB16UI, GL_RGB16_SNORM,
323 case GL_RGB16I: in filterFormats()
569 case GL_RGB16I: in getEpsilon()
672 case GL_RGB16I: in getFormat()
769 case GL_RGB16I: in getNumberOfChannels()
887 case GL_RGB16I: in getType()
1042 case GL_RGB16I: in getPixelSizeForFormat()
2332 case GL_RGB16I: in packPixel()
H A Dgl4cTextureViewTests.cpp54 GL_RGB16UI, VIEW_CLASS_48_BITS, GL_RGB16I, VIEW_CLASS_48_BITS, GL_RG16F, VIEW_CLASS_32_BITS, GL_R11F_G11F_B10F,
127 GL_RGB16I, /* >= GL 4.0 */
229 case GL_RGB16I: in getAmountOfComponentsForInternalformat()
478 case GL_RGB16I: in getComponentSizeForInternalformat()
851 case GL_RGB16I: in getFormatOfInternalformat()
956 case GL_RGB16I: in getGLFormatOfInternalformat()
1442 case GL_RGB16I: in getInternalformatString()
1443 result = "GL_RGB16I"; in getInternalformatString()
1762 case GL_RGB16I: in getSamplerTypeForInternalformat()
1989 case GL_RGB16I in getTypeCompatibleWithInternalformat()
[all...]
H A Dgl3cTextureSizePromotion.cpp1359 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB16I, STR(GL_RGB16I), false, true, 16, 16, 16, 0, 0, 0, GL_INT,
/third_party/mesa3d/src/mesa/main/
H A Dtextureview.c144 {GL_VIEW_CLASS_48_BITS, GL_RGB16I},
H A Dglformats.c2934 case GL_RGB16I: in _mesa_gles_check_internalformat()
3328 if (internalFormat != GL_RGB16I) in _mesa_gles_error_check_format_and_type()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp497 { "rgb16i", GL_RGB16I, }, in init()
H A Des31fFboTestUtil.cpp513 case GL_RGB16I: return "rgb16i"; in getFormatName()
H A Des31fTextureSpecificationTests.cpp805 { "rgb16i", GL_RGB16I, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp162 { FormatID::R16G16B16_SINT, GL_RGB16I, GL_RGB16I, GenerateMip<R16G16B16S>, NoCopyFunctions, ReadColor<R16G16B16S, GLint>, WriteColor<R16G16B16S, GLint>, GL_INT, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, false, false, false, gl::VertexAttribType::Short },
601 case GL_RGB16I: in InternalFormatToID()
H A Dload_functions_table_autogen.cpp4244 case GL_RGB16I: in GetLoadFunctionsMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp2157 case GL_RGB16I: in Get()
2159 static constexpr Format info(GL_RGB16I, in Get()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp315 { GL_RGB16I, GL_RGB, GL_RGB_INTEGER, GL_SHORT, SAMPLER_INT, { {16,16,16, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
404 { GL_RGB16I, GL_RGB, GL_RGB_INTEGER, GL_SHORT, SAMPLER_INT, { {16,16,16, 0, 0, 0, 0, 0, NO_FLAG } }, 0 },
H A DglcInternalformatTests.cpp1637 TF(GL_RGB_INTEGER, GL_SHORT, GL_RGB16I), in getESTestData()
1769 TF(GL_RGB_INTEGER, GL_SHORT, GL_RGB16I, EXT_texture_integer), in getGLTestData()
H A DglcPackedPixelsTests.cpp212 { GL_RGB16I, GL_RGB, GL_RGB_INTEGER, GL_SHORT, SAMPLER_INT, { {16,16,16, 0, 0, 0, 0, 0, 0 } }, 0 },
286 { GL_RGB16I, GL_RGB, GL_RGB_INTEGER, GL_SHORT, SAMPLER_INT, { {16,16,16, 0, 0, 0, 0, 0, 0 } }, 0 },
424 { GL_RGB16I, GL_RGB_INTEGER, GL_SHORT, 6, 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 */
101 /* GL_RGBA16I, */ 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_R16I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RG16I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB16I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGBA16I, GL_NONE, GL_NONE, GL_NONE,
165 GL_RGB16I,
499 (internalformat == GL_RGB8I) || (internalformat == GL_RGB16I) || (internalformat == GL_RGB32I) || in isInternalFormatCompatibleWithType()
1514 * GL_RGB16I internal format.
1560 result.data_internalformat = GL_RGB16I; in getRGB16IPixelData()
4298 /* GL_RGBA16I => GL_RGB16I */ in configureConversionDatabase()
5118 case GL_RGB16I: in getFormatAndTypeCompatibleWithInternalformat()
5401 case GL_RGB16I: in getFormatForInternalformat()
6192 case GL_RGB16I
[all...]

Completed in 58 milliseconds

123