Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp478 …void Direct3DStateBlock8::captureTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE t… in captureTextureStageState() function in D3D8::Direct3DStateBlock8
534 captureTextureStageState(stage, D3DTSS_COLOROP); in capturePixelTextureStates()
535 captureTextureStageState(stage, D3DTSS_COLORARG1); in capturePixelTextureStates()
536 captureTextureStageState(stage, D3DTSS_COLORARG2); in capturePixelTextureStates()
537 captureTextureStageState(stage, D3DTSS_ALPHAOP); in capturePixelTextureStates()
538 captureTextureStageState(stage, D3DTSS_ALPHAARG1); in capturePixelTextureStates()
539 captureTextureStageState(stage, D3DTSS_ALPHAARG2); in capturePixelTextureStates()
540 captureTextureStageState(stage, D3DTSS_BUMPENVMAT00); in capturePixelTextureStates()
541 captureTextureStageState(stage, D3DTSS_BUMPENVMAT01); in capturePixelTextureStates()
542 captureTextureStageState(stage, D3DTSS_BUMPENVMAT10); in capturePixelTextureStates()
[all …]
DDirect3DStateBlock8.hpp70 void captureTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type);
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp984 …void Direct3DStateBlock9::captureTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE t… in captureTextureStageState() function in D3D9::Direct3DStateBlock9
1065 captureTextureStageState(stage, D3DTSS_COLOROP); in capturePixelTextureStates()
1066 captureTextureStageState(stage, D3DTSS_COLORARG1); in capturePixelTextureStates()
1067 captureTextureStageState(stage, D3DTSS_COLORARG2); in capturePixelTextureStates()
1068 captureTextureStageState(stage, D3DTSS_ALPHAOP); in capturePixelTextureStates()
1069 captureTextureStageState(stage, D3DTSS_ALPHAARG1); in capturePixelTextureStates()
1070 captureTextureStageState(stage, D3DTSS_ALPHAARG2); in capturePixelTextureStates()
1071 captureTextureStageState(stage, D3DTSS_BUMPENVMAT00); in capturePixelTextureStates()
1072 captureTextureStageState(stage, D3DTSS_BUMPENVMAT01); in capturePixelTextureStates()
1073 captureTextureStageState(stage, D3DTSS_BUMPENVMAT10); in capturePixelTextureStates()
[all …]
DDirect3DStateBlock9.hpp84 void captureTextureStageState(unsigned long stage, D3DTEXTURESTAGESTATETYPE type);