Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp603 captureRenderState(D3DRS_MULTISAMPLEMASK); in captureVertexRenderStates()
DDirect3DDevice8.cpp2001 SetRenderState(D3DRS_MULTISAMPLEMASK, 0xFFFFFFFF); in Reset()
2943 case D3DRS_MULTISAMPLEMASK: in SetRenderState()
3056 renderer->setMultiSampleMask(renderState[D3DRS_MULTISAMPLEMASK]); in SetRenderTarget()
/external/swiftshader/include/Direct3D/
Dd3d8types.h391 D3DRS_MULTISAMPLEMASK = 162, // DWORD - per-sample enable/disable enumerator
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1150 captureRenderState(D3DRS_MULTISAMPLEMASK); in captureVertexRenderStates()
DDirect3DDevice9.cpp2460 SetRenderState(D3DRS_MULTISAMPLEMASK, 0xFFFFFFFF); in Reset()
3669 case D3DRS_MULTISAMPLEMASK: in SetRenderState()
4123 renderer->setMultiSampleMask(renderState[D3DRS_MULTISAMPLEMASK]); in SetRenderTarget()
/external/mesa3d/include/D3D9/
Dd3d9types.h809 D3DRS_MULTISAMPLEMASK = 162, enumerator
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c1204 pipe->set_sample_mask(pipe, context->rs[D3DRS_MULTISAMPLEMASK]); in nine_update_state()
2829 [D3DRS_MULTISAMPLEMASK] = 0xFFFFFFFF,
3580 [D3DRS_MULTISAMPLEMASK] = NINE_STATE_SAMPLE_MASK,