Searched refs:D3DRS_SRGBWRITEENABLE (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | SwapChain9.cpp | 298 device->SetRenderState(D3DRS_SRGBWRITEENABLE, FALSE); in swapRect()
|
D | Blit9.cpp | 661 device->SetRenderState(D3DRS_SRGBWRITEENABLE, FALSE); in setCommonBlitState()
|
D | Renderer9.cpp | 1124 mDevice->SetRenderState(D3DRS_SRGBWRITEENABLE, in updateState()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_sRGB_decode.txt | 577 D3DRS_SRGBWRITEENABLE render state (set by SetRenderState) set to false, 583 Likewise when the D3DRS_SRGBWRITEENABLE render state is true,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_sRGB_decode.txt | 577 D3DRS_SRGBWRITEENABLE render state (set by SetRenderState) set to false, 583 Likewise when the D3DRS_SRGBWRITEENABLE render state is true,
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_state.c | 724 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in update_framebuffer() 2219 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in CSMT_ITEM_NO_WAIT() 2777 [D3DRS_SRGBWRITEENABLE] = 0, 3544 [D3DRS_SRGBWRITEENABLE] = NINE_STATE_FB,
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 838 D3DRS_SRGBWRITEENABLE = 194, enumerator
|