HomeSort by relevance Sort by last modified time
    Searched full:vertexattribcount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 351 int vertexAttribCount = optState->getVertexAttribCount();
355 for (int vertexAttribIndex = 0; vertexAttribIndex < vertexAttribCount;
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 349 int vertexAttribCount = this->getDrawState().getVertexAttribCount();
353 for (int vertexAttribIndex = 0; vertexAttribIndex < vertexAttribCount;

Completed in 48 milliseconds