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

  /external/chromium_org/third_party/skia/src/gpu/
GrOptDrawState.cpp 25 fVACount = drawState.getVertexAttribCount();
143 fOptVA.reset(fVACount - numToRemove);
148 for (int i = 0, newIdx = 0; i < fVACount; ++i, ++src) {
163 fVACount -= numToRemove;
GrRODrawState.cpp 34 this->fVACount != that.fVACount ||
36 memcmp(this->fVAPtr, that.fVAPtr, this->fVACount * sizeof(GrVertexAttrib)) ||
99 for (int index = 0; index < fVACount; index++) {
GrDrawState.cpp 104 fVACount = that.fVACount;
246 fVACount = count;
248 validate_vertex_attribs(fVAPtr, fVACount, fVAStride);
285 fVACount = 1;
319 fVACount = drawState->fVACount;
GrRODrawState.h 43 int getVertexAttribCount() const { return fVACount; }
408 int fVACount;
GrDrawState.h 106 ~AutoVertexAttribRestore() { fDrawState->internalSetVertexAttribs(fVAPtr, fVACount,
112 int fVACount;
  /external/skia/src/gpu/
GrDrawState.h 107 int getVertexAttribCount() const { return fCommon.fVACount; }
157 fVACount = drawState->fCommon.fVACount;
162 fDrawState->setVertexAttribs(fVAPtr, fVACount);
168 int fVACount;
915 int fVACount;
931 fVACount == other.fVACount &
    [all...]
GrDrawState.cpp 88 return vertex_size(fCommon.fVAPtr, fCommon.fVACount);
97 fCommon.fVACount = count;
133 fCommon.fVACount = 1;
163 if (attribIndex >= fCommon.fVACount ||

Completed in 88 milliseconds