/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 100 { "r16ui", GL_R16UI, }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 184 case GL_R16UI: in isRequiredFormat() 296 case GL_R16UI: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 473 { "r16ui", GL_R16UI, }, in init() 528 { "r16ui", GL_R16UI, }, in init()
|
D | es31fFboColorbufferTests.cpp | 303 GL_R16UI, in init()
|
D | es31fInternalFormatQueryTests.cpp | 374 { "r16ui", GL_R16UI, FormatSamplesCase::FORMAT_INT }, in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 291 internalFormat == GL_R16UI || in isColorRenderableFormat() 321 internalFormat == GL_R16UI || 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 | 529 case GL_R16UI: return "r16ui"; in getFormatName()
|
D | es31fTextureBorderClampTests.cpp | 2335 { "r16ui", GL_R16UI, tcu::Sampler::MODE_LAST }, in init() 2438 { "uint_color", GL_R16UI, tcu::Sampler::MODE_LAST }, in init() 2483 { "uint_color", GL_R16UI, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fTextureSpecificationTests.cpp | 823 { "r16ui", GL_R16UI, }, in init()
|
D | es31fCopyImageTests.cpp | 385 case GL_R16UI: in isColorRenderable() 2177 textureFormatViewClasses[VIEWCLASS_16_BITS].push_back(GL_R16UI); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 180 case GL_R16UI: in isRequiredFormat() 291 case GL_R16UI: in getMinimumSampleCount()
|
D | es3fRboStateQueryTests.cpp | 184 GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, in test() 238 { GL_R16UI, 16, 0, 0, 0 }, in test()
|
D | es3fInternalFormatQueryTests.cpp | 198 { "r16ui", GL_R16UI, true }, in init()
|
D | es3fFboCompletenessTests.cpp | 51 GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI,
|
D | es3fFragmentOutputTests.cpp | 1034 GL_R16UI, in createRandomCase() 1139 GL_R16UI, in init()
|
D | es3fFboStateQueryTests.cpp | 518 { GL_R16UI, GL_UNSIGNED_INT }, in test()
|
D | es3fFboTestUtil.cpp | 981 case GL_R16UI: return "r16ui"; in getFormatName()
|
D | es3fFramebufferBlitTests.cpp | 906 GL_R16UI, in init()
|
D | es3fFboColorbufferTests.cpp | 1059 GL_R16UI, in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 209 case FMT_CASE(R, UNSIGNED_INT16): return GL_R16UI; in getInternalFormat() 533 case GL_R16UI: return TextureFormat(TextureFormat::R, TextureFormat::UNSIGNED_INT16); in mapGLInternalFormat() 587 case GL_R16UI: in isGLInternalColorFormatFilterable() 1099 case GL_R16UI: in getRenderableBitsES3()
|
D | gluStrUtil.inl | 874 case GL_R16UI: return "GL_R16UI";
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 341 case GL_R16UI: in _mesa_is_enum_format_integer() 599 case GL_R16UI: in _mesa_is_color_format()
|
D | texformat.c | 865 case GL_R16UI: in _mesa_choose_tex_format()
|
D | teximage.c | 414 case GL_R16UI: in _mesa_base_tex_format() 3991 case GL_R16UI: in get_texbuffer_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1298 { GL_R16UI, 0},
|