Searched refs:D3DRS_SRGBWRITEENABLE (Results 1 – 4 of 4) sorted by relevance
1054 captureRenderState(D3DRS_SRGBWRITEENABLE); in capturePixelRenderStates()
423 …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()
622 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,
838 D3DRS_SRGBWRITEENABLE = 194, enumerator