HomeSort by relevance Sort by last modified time
    Searched refs:textureStageState (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DStateBlock8.hpp 116 unsigned long textureStageState[8][D3DTSS_RESULTARG + 1];
Direct3DStateBlock8.cpp 137 device->SetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, textureStageState[stage][state]);
220 device->GetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, &textureStageState[stage][state]);
375 textureStageState[stage][type] = value;
480 device->GetTextureStageState(stage, type, &textureStageState[stage][type]);
Direct3DDevice8.hpp 241 unsigned long textureStageState[8][D3DTSS_RESULTARG + 1];
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DStateBlock9.hpp 137 unsigned long textureStageState[8][D3DTSS_CONSTANT + 1];
Direct3DStateBlock9.cpp 171 device->SetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, textureStageState[stage][state]);
391 device->GetTextureStageState(stage, (D3DTEXTURESTAGESTATETYPE)state, &textureStageState[stage][state]);
764 textureStageState[stage][type] = value;
986 device->GetTextureStageState(stage, type, &textureStageState[stage][type]);
    [all...]
Direct3DDevice9.hpp 294 unsigned long textureStageState[8][D3DTSS_CONSTANT + 1];
Direct3DDevice9.cpp     [all...]
  /external/swiftshader/src/Renderer/
TextureStage.hpp 137 State textureStageState() const;
TextureStage.cpp 62 TextureStage::State TextureStage::textureStageState() const
PixelProcessor.cpp 1026 state.textureStage[i] = context->textureStage[i].textureStageState();
    [all...]

Completed in 456 milliseconds