Home
last modified time | relevance | path

Searched refs:textureStageState (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DTextureStage.hpp137 State textureStageState() const;
DTextureStage.cpp62 TextureStage::State TextureStage::textureStageState() const in textureStageState() function in sw::TextureStage
DPixelProcessor.cpp1060 state.textureStage[i] = context->textureStage[i].textureStageState(); in update()