Home
last modified time | relevance | path

Searched refs:GL_RG8I (Results 1 – 25 of 83) sorted by relevance

1234

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp100 GL_R16UI, GL_R32I, GL_R32UI, GL_RG8I, GL_RG8UI, in iterate()
337 case GL_RG8I: in NumComponents()
380 case GL_RG8I: in ReadableType()
DesextcDrawBuffersIndexedBlending.cpp345 case GL_RG8I: in NumComponents()
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp92 { "rg8i", GL_RG8I, }, in init()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp188 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, GL_RGBA8UI, in test()
244 { GL_RG8I, 8, 8, 0, 0 }, in test()
Des3fFboTestCase.cpp175 case GL_RG8I: in isRequiredFormat()
298 case GL_RG8I: in getMinimumSampleCount()
Des3fInternalFormatQueryTests.cpp196 { "rg8i", GL_RG8I, true }, in init()
Des3fFboCompletenessTests.cpp53 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI,
Des3fPixelBufferObjectTests.cpp664 GL_RG8I, in init()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp181 case GL_RG8I: in isRequiredFormat()
318 case GL_RG8I: in getMinimumSampleCount()
Des31fTextureFormatTests.cpp511 { "rg8i", GL_RG8I, }, in init()
579 { "rg8i", GL_RG8I, }, in init()
Des31fFboColorbufferTests.cpp384 GL_RG8I, in init()
Des31fInternalFormatQueryTests.cpp400 { "rg8i", GL_RG8I, FormatSamplesCase::FORMAT_INT }, in init()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp525 return GL_RG8I; in GetSizedFormatInternal()
1637 case GL_RG8I: in ValidES3FormatCombination()
/external/mesa3d/src/mesa/main/
Dshaderimage.c109 case GL_RG8I: in _mesa_get_shader_image_format()
396 case GL_RG8I: in _mesa_is_shader_image_format_supported()
Dglformats.c816 case GL_RG8I: in _mesa_is_enum_format_signed_int()
1203 case GL_RG8I: in _mesa_is_color_format()
2608 case GL_RG8I: in _mesa_base_tex_format()
3231 if (internalFormat != GL_RG8I) in _mesa_gles_error_check_format_and_type()
3876 case GL_RG8I: in _mesa_is_es3_color_renderable()
Dtexformat.c743 case GL_RG8I: in _mesa_choose_tex_format()
Dtextureview.c167 {GL_VIEW_CLASS_16_BITS, GL_RG8I},
/external/deqp/framework/opengl/
DgluTextureUtil.cpp198 case FMT_CASE(RG, SIGNED_INT8): return GL_RG8I; in getInternalFormat()
527 case GL_RG8I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT8); in mapGLInternalFormat()
596 case GL_RG8I: in isGLInternalColorFormatFilterable()
1136 case GL_RG8I: in getRenderableBitsES3()
/external/angle/src/tests/gl_tests/
DBlendIntegerTest.cpp221 runTest<GL_RG8I, 2, true>(); in TEST_P()
DCopyTexture3DTest.cpp128 case GL_RG8I: in testCopy()
892 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats()
893 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats()
894 testCopy(testTarget, kColor, GL_RG8I, GL_BYTE, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
DTextureUploadFormatTest.cpp487 fnTest(TexFormat(GL_RG8I, GL_RG_INTEGER, GL_BYTE), {1, 1, 1, 1}); in TEST_P()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp76 m_internal_formats[GL_RG8I] = sizeof(glw::GLbyte) * 2 /* components */; in initTest()
DesextcTextureBufferTextureBufferRange.cpp264 case GL_RG8I: in configure()
622 formats.push_back(GL_RG8I); in initTest()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp61 …VIEW_CLASS_16_BITS, GL_RG8UI, VIEW_CLASS_16_BITS, GL_R16UI, VIEW_CLASS_16_BITS, GL_RG8I, VIEW_CLAS…
108 GL_RG8I, /* >= GL 4.0 */
260 case GL_RG8I: in getAmountOfComponentsForInternalformat()
525 case GL_RG8I: in getComponentSizeForInternalformat()
856 case GL_RG8I: in getFormatOfInternalformat()
994 case GL_RG8I: in getGLFormatOfInternalformat()
1385 case GL_RG8I: in getInternalformatString()
1767 case GL_RG8I: in getSamplerTypeForInternalformat()
1912 case GL_RG8I: in getTypeCompatibleWithInternalformat()
2469 case GL_RG8I: in isInternalformatSupported()
Dgl4cCopyImageTests.cpp152 GL_RG8, GL_RG8I, GL_RG8UI, GL_RG8_SNORM,
298 case GL_RG8I: in filterFormats()
550 case GL_RG8I: in getEpsilon()
645 case GL_RG8I: in getFormat()
745 case GL_RG8I: in getNumberOfChannels()
830 case GL_RG8I: in getType()
988 case GL_RG8I: in getPixelSizeForFormat()
2308 case GL_RG8I: in packPixel()

1234