Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1054 captureRenderState(D3DRS_SRGBWRITEENABLE); in capturePixelRenderStates()
DDirect3DDevice9.cpp423 …if(renderState[D3DRS_SRGBWRITEENABLE] != FALSE && index == 0 && Capabilities::isSRGBwritable(descr… in Clear()
2489 SetRenderState(D3DRS_SRGBWRITEENABLE, 0); in Reset()
3898 case D3DRS_SRGBWRITEENABLE: in SetRenderState()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c622 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in update_framebuffer()
2321 const int sRGB = context->rs[D3DRS_SRGBWRITEENABLE] ? 1 : 0; in CSMT_ITEM_NO_WAIT()
2859 [D3DRS_SRGBWRITEENABLE] = 0,
3609 [D3DRS_SRGBWRITEENABLE] = NINE_STATE_FB,
/external/mesa3d/include/D3D9/
Dd3d9types.h838 D3DRS_SRGBWRITEENABLE = 194, enumerator