Home
last modified time | relevance | path

Searched refs:texGenActive (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DVertexProcessor.hpp87 TexGen texGenActive : BITS(TEXGEN_LAST); member
DContext.hpp384 TexGen texGenActive(int stage);
DVertexProcessor.cpp996 state.textureState[i].texGenActive = context->texGenActive(i); in update()
DContext.cpp1153 TexGen Context::texGenActive(int stage) in texGenActive() function in sw::Context
/external/swiftshader/src/Shader/
DVertexPipeline.cpp550 switch(state.textureState[stage].texGenActive) in processTextureCoordinate()