Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp378 int vertexBlendMatrixCountActive();
DContext.cpp1103 int Context::vertexBlendMatrixCountActive() in vertexBlendMatrixCountActive() function in sw::Context
DVertexProcessor.cpp942 state.vertexBlendMatrixCount = context->vertexBlendMatrixCountActive(); in update()