Home
last modified time | relevance | path

Searched refs:GL_RGBA8_SNORM (Results 1 – 25 of 35) sorted by relevance

12

/external/deqp/modules/gles3/performance/
Des3pTextureFormatTests.cpp70 { "rgba8_snorm", GL_RGBA8_SNORM, }, in init()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp162 case FMT_CASE(RGBA, SNORM_INT8): return GL_RGBA8_SNORM; in getInternalFormat()
375 case GL_RGBA8_SNORM: return TextureFormat(TextureFormat::RGBA, TextureFormat::SNORM_INT8); in mapGLInternalFormat()
445 case GL_RGBA8_SNORM: in isGLInternalColorFormatFilterable()
DgluStrUtil.inl778 case GL_RGBA8_SNORM: return "GL_RGBA8_SNORM";
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
Des3fNegativeBufferApiTests.cpp1062 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA8_SNORM, 1, 1); in init()
1395 glRenderbufferStorageMultisample (GL_RENDERBUFFER, 2, GL_RGBA8_SNORM, 1, 1); in init()
Des3fTextureStateQueryTests.cpp641 GL_RGBA32F, GL_RGBA16F, GL_RGBA8_SNORM, GL_RGB32F, in testTexture()
Des3fFboTestUtil.cpp952 case GL_RGBA8_SNORM: return "rgba8_snorm"; in getFormatName()
Des3fTextureUnitTests.cpp101 GL_RGBA8_SNORM,
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dtexformat.c489 case GL_RGBA8_SNORM: in _mesa_choose_tex_format()
Dglformats.c647 case GL_RGBA8_SNORM: in _mesa_is_color_format()
Dfbobject.c1197 case GL_RGBA8_SNORM: in _mesa_base_fbo_format()
2779 return GL_RGBA8_SNORM; in get_nongeneric_internalformat()
/external/mesa3d/src/mesa/main/
Dtexformat.c489 case GL_RGBA8_SNORM: in _mesa_choose_tex_format()
Dglformats.c647 case GL_RGBA8_SNORM: in _mesa_is_color_format()
Dfbobject.c1197 case GL_RGBA8_SNORM: in _mesa_base_fbo_format()
2779 return GL_RGBA8_SNORM; in get_nongeneric_internalformat()
/external/deqp/modules/gles31/functional/
Des31fTextureFormatTests.cpp443 { "rgba8_snorm", GL_RGBA8_SNORM, }, in init()
Des31fTextureFilteringTests.cpp486 { "rgba8_snorm", GL_RGBA8_SNORM }, in init()
Des31fFboTestUtil.cpp500 case GL_RGBA8_SNORM: return "rgba8_snorm"; in getFormatName()
Des31fNegativeBufferApiTests.cpp1087 ctx.glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA8_SNORM, 1, 1); in renderbuffer_storage()
1429 ctx.glRenderbufferStorageMultisample (GL_RENDERBUFFER, 2, GL_RGBA8_SNORM, 1, 1); in renderbuffer_storage_multisample()
Des31fTextureSpecificationTests.cpp793 { "rgba8_snorm", GL_RGBA8_SNORM, }, in init()
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Dformatutils11.cpp59 …map.insert(D3D11ES3FormatPair(GL_RGBA8_SNORM, D3D11ES3FormatInfo(DXGI_FORMAT_R8G8B8A8_SNORM,… in BuildD3D11ES3FormatMap()
215 …insertLoadFunction(&map, GL_RGBA8_SNORM, GL_BYTE, loadToNative<GL… in buildD3D11LoadFunctionMap()
576 AddDXGIToESEntry(&map, DXGI_FORMAT_R8G8B8A8_SNORM, GL_RGBA8_SNORM); in BuildCommonDXGIToESFormatMap()
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_format.c1354 { GL_RGB_SNORM, GL_RGB8_SNORM, GL_RGBA_SNORM, GL_RGBA8_SNORM, 0 },
Dst_cb_drawpixels.c425 ctx->Extensions.EXT_texture_snorm ? GL_RGBA8_SNORM : GL_RGBA8; in internal_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1354 { GL_RGB_SNORM, GL_RGB8_SNORM, GL_RGBA_SNORM, GL_RGBA8_SNORM, 0 },
Dst_cb_drawpixels.c425 ctx->Extensions.EXT_texture_snorm ? GL_RGBA8_SNORM : GL_RGBA8; in internal_format()
/external/chromium_org/third_party/angle/src/libGLESv2/
Dformatutils.cpp108 …ping(&map, GL_RGBA, GL_BYTE, GL_RGBA8_SNORM, Wr… in BuildES3FormatMap()
236 …set.insert(FormatInfo(GL_RGBA8_SNORM, GL_RGBA, GL_BYTE … in BuildES3FormatSet()
681 …map.insert(InternalFormatInfoPair(GL_RGBA8_SNORM, InternalFormatInfo::RGBAFormat( 8, 8, 8,… in BuildES3InternalFormatInfoMap()

12