OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texCoordIndexActive
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/src/Renderer/
VertexProcessor.hpp
89
unsigned char
texCoordIndexActive
: 3;
Context.hpp
386
int
texCoordIndexActive
(int stage);
VertexProcessor.cpp
980
state.textureState[i].
texCoordIndexActive
= context->
texCoordIndexActive
(i);
Context.cpp
1169
int Context::
texCoordIndexActive
(int stage)
/external/swiftshader/src/Shader/
VertexPipeline.cpp
548
int i = state.textureState[stage].
texCoordIndexActive
;
Completed in 45 milliseconds