Home
last modified time | relevance | path

Searched refs:GL_RGBA16I (Results 1 – 25 of 92) sorted by relevance

1234

/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp421 case GL_RGBA16I: in IsSizedInternalFormat()
1028 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_RGBA16I) in ValidateTextureFormatType()
1400 case GL_RGBA16I: in IsColorRenderable()
1470 case GL_RGBA16I: in IsDepthRenderable()
1536 case GL_RGBA16I: in IsStencilRenderable()
1641 case GL_RGBA16I: return 16; in GetAlphaSize()
1690 case GL_RGBA16I: return 16; in GetRedSize()
1739 case GL_RGBA16I: return 16; in GetGreenSize()
1788 case GL_RGBA16I: return 16; in GetBlueSize()
1880 case GL_RGBA16I: in GetColorComponentType()
DFramebuffer.cpp549 case GL_RGBA16I: return GL_RGBA_INTEGER; in getImplementationColorReadFormat()
610 case GL_RGBA16I: return GL_INT; in getImplementationColorReadType()
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp101 GL_RGBA8UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI }; in iterate()
352 case GL_RGBA16I: in NumComponents()
383 case GL_RGBA16I: in ReadableType()
DesextcDrawBuffersIndexedBlending.cpp360 case GL_RGBA16I: in NumComponents()
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp60 { "rgba16i", GL_RGBA16I, }, in init()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table_autogen.cpp1733 GL_RGBA16I, in Get()
1747 GL_RGBA16I, in Get()
1901 GL_RGBA16I, in Get()
1915 GL_RGBA16I, in Get()
2083 GL_RGBA16I, in Get()
2111 GL_RGBA16I, in Get()
2359 case GL_RGBA16I: in Get()
2361 static constexpr Format info(GL_RGBA16I, in Get()
2369 GL_RGBA16I, in Get()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp163 case GL_RGBA16I: in isRequiredFormat()
292 case GL_RGBA16I: in getMinimumSampleCount()
Des31fTextureFormatTests.cpp470 { "rgba16i", GL_RGBA16I, }, in init()
581 { "rgba16i", GL_RGBA16I, }, in init()
Des31fFboColorbufferTests.cpp275 GL_RGBA16I, in init()
Des31fInternalFormatQueryTests.cpp404 { "rgba16i", GL_RGBA16I, FormatSamplesCase::FORMAT_INT }, in init()
/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp158 case GL_RGBA16I: in isRequiredFormat()
281 case GL_RGBA16I: in getMinimumSampleCount()
Des3fRboStateQueryTests.cpp185 GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI in test()
248 { GL_RGBA16I, 16, 16, 16, 16 }, in test()
Des3fInternalFormatQueryTests.cpp204 { "rgba16i", GL_RGBA16I, true }, in init()
Des3fFboCompletenessTests.cpp53 GL_RGBA8I, GL_RGBA8UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI,
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp485 return GL_RGBA16I; in GetSizedFormatInternal()
766 case GL_RGBA16I: in ValidES3FormatCombination()
/external/angle/src/tests/gl_tests/
DCopyTexture3DTest.cpp134 case GL_RGBA16I: in testCopy()
866 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_RGBA16I, GL_SHORT, false, false, false, in TEST_P()
868 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_RGBA16I, GL_SHORT, false, true, false, in TEST_P()
870 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_RGBA16I, GL_SHORT, false, false, true, in TEST_P()
1599 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_RGBA16I, GL_SHORT, false, false, in TEST_P()
1601 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_RGBA16I, GL_SHORT, false, true, in TEST_P()
1603 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_RGBA16I, GL_SHORT, false, false, in TEST_P()
DBlendIntegerTest.cpp168 runTest<GL_RGBA16I, 4, true>(); in TEST_P()
/external/mesa3d/src/mesa/main/
Dshaderimage.c97 case GL_RGBA16I: in _mesa_get_shader_image_format()
373 case GL_RGBA16I: in _mesa_is_shader_image_format_supported()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp162 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I; in getInternalFormat()
489 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16); in mapGLInternalFormat()
608 case GL_RGBA16I: in isGLInternalColorFormatFilterable()
1117 case GL_RGBA16I: in getRenderableBitsES3()
/external/virglrenderer/src/
Dvrend_formats.c115 { VIRGL_FORMAT_R16G16B16A16_SINT, GL_RGBA16I, GL_RGBA_INTEGER, GL_SHORT, NO_SWIZZLE },
125 { VIRGL_FORMAT_R16G16B16X16_SINT, GL_RGBA16I, GL_RGBA_INTEGER, GL_SHORT, RGB1_SWIZZLE },
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_texture.cc56 return GL_RGBA16I; in ToTextureInternalFormat()
/external/swiftshader/src/OpenGL/common/
DImage.cpp111 case GL_RGBA16I: return GL_RGBA; in GetBaseInternalFormat()
172 case GL_SHORT: return GL_RGBA16I; in GetSizedInternalFormat()
340 case GL_RGBA16I: return sw::FORMAT_A16B16G16R16I; in SelectInternalFormat()
1454 … ASSERT_OR_RETURN(internalformat == GL_RGBA16I && getExternalFormat() == sw::FORMAT_A16B16G16R16I); in loadImageData()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp89 m_internal_formats[GL_RGBA16I] = sizeof(glw::GLshort) * 4 /* components */; in initTest()
/external/angle/src/compiler/translator/
Dutil.cpp823 return GL_RGBA16I; in GetImageInternalFormatType()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp51 …2F, VIEW_CLASS_64_BITS, GL_RGBA16UI, VIEW_CLASS_64_BITS, GL_RG32UI, VIEW_CLASS_64_BITS, GL_RGBA16I,
88 GL_RGBA16I, /* >= GL 4.0 */
205 case GL_RGBA16I: in getAmountOfComponentsForInternalformat()
379 case GL_RGBA16I: in getComponentSizeForInternalformat()
848 case GL_RGBA16I: in getFormatOfInternalformat()
918 case GL_RGBA16I: in getGLFormatOfInternalformat()
1325 case GL_RGBA16I: in getInternalformatString()
1759 case GL_RGBA16I: in getSamplerTypeForInternalformat()
1988 case GL_RGBA16I: in getTypeCompatibleWithInternalformat()
2452 case GL_RGBA16I: in isInternalformatSupported()

1234