/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 78 { "rgb16i", GL_RGB16I, }, in init()
|
/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 507 return GL_RGB16I; in GetSizedFormatInternal() 681 case GL_RGB16I: in ValidES3FormatCombination()
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 131 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()
|
D | TextureUploadFormatTest.cpp | 476 fnTest({GL_RGB16I, GL_RGB_INTEGER, GL_SHORT}, {1, 1, 1, 1}); in TEST_P()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Framebuffer.cpp | 548 case GL_RGB16I: return GL_RGB_INTEGER; in getImplementationColorReadFormat() 609 case GL_RGB16I: return GL_INT; in getImplementationColorReadType()
|
D | utilities.cpp | 411 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/ |
D | gluTextureUtil.cpp | 180 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()
|
D | gluStrUtil.inl | 849 case GL_RGB16I: return "GL_RGB16I"; 1699 case GL_RGB16I: return "GL_RGB16I";
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 105 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/ |
D | es3fFboCompletenessTests.cpp | 100 GL_RGB8I, GL_RGB16I, GL_RGB32I,
|
D | es3fFboTestUtil.cpp | 959 case GL_RGB16I: return "rgb16i"; in getFormatName()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp | 364 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/ |
D | gl4cTextureViewTests.cpp | 54 …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()
|
D | gl4cCopyImageTests.cpp | 164 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()
|
D | gl3cTextureSizePromotion.cpp | 1349 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RGB16I, STR(GL_RGB16I), false, true, 16, 16, 16, 0…
|
/external/mesa3d/src/mesa/main/ |
D | textureview.c | 141 {GL_VIEW_CLASS_48_BITS, GL_RGB16I},
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 315 …{ 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/ |
D | es31fTextureFormatTests.cpp | 489 { "rgb16i", GL_RGB16I, }, in init()
|
D | es31fFboTestUtil.cpp | 513 case GL_RGB16I: return "rgb16i"; in getFormatName()
|
D | es31fTextureSpecificationTests.cpp | 803 { "rgb16i", GL_RGB16I, }, in init()
|
/external/angle/src/libANGLE/renderer/ |
D | Format_table_autogen.cpp | 158 …{ FormatID::R16G16B16_SINT, GL_RGB16I, GL_RGB16I, GenerateMip<R16G16B16S>, NoCopyFunctions, ReadCo… 590 case GL_RGB16I: in InternalFormatToID()
|
/external/angle/src/libANGLE/renderer/gl/ |
D | functionsgl_enums.h | 631 #define GL_RGB16I 0x8D89 macro
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | texture_format_table_autogen.cpp | 2101 case GL_RGB16I: in Get() 2103 static constexpr Format info(GL_RGB16I, in Get()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 553 glInternalFormat=GL_RGB16I; in PVRTGetOGLES3TextureFormat()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 101 …_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()
|