Searched refs:D3DSAMP_SRGBTEXTURE (Results 1 – 8 of 8) sorted by relevance
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_sRGB_decode.txt | 564 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/ |
D | EXT_texture_sRGB_decode.txt | 564 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/ |
D | Blit9.cpp | 666 device->SetSamplerState(0, D3DSAMP_SRGBTEXTURE, FALSE); in setCommonBlitState()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Blit9.cpp | 666 device->SetSamplerState(0, D3DSAMP_SRGBTEXTURE, FALSE); in setCommonBlitState()
|
D | Renderer9.cpp | 1031 mDevice->SetSamplerState(d3dSampler, D3DSAMP_SRGBTEXTURE, isSrgb); in setSamplerState()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.c | 52 case D3DSAMP_SRGBTEXTURE: return "SRGBTEXTURE"; in nine_D3DSAMP_to_str()
|
D | nine_state.c | 1007 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/ |
D | d3d9types.h | 876 D3DSAMP_SRGBTEXTURE = 11, enumerator
|