Home
last modified time | relevance | path

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

1234

/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedColorMasks.cpp99 GL_RGB5_A1, GL_RGBA8, GL_R8I, GL_R8UI, GL_R16I, in iterate()
331 case GL_R16I: in NumComponents()
378 case GL_R16I: in ReadableType()
DesextcDrawBuffersIndexedBlending.cpp339 case GL_R16I: in NumComponents()
/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp99 { "r16i", GL_R16I, }, in init()
/external/deqp/modules/gles3/functional/
Des3fRboStateQueryTests.cpp187 GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, in test()
240 { GL_R16I, 16, 0, 0, 0 }, in test()
Des3fFboTestCase.cpp179 case GL_R16I: in isRequiredFormat()
302 case GL_R16I: in getMinimumSampleCount()
Des3fInternalFormatQueryTests.cpp192 { "r16i", GL_R16I, true }, in init()
Des3fFboCompletenessTests.cpp52 GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI,
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp185 case GL_R16I: in isRequiredFormat()
322 case GL_R16I: in getMinimumSampleCount()
Des31fTextureFormatTests.cpp518 { "r16i", GL_R16I, }, in init()
571 { "r16i", GL_R16I, }, in init()
Des31fFboColorbufferTests.cpp390 GL_R16I, in init()
Des31fInternalFormatQueryTests.cpp396 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT }, in init()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp193 static const _out_ch_desc sint16_zero = { GL_R16I, data_sint16_zero };
194 static const _out_ch_desc sint16_one = { GL_R16I, data_sint16_one };
764 GL_R16I,
769 { GL_R16I, src_data_r16i },
847 { GL_R16I, src_data_rg16i + 0 },
848 { GL_R16I, src_data_rg16i + 1 },
925 { GL_R16I, src_data_rgb16i + 0 },
926 { GL_R16I, src_data_rgb16i + 1 },
927 { GL_R16I, src_data_rgb16i + 2 },
1003 { GL_R16I, src_data_rgba16i + 0 },
[all …]
Dgl4cTextureViewTests.cpp62 GL_R16I, VIEW_CLASS_16_BITS, GL_RG8, VIEW_CLASS_16_BITS, GL_R16, VIEW_CLASS_16_BITS, GL_RG8_SNORM,
114 GL_R16I, /* >= GL 4.0 */
277 case GL_R16I: in getAmountOfComponentsForInternalformat()
545 case GL_R16I: in getComponentSizeForInternalformat()
857 case GL_R16I: in getFormatOfInternalformat()
1024 case GL_R16I: in getGLFormatOfInternalformat()
1403 case GL_R16I: in getInternalformatString()
1768 case GL_R16I: in getSamplerTypeForInternalformat()
1987 case GL_R16I: in getTypeCompatibleWithInternalformat()
2475 case GL_R16I: in isInternalformatSupported()
Dgl4cCopyImageTests.cpp146 GL_R16, GL_R16F, GL_R16I, GL_R16UI, GL_R16_SNORM,
287 case GL_R16I: in filterFormats()
540 case GL_R16I: in getEpsilon()
628 case GL_R16I: in getFormat()
732 case GL_R16I: in getNumberOfChannels()
883 case GL_R16I: in getType()
993 case GL_R16I: in getPixelSizeForFormat()
2295 case GL_R16I: in packPixel()
/external/angle/src/libANGLE/
Dformat_map_autogen.cpp387 return GL_R16I; in GetSizedFormatInternal()
1063 case GL_R16I: in ValidES3FormatCombination()
/external/mesa3d/src/mesa/main/
Dshaderimage.c115 case GL_R16I: in _mesa_get_shader_image_format()
397 case GL_R16I: in _mesa_is_shader_image_format_supported()
Dglformats.c809 case GL_R16I: in _mesa_is_enum_format_signed_int()
1196 case GL_R16I: in _mesa_is_color_format()
2587 case GL_R16I: in _mesa_base_tex_format()
3349 if (internalFormat != GL_R16I) in _mesa_gles_error_check_format_and_type()
3872 case GL_R16I: in _mesa_is_es3_color_renderable()
Dtexformat.c746 case GL_R16I: in _mesa_choose_tex_format()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp209 case FMT_CASE(R, SIGNED_INT16): return GL_R16I; in getInternalFormat()
538 case GL_R16I: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT16); in mapGLInternalFormat()
592 case GL_R16I: in isGLInternalColorFormatFilterable()
1140 case GL_R16I: in getRenderableBitsES3()
/external/angle/src/tests/gl_tests/
DBlendIntegerTest.cpp211 runTest<GL_R16I, 1, true>(); in TEST_P()
DCopyTexture3DTest.cpp126 case GL_R16I: in testCopy()
884 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats()
885 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats()
886 testCopy(testTarget, kColor, GL_R16I, GL_SHORT, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
DTextureUploadFormatTest.cpp499 fnTest(TexFormat(GL_R16I, GL_RED_INTEGER, GL_SHORT), {1, 1, 1, 1}); in TEST_P()
/external/virglrenderer/src/
Dvrend_formats.c152 { VIRGL_FORMAT_R16_SINT, GL_R16I, GL_RED_INTEGER, GL_SHORT, NO_SWIZZLE },
186 { VIRGL_FORMAT_A16_SINT, GL_R16I, GL_RED_INTEGER, GL_SHORT, OOOR_SWIZZLE },
187 { VIRGL_FORMAT_L16_SINT, GL_R16I, GL_RED_INTEGER, GL_SHORT, RRR1_SWIZZLE },
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp68 m_internal_formats[GL_R16I] = sizeof(glw::GLshort) * 1 /* components */; in initTest()
DesextcTextureBufferTextureBufferRange.cpp144 case GL_R16I: in configure()
614 formats.push_back(GL_R16I); in initTest()

1234