/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 78 { "rgb16i", GL_RGB16I, }, in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 172 case FMT_CASE(RGB, SIGNED_INT16): return GL_RGB16I; in getInternalFormat() 385 case GL_RGB16I: return TextureFormat(TextureFormat::RGB, TextureFormat::SIGNED_INT16); in mapGLInternalFormat() 476 case GL_RGB16I: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 787 case GL_RGB16I: return "GL_RGB16I";
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 100 GL_RGB8I, GL_RGB16I, GL_RGB32I,
|
D | es3fTextureStateQueryTests.cpp | 642 GL_RGB32I, GL_RGB32UI, GL_RGB16F, GL_RGB16I, GL_RGB16UI, GL_RGB8_SNORM, in testTexture()
|
D | es3fFboTestUtil.cpp | 959 case GL_RGB16I: return "rgb16i"; in getFormatName()
|
D | es3fTextureUnitTests.cpp | 109 GL_RGB16I,
|
D | es3fTextureFormatTests.cpp | 1344 { "rgb16i", GL_RGB16I, }, in init()
|
D | es3fTextureSpecificationTests.cpp | 3414 { "rgb16i", GL_RGB16I, }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 451 { "rgb16i", GL_RGB16I, }, in init()
|
D | es31fFboTestUtil.cpp | 507 case GL_RGB16I: return "rgb16i"; in getFormatName()
|
D | es31fTextureSpecificationTests.cpp | 801 { "rgb16i", GL_RGB16I, }, in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 499 …GL_RGB8I, GL_RGB8UI, GL_RGB16I, GL_RGB16UI, GL_RGB32I, GL_RGB32UI, GL_RGBA8I, GL_RGBA8UI, GL_RGBA1… in generateInternalFormatTextureGenerationGroup()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | formatutils11.cpp | 88 …map.insert(D3D11ES3FormatPair(GL_RGB16I, D3D11ES3FormatInfo(DXGI_FORMAT_R16G16B16A16_SI… in BuildD3D11ES3FormatMap() 247 …insertLoadFunction(&map, GL_RGB16I, GL_SHORT, loadToNative3To… in buildD3D11LoadFunctionMap() 860 …map.insert(InternalFormatInitializerPair(GL_RGB16I, initialize4ComponentData<GLshort, 0x0000, … in BuildInternalFormatInitializerMap()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | formatutils.cpp | 134 …InsertFormatMapping(&map, GL_RGB_INTEGER, GL_SHORT, GL_RGB16I, … in BuildES3FormatMap() 268 …set.insert(FormatInfo(GL_RGB16I, GL_RGB_INTEGER, GL_SHORT … in BuildES3FormatSet() 702 …map.insert(InternalFormatInfoPair(GL_RGB16I, InternalFormatInfo::RGBAFormat(16, 16, 16,… in BuildES3InternalFormatInfoMap()
|
/external/chromium_org/third_party/angle/include/GLES3/ |
D | gl3.h | 616 #define GL_RGB16I 0x8D89 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 591 #define GL_RGB16I 0x8D89 macro
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | glext.h | 547 #define GL_RGB16I 0x8D89 macro
|
/external/mesa3d/include/GL/ |
D | glext.h | 547 #define GL_RGB16I 0x8D89 macro
|