/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 104 { "r8_snorm", GL_R8_SNORM, } in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 205 case FMT_CASE(R, SNORM_INT8): return GL_R8_SNORM; in getInternalFormat() 418 case GL_R8_SNORM: return TextureFormat(TextureFormat::R, TextureFormat::SNORM_INT8); in mapGLInternalFormat() 436 case GL_R8_SNORM: in isGLInternalColorFormatFilterable()
|
D | gluStrUtil.inl | 817 case GL_R8_SNORM: return "GL_R8_SNORM";
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
|
D | es3fTextureStateQueryTests.cpp | 644 GL_RG16F, GL_RG8_SNORM, GL_R32F, GL_R16F, GL_R8_SNORM, in testTexture()
|
D | es3fFboTestUtil.cpp | 985 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
|
D | es3fTextureUnitTests.cpp | 135 GL_R8_SNORM
|
D | es3fTextureFormatTests.cpp | 1370 { "r8_snorm", GL_R8_SNORM, } in init()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texformat.c | 477 case GL_R8_SNORM: in _mesa_choose_tex_format()
|
D | glformats.c | 638 case GL_R8_SNORM: in _mesa_is_color_format()
|
D | fbobject.c | 1173 case GL_R8_SNORM: in _mesa_base_fbo_format() 2788 return GL_R8_SNORM; in get_nongeneric_internalformat()
|
D | teximage.c | 268 case GL_R8_SNORM: in _mesa_base_tex_format()
|
/external/mesa3d/src/mesa/main/ |
D | texformat.c | 477 case GL_R8_SNORM: in _mesa_choose_tex_format()
|
D | glformats.c | 638 case GL_R8_SNORM: in _mesa_is_color_format()
|
D | fbobject.c | 1173 case GL_R8_SNORM: in _mesa_base_fbo_format() 2788 return GL_R8_SNORM; in get_nongeneric_internalformat()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 477 { "r8_snorm", GL_R8_SNORM, } in init()
|
D | es31fFboTestUtil.cpp | 533 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
|
D | es31fTextureSpecificationTests.cpp | 827 { "r8_snorm", GL_R8_SNORM, } in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 495 GL_R8, GL_R8_SNORM, GL_RG8, GL_RG8_SNORM, GL_RGB8, GL_RGB8_SNORM, GL_RGB565, GL_RGBA4, GL_RGB5_A1, in generateInternalFormatTextureGenerationGroup()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | formatutils11.cpp | 50 …map.insert(D3D11ES3FormatPair(GL_R8_SNORM, D3D11ES3FormatInfo(DXGI_FORMAT_R8_SNORM, … in BuildD3D11ES3FormatMap() 262 …insertLoadFunction(&map, GL_R8_SNORM, GL_BYTE, loadToNative<GL… in buildD3D11LoadFunctionMap() 574 AddDXGIToESEntry(&map, DXGI_FORMAT_R8_SNORM, GL_R8_SNORM); in BuildCommonDXGIToESFormatMap()
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
D | st_format.c | 1331 { GL_RED_SNORM, GL_R8_SNORM, 0 },
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1331 { GL_RED_SNORM, GL_R8_SNORM, 0 },
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | formatutils.cpp | 151 …InsertFormatMapping(&map, GL_RED, GL_BYTE, GL_R8_SNORM, … in BuildES3FormatMap() 283 …set.insert(FormatInfo(GL_R8_SNORM, GL_RED, GL_BYTE … in BuildES3FormatSet() 672 …map.insert(InternalFormatInfoPair(GL_R8_SNORM, InternalFormatInfo::RGBAFormat( 8, 0, 0,… in BuildES3InternalFormatInfoMap()
|
/external/chromium_org/third_party/angle/include/GLES3/ |
D | gl3.h | 709 #define GL_R8_SNORM 0x8F94 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 742 #define GL_R8_SNORM 0x8F94 macro
|