OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertexLightingActive
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/src/Renderer/
VertexProcessor.hpp
62
bool
vertexLightingActive
: 1;
Context.hpp
348
bool
vertexLightingActive
();
Context.cpp
536
bool Context::
vertexLightingActive
()
637
return
vertexLightingActive
() && specularEnable && vertexNormalActive();
VertexProcessor.cpp
928
state.
vertexLightingActive
= context->
vertexLightingActive
();
/external/swiftshader/src/Shader/
VertexPipeline.cpp
192
if(!state.
vertexLightingActive
)
Completed in 119 milliseconds