HomeSort by relevance Sort by last modified time
    Searched refs:getVertexAttribIndexCount (Results 1 - 4 of 4) sorted by null

  /external/skia/include/gpu/
GrDrawEffect.h 43 int getVertexAttribIndexCount() const { return fEffectStage->getVertexAttribIndexCount(); }
GrEffectStage.h 214 int getVertexAttribIndexCount() const { return fEffectRef->get()->numVertexAttribs(); }
  /external/skia/src/gpu/gl/
GrGLProgramEffects.cpp 145 int numAttributes = drawEffect.getVertexAttribIndexCount();
299 int numAttributes = stage.getVertexAttribIndexCount();
483 SkASSERT(0 == stage.getVertexAttribIndexCount());
  /external/skia/src/gpu/
GrDrawState.cpp 160 int numAttributes = stage.getVertexAttribIndexCount();

Completed in 97 milliseconds