Home
last modified time | relevance | path

Searched refs:fVACount (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrDrawState.h108 int getVertexAttribCount() const { return fCommon.fVACount; } in getVertexAttribCount()
158 fVACount = drawState->fCommon.fVACount; in AutoVertexAttribRestore()
163 fDrawState->setVertexAttribs(fVAPtr, fVACount); in ~AutoVertexAttribRestore()
169 int fVACount; variable
914 int fVACount; member
930 fVACount == other.fVACount &&
931 !memcmp(fVAPtr, other.fVAPtr, fVACount * sizeof(GrVertexAttrib)) &&
DGrDrawState.cpp88 return vertex_size(fCommon.fVAPtr, fCommon.fVACount); in getVertexSize()
97 fCommon.fVACount = count; in setVertexAttribs()
133 fCommon.fVACount = 1; in setDefaultVertexAttribs()
163 if (attribIndex >= fCommon.fVACount || in validateVertexAttribs()
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawState.h108 int getVertexAttribCount() const { return fCommon.fVACount; } in getVertexAttribCount()
158 fVACount = drawState->fCommon.fVACount; in AutoVertexAttribRestore()
163 fDrawState->setVertexAttribs(fVAPtr, fVACount); in ~AutoVertexAttribRestore()
169 int fVACount; variable
914 int fVACount; member
930 fVACount == other.fVACount &&
931 !memcmp(fVAPtr, other.fVAPtr, fVACount * sizeof(GrVertexAttrib)) &&
DGrDrawState.cpp88 return vertex_size(fCommon.fVAPtr, fCommon.fVACount); in getVertexSize()
97 fCommon.fVACount = count; in setVertexAttribs()
133 fCommon.fVACount = 1; in setDefaultVertexAttribs()
163 if (attribIndex >= fCommon.fVACount || in validateVertexAttribs()