/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 70 { "rgba8_snorm", GL_RGBA8_SNORM, }, in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 162 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()
|
D | gluStrUtil.inl | 778 case GL_RGBA8_SNORM: return "GL_RGBA8_SNORM";
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboCompletenessTests.cpp | 98 GL_R8_SNORM, GL_RG8_SNORM, GL_RGB8_SNORM, GL_RGBA8_SNORM,
|
D | es3fNegativeBufferApiTests.cpp | 1062 glRenderbufferStorage (GL_RENDERBUFFER, GL_RGBA8_SNORM, 1, 1); in init() 1395 glRenderbufferStorageMultisample (GL_RENDERBUFFER, 2, GL_RGBA8_SNORM, 1, 1); in init()
|
D | es3fTextureStateQueryTests.cpp | 641 GL_RGBA32F, GL_RGBA16F, GL_RGBA8_SNORM, GL_RGB32F, in testTexture()
|
D | es3fFboTestUtil.cpp | 952 case GL_RGBA8_SNORM: return "rgba8_snorm"; in getFormatName()
|
D | es3fTextureUnitTests.cpp | 101 GL_RGBA8_SNORM,
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | texformat.c | 489 case GL_RGBA8_SNORM: in _mesa_choose_tex_format()
|
D | glformats.c | 647 case GL_RGBA8_SNORM: in _mesa_is_color_format()
|
D | fbobject.c | 1197 case GL_RGBA8_SNORM: in _mesa_base_fbo_format() 2779 return GL_RGBA8_SNORM; in get_nongeneric_internalformat()
|
/external/mesa3d/src/mesa/main/ |
D | texformat.c | 489 case GL_RGBA8_SNORM: in _mesa_choose_tex_format()
|
D | glformats.c | 647 case GL_RGBA8_SNORM: in _mesa_is_color_format()
|
D | fbobject.c | 1197 case GL_RGBA8_SNORM: in _mesa_base_fbo_format() 2779 return GL_RGBA8_SNORM; in get_nongeneric_internalformat()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 443 { "rgba8_snorm", GL_RGBA8_SNORM, }, in init()
|
D | es31fTextureFilteringTests.cpp | 486 { "rgba8_snorm", GL_RGBA8_SNORM }, in init()
|
D | es31fFboTestUtil.cpp | 500 case GL_RGBA8_SNORM: return "rgba8_snorm"; in getFormatName()
|
D | es31fNegativeBufferApiTests.cpp | 1087 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()
|
D | es31fTextureSpecificationTests.cpp | 793 { "rgba8_snorm", GL_RGBA8_SNORM, }, in init()
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/ |
D | formatutils11.cpp | 59 …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/ |
D | st_format.c | 1354 { GL_RGB_SNORM, GL_RGB8_SNORM, GL_RGBA_SNORM, GL_RGBA8_SNORM, 0 },
|
D | st_cb_drawpixels.c | 425 ctx->Extensions.EXT_texture_snorm ? GL_RGBA8_SNORM : GL_RGBA8; in internal_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 1354 { GL_RGB_SNORM, GL_RGB8_SNORM, GL_RGBA_SNORM, GL_RGBA8_SNORM, 0 },
|
D | st_cb_drawpixels.c | 425 ctx->Extensions.EXT_texture_snorm ? GL_RGBA8_SNORM : GL_RGBA8; in internal_format()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | formatutils.cpp | 108 …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()
|