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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 107 int getVertexAttribCount() const { return fCommon.fVACount; }
157 fVACount = drawState->fCommon.fVACount;
163 fDrawState->fCommon.fVACount = fVACount;
169 int fVACount;
    [all...]
GrDrawState.cpp 90 return vertex_size(fCommon.fVAPtr, fCommon.fVACount);
99 fCommon.fVACount = count;
135 fCommon.fVACount = 1;
165 if (attribIndex >= fCommon.fVACount ||
  /external/skia/src/gpu/
GrDrawState.h 107 int getVertexAttribCount() const { return fCommon.fVACount; }
157 fVACount = drawState->fCommon.fVACount;
163 fDrawState->fCommon.fVACount = fVACount;
169 int fVACount;
    [all...]
GrDrawState.cpp 90 return vertex_size(fCommon.fVAPtr, fCommon.fVACount);
99 fCommon.fVACount = count;
135 fCommon.fVACount = 1;
165 if (attribIndex >= fCommon.fVACount ||

Completed in 606 milliseconds