Home
last modified time | relevance | path

Searched refs:D3DRS_SRGBWRITEENABLE (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp298 device->SetRenderState(D3DRS_SRGBWRITEENABLE, FALSE); in swapRect()
DBlit9.cpp661 device->SetRenderState(D3DRS_SRGBWRITEENABLE, FALSE); in setCommonBlitState()
DRenderer9.cpp1124 mDevice->SetRenderState(D3DRS_SRGBWRITEENABLE, in updateState()
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_sRGB_decode.txt577 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/
DEXT_texture_sRGB_decode.txt577 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/
Dnine_state.c724 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/
Dd3d9types.h838 D3DRS_SRGBWRITEENABLE = 194, enumerator