Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DVertexPipeline.cpp182 if(state.vertexNormalActive) in pipeline()
295 if(state.vertexNormalActive) in pipeline()
599 if(state.vertexNormalActive) in processTextureCoordinate()
634 if(state.vertexNormalActive) in processTextureCoordinate()
685 if(state.vertexNormalActive) in processTextureCoordinate()
/external/swiftshader/src/Renderer/
DVertexProcessor.hpp60 bool vertexNormalActive : 1; member
DContext.cpp641 return vertexLightingActive() && specularEnable && vertexNormalActive(); in vertexSpecularActive()
644 bool Context::vertexNormalActive() in vertexNormalActive() function in sw::Context
DContext.hpp354 bool vertexNormalActive();
DVertexProcessor.cpp944 state.vertexNormalActive = context->vertexNormalActive(); in update()