Home
last modified time | relevance | path

Searched refs:D3DSAMP_SRGBTEXTURE (Results 1 – 8 of 8) sorted by relevance

/third_party/openGLES/extensions/EXT/
DEXT_texture_sRGB_decode.txt564 for D3DSAMP_SRGBTEXTURE, the texture will be filtered without
567 1b) Likewise, when D3DSAMP_SRGBTEXTURE is true for a sampler, the
615 "Q: Where did the D3DSAMP_SRGBTEXTURE state go?
620 D3DSAMP_SRGBTEXTURE in Direct3D 9.
627 D3DSAMP_SRGBTEXTURE in Direct3D 9."
644 controlled sRGB decode (via the D3DSAMP_SRGBTEXTURE), that parameter
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_sRGB_decode.txt564 for D3DSAMP_SRGBTEXTURE, the texture will be filtered without
567 1b) Likewise, when D3DSAMP_SRGBTEXTURE is true for a sampler, the
615 "Q: Where did the D3DSAMP_SRGBTEXTURE state go?
620 D3DSAMP_SRGBTEXTURE in Direct3D 9.
627 D3DSAMP_SRGBTEXTURE in Direct3D 9."
644 controlled sRGB decode (via the D3DSAMP_SRGBTEXTURE), that parameter
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp666 device->SetSamplerState(0, D3DSAMP_SRGBTEXTURE, FALSE); in setCommonBlitState()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DBlit9.cpp666 device->SetSamplerState(0, D3DSAMP_SRGBTEXTURE, FALSE); in setCommonBlitState()
DRenderer9.cpp1031 mDevice->SetSamplerState(d3dSampler, D3DSAMP_SRGBTEXTURE, isSrgb); in setSamplerState()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c52 case D3DSAMP_SRGBTEXTURE: return "SRGBTEXTURE"; in nine_D3DSAMP_to_str()
Dnine_state.c1007 int sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0; in update_textures_and_samplers()
1053 int sRGB = context->samp[s][D3DSAMP_SRGBTEXTURE] ? 1 : 0; in update_textures_and_samplers()
2822 [D3DSAMP_SRGBTEXTURE] = 0,
/third_party/mesa3d/include/D3D9/
Dd3d9types.h876 D3DSAMP_SRGBTEXTURE = 11, enumerator