/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 89 { "rg16i", GL_RG16I, }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 176 case GL_RG16I: in isRequiredFormat() 288 case GL_RG16I: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 462 { "rg16i", GL_RG16I, }, in init() 534 { "rg16i", GL_RG16I, }, in init()
|
D | es31fFboColorbufferTests.cpp | 293 GL_RG16I, in init()
|
D | es31fInternalFormatQueryTests.cpp | 379 { "rg16i", GL_RG16I, FormatSamplesCase::FORMAT_INT }, in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 289 internalFormat == GL_RG16I || in isColorRenderableFormat() 327 internalFormat == GL_RG16I || in isTextureBufferFormat() 591 …GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, G… in generateInternalFormatTextureGenerationGroup()
|
D | es31fFboTestUtil.cpp | 518 case GL_RG16I: return "rg16i"; in getFormatName()
|
D | es31fTextureBorderClampTests.cpp | 2340 { "rg16i", GL_RG16I, tcu::Sampler::MODE_LAST }, in init() 2533 { "int_color", GL_RG16I, tcu::Sampler::MODE_LAST, true }, in init() 2711 { "r16i", GL_RG16I, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fTextureSpecificationTests.cpp | 812 { "rg16i", GL_RG16I, }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 172 case GL_RG16I: in isRequiredFormat() 283 case GL_RG16I: in getMinimumSampleCount()
|
D | es3fRboStateQueryTests.cpp | 185 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, GL_RGBA8UI, in test() 243 { GL_RG16I, 16, 16, 0, 0 }, in test()
|
D | es3fInternalFormatQueryTests.cpp | 203 { "rg16i", GL_RG16I, true }, in init()
|
D | es3fFboCompletenessTests.cpp | 52 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI,
|
D | es3fPixelBufferObjectTests.cpp | 657 GL_RG16I, in init()
|
D | es3fFragmentOutputTests.cpp | 1018 GL_RG16I, in createRandomCase() 1123 GL_RG16I, in init()
|
D | es3fFboStateQueryTests.cpp | 523 { GL_RG16I, GL_INT }, in test()
|
D | es3fFboTestUtil.cpp | 970 case GL_RG16I: return "rg16i"; in getFormatName()
|
D | es3fFramebufferBlitTests.cpp | 896 GL_RG16I, in init()
|
D | es3fFboColorbufferTests.cpp | 1049 GL_RG16I, in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 194 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I; in getInternalFormat() 518 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); in mapGLInternalFormat() 592 case GL_RG16I: in isGLInternalColorFormatFilterable() 1091 case GL_RG16I: in getRenderableBitsES3()
|
D | gluStrUtil.inl | 861 case GL_RG16I: return "GL_RG16I";
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 364 case GL_RG16I: in _mesa_is_enum_format_integer() 622 case GL_RG16I: in _mesa_is_color_format()
|
D | texformat.c | 886 case GL_RG16I: in _mesa_choose_tex_format()
|
D | teximage.c | 438 case GL_RG16I: in _mesa_base_tex_format() 3964 case GL_RG16I: in get_texbuffer_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1310 { GL_RG16I, 0},
|