Home
last modified time | relevance | path

Searched refs:GL_RGB16I (Results 1 – 25 of 59) sorted by relevance

123

/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp78 { "rgb16i", GL_RGB16I, }, in init()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp507 return GL_RGB16I; in GetSizedFormatInternal()
681 case GL_RGB16I: in ValidES3FormatCombination()
/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp131 case GL_RGB16I: in testCopy()
845 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_RGB16I, GL_SHORT, false, false, false, in TEST_P()
847 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_RGB16I, GL_SHORT, false, true, false, in TEST_P()
849 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_RGB16I, GL_SHORT, false, false, true, in TEST_P()
1578 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_RGB16I, GL_SHORT, false, false, in TEST_P()
1580 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_RGB16I, GL_SHORT, false, true, in TEST_P()
1582 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_RGB16I, GL_SHORT, false, false, in TEST_P()
DTextureUploadFormatTest.cpp476 fnTest({GL_RGB16I, GL_RGB_INTEGER, GL_SHORT}, {1, 1, 1, 1}); in TEST_P()
/external/swiftshader/src/OpenGL/libGLESv2/
DFramebuffer.cpp548 case GL_RGB16I: return GL_RGB_INTEGER; in getImplementationColorReadFormat()
609 case GL_RGB16I: return GL_INT; in getImplementationColorReadType()
Dutilities.cpp411 case GL_RGB16I: in IsSizedInternalFormat()
1055 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_RGB16I) in ValidateTextureFormatType()
1877 case GL_RGB16I: in GetColorComponentType()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp180 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I; in getInternalFormat()
507 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16); in mapGLInternalFormat()
602 case GL_RGB16I: in isGLInternalColorFormatFilterable()
DgluStrUtil.inl849 case GL_RGB16I: return "GL_RGB16I";
1699 case GL_RGB16I: return "GL_RGB16I";
/external/swiftshader/src/OpenGL/common/
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()
1548 … ASSERT_OR_RETURN(internalformat == GL_RGB16I && getExternalFormat() == sw::FORMAT_X16B16G16R16I); in loadImageData()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp100 GL_RGB8I, GL_RGB16I, GL_RGB32I,
Des3fFboTestUtil.cpp959 case GL_RGB16I: return "rgb16i"; in getFormatName()
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp364 texture_cm_face_properties.internalformat = GL_RGB16I; in iterate()
383 texture_cm_face_properties.expected_texture_internal_format = GL_RGB16I; in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp54 …GL_RGB16UI, VIEW_CLASS_48_BITS, GL_RGB16I, VIEW_CLASS_48_BITS, GL_RG16F, VIEW_CLASS_32_BITS, GL_R1…
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()
1762 case GL_RGB16I: in getSamplerTypeForInternalformat()
1989 case GL_RGB16I: in getTypeCompatibleWithInternalformat()
2490 case GL_RGB16I: in isInternalformatSupported()
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()
673 case GL_RGB16I: in getFormat()
771 case GL_RGB16I: in getNumberOfChannels()
890 case GL_RGB16I: in getType()
1046 case GL_RGB16I: in getPixelSizeForFormat()
2343 case GL_RGB16I: in packPixel()
Dgl3cTextureSizePromotion.cpp1349 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB16I, STR(GL_RGB16I), false, true, 16, 16, 16, 0…
/external/mesa3d/src/mesa/main/
Dtextureview.c141 {GL_VIEW_CLASS_48_BITS, GL_RGB16I},
/external/deqp/external/openglcts/modules/common/
DglcTextureRepeatModeTests.cpp315 …{ GL_RGB16I, GL_RGB, GL_RGB_INTEGER, GL_SHORT, SAMPLER_INT, { {16,16,16, 0, 0, 0, 0, 0, NO_FLA…
404 …{ GL_RGB16I, GL_RGB, GL_RGB_INTEGER, GL_SHORT, SAMPLER_INT, { {16,16,16, 0, 0, 0, 0, 0, N…
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp489 { "rgb16i", GL_RGB16I, }, in init()
Des31fFboTestUtil.cpp513 case GL_RGB16I: return "rgb16i"; in getFormatName()
Des31fTextureSpecificationTests.cpp803 { "rgb16i", GL_RGB16I, }, in init()
/external/angle/src/libANGLE/renderer/
DFormat_table_autogen.cpp158 …{ FormatID::R16G16B16_SINT, GL_RGB16I, GL_RGB16I, GenerateMip<R16G16B16S>, NoCopyFunctions, ReadCo…
590 case GL_RGB16I: in InternalFormatToID()
/external/angle/src/libANGLE/renderer/gl/
Dfunctionsgl_enums.h631 #define GL_RGB16I 0x8D89 macro
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table_autogen.cpp2101 case GL_RGB16I: in Get()
2103 static constexpr Format info(GL_RGB16I, in Get()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp553 glInternalFormat=GL_RGB16I; in PVRTGetOGLES3TextureFormat()
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp101 …_NONE, GL_RG16I, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_RGB16I, GL_NONE, GL_NON…
165 GL_RGB16I,
499 … (internalformat == GL_RGB8I) || (internalformat == GL_RGB16I) || (internalformat == GL_RGB32I) || in isInternalFormatCompatibleWithType()
1554 result.data_internalformat = GL_RGB16I; in getRGB16IPixelData()
5113 case GL_RGB16I: in getFormatAndTypeCompatibleWithInternalformat()
5396 case GL_RGB16I: in getFormatForInternalformat()
6187 case GL_RGB16I: in getInternalformatString()
8021 case GL_RGB16I: in getNumberOfBitsForInternalFormat()
9731 case GL_RGB16I: in isInternalFormatCompatibleWithIntegerSampler()

123