/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.cpp | 99 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()
|
D | esextcDrawBuffersIndexedBlending.cpp | 339 case GL_R16I: in NumComponents()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 99 { "r16i", GL_R16I, }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 187 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()
|
D | es3fFboTestCase.cpp | 179 case GL_R16I: in isRequiredFormat() 302 case GL_R16I: in getMinimumSampleCount()
|
D | es3fInternalFormatQueryTests.cpp | 192 { "r16i", GL_R16I, true }, in init()
|
D | es3fFboCompletenessTests.cpp | 52 GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI,
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 185 case GL_R16I: in isRequiredFormat() 322 case GL_R16I: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 518 { "r16i", GL_R16I, }, in init() 571 { "r16i", GL_R16I, }, in init()
|
D | es31fFboColorbufferTests.cpp | 390 GL_R16I, in init()
|
D | es31fInternalFormatQueryTests.cpp | 396 { "r16i", GL_R16I, FormatSamplesCase::FORMAT_INT }, in init()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 193 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 …]
|
D | gl4cTextureViewTests.cpp | 62 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()
|
D | gl4cCopyImageTests.cpp | 146 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/ |
D | format_map_autogen.cpp | 387 return GL_R16I; in GetSizedFormatInternal() 1063 case GL_R16I: in ValidES3FormatCombination()
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 115 case GL_R16I: in _mesa_get_shader_image_format() 397 case GL_R16I: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 809 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()
|
D | texformat.c | 746 case GL_R16I: in _mesa_choose_tex_format()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 209 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/ |
D | BlendIntegerTest.cpp | 211 runTest<GL_R16I, 1, true>(); in TEST_P()
|
D | CopyTexture3DTest.cpp | 126 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()
|
D | TextureUploadFormatTest.cpp | 499 fnTest(TexFormat(GL_R16I, GL_RED_INTEGER, GL_SHORT), {1, 1, 1, 1}); in TEST_P()
|
/external/virglrenderer/src/ |
D | vrend_formats.c | 152 { 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/ |
D | esextcTextureBufferParameters.cpp | 68 m_internal_formats[GL_R16I] = sizeof(glw::GLshort) * 1 /* components */; in initTest()
|
D | esextcTextureBufferTextureBufferRange.cpp | 144 case GL_R16I: in configure() 614 formats.push_back(GL_R16I); in initTest()
|