Searched defs:vertexAttribCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp351 int vertexAttribCount = optState->getVertexAttribCount(); local
355 for (int vertexAttribIndex = 0; vertexAttribIndex < vertexAttribCount;
/external/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp349 int vertexAttribCount = this->getDrawState().getVertexAttribCount(); local
353 for (int vertexAttribIndex = 0; vertexAttribIndex < vertexAttribCount;

Completed in 708 milliseconds