Home
last modified time | relevance | path

Searched refs:GL_R8_SNORM (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp104 { "r8_snorm", GL_R8_SNORM, } in init()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp205 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()
DgluStrUtil.inl817 case GL_R8_SNORM: return "GL_R8_SNORM";
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
Des3fTextureStateQueryTests.cpp644 GL_RG16F, GL_RG8_SNORM, GL_R32F, GL_R16F, GL_R8_SNORM, in testTexture()
Des3fFboTestUtil.cpp985 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
Des3fTextureUnitTests.cpp135 GL_R8_SNORM
Des3fTextureFormatTests.cpp1370 { "r8_snorm", GL_R8_SNORM, } in init()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dtexformat.c477 case GL_R8_SNORM: in _mesa_choose_tex_format()
Dglformats.c638 case GL_R8_SNORM: in _mesa_is_color_format()
Dfbobject.c1173 case GL_R8_SNORM: in _mesa_base_fbo_format()
2788 return GL_R8_SNORM; in get_nongeneric_internalformat()
Dteximage.c268 case GL_R8_SNORM: in _mesa_base_tex_format()
/external/mesa3d/src/mesa/main/
Dtexformat.c477 case GL_R8_SNORM: in _mesa_choose_tex_format()
Dglformats.c638 case GL_R8_SNORM: in _mesa_is_color_format()
Dfbobject.c1173 case GL_R8_SNORM: in _mesa_base_fbo_format()
2788 return GL_R8_SNORM; in get_nongeneric_internalformat()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp477 { "r8_snorm", GL_R8_SNORM, } in init()
Des31fFboTestUtil.cpp533 case GL_R8_SNORM: return "r8_snorm"; in getFormatName()
Des31fTextureSpecificationTests.cpp827 { "r8_snorm", GL_R8_SNORM, } in init()
Des31fTextureLevelStateQueryTests.cpp495 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/
Dformatutils11.cpp50 …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/
Dst_format.c1331 { GL_RED_SNORM, GL_R8_SNORM, 0 },
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1331 { GL_RED_SNORM, GL_R8_SNORM, 0 },
/external/chromium_org/third_party/angle/src/libGLESv2/
Dformatutils.cpp151 …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/
Dgl3.h709 #define GL_R8_SNORM 0x8F94 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl742 #define GL_R8_SNORM 0x8F94 macro

12