/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 89 { "rg16i", GL_RG16I, }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 177 case GL_RG16I: in isRequiredFormat() 300 case GL_RG16I: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 475 { "rg16i", GL_RG16I, }, in init() 547 { "rg16i", GL_RG16I, }, in init()
|
D | es31fFboColorbufferTests.cpp | 293 GL_RG16I, in init()
|
D | es31fInternalFormatQueryTests.cpp | 398 { "rg16i", GL_RG16I, FormatSamplesCase::FORMAT_INT }, in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 294 internalFormat == GL_RG16I || in isColorRenderableFormat() 332 internalFormat == GL_RG16I || in isTextureBufferFormat() 596 …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 | 2349 { "rg16i", GL_RG16I, tcu::Sampler::MODE_LAST }, in init() 2542 { "int_color", GL_RG16I, tcu::Sampler::MODE_LAST, true }, in init() 2720 { "r16i", GL_RG16I, tcu::Sampler::MODE_LAST }, in init()
|
D | es31fTextureSpecificationTests.cpp | 812 { "rg16i", GL_RG16I, }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 184 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, GL_RGBA8UI, in test() 242 { GL_RG16I, 16, 16, 0, 0 }, in test()
|
D | es3fFboTestCase.cpp | 172 case GL_RG16I: in isRequiredFormat() 293 case GL_RG16I: in getMinimumSampleCount()
|
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()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 94 InsertFormatMapping(&map, GL_RG_INTEGER, GL_SHORT, GL_RG16I); in BuildFormatMap() 799 case GL_RG16I: in ValidateTextureFormatType() 925 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_RG16I) in ValidateTextureFormatType() 1032 case GL_RG16I: in IsColorRenderable() 1088 case GL_RG16I: in IsDepthRenderable() 1143 case GL_RG16I: in IsStencilRenderable() 1504 case GL_RG16I: return sw::FORMAT_G16R16I; in ConvertRenderbufferFormat()
|
D | libGLESv3.cpp | 140 InsertFormatMapping(map, GL_RG16I, GL_RG_INTEGER, GL_SHORT); in BuildFormatMap3D() 286 InsertFormatStorageMapping(map, GL_RG16I, GL_SHORT); in BuildFormatMapStorage2D() 1506 case GL_RG16I: in glRenderbufferStorageMultisample() 4013 case GL_RG16I: in glGetInternalformativ()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 195 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I; in getInternalFormat() 519 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); in mapGLInternalFormat() 593 case GL_RG16I: in isGLInternalColorFormatFilterable() 1128 case GL_RG16I: in getRenderableBitsES3()
|
D | gluStrUtil.inl | 862 case GL_RG16I: return "GL_RG16I"; 1712 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()
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 797 case GL_RG16I: in SelectInternalFormat() 976 case GL_RG16I: in ComputePixelSize() 1481 case GL_RG16I: in loadImageData()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/ |
D | PVRTTextureAPI.cpp | 559 glInternalFormat=GL_RG16I; in PVRTGetOGLES3TextureFormat()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1310 { GL_RG16I, 0},
|