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

  /external/skia/src/gpu/
GrTextContext.cpp 26 if (fCurrVertex > 0) {
39 GrAssert(GrIsALIGN4(fCurrVertex));
40 int nIndices = fCurrVertex + (fCurrVertex >> 1);
65 0, 0, fCurrVertex, nIndices);
69 fCurrVertex = 0;
82 fCurrVertex = 0;
247 if (fCurrTexture != texture || fCurrVertex + 4 > fMaxVertices) {
293 setRectFan(&fVertices[2*fCurrVertex], x, y, x + w, y + h, 2);
294 setRectFan(&fVertices[2*fCurrVertex+1]
    [all...]
  /external/skia/include/gpu/
GrTextContext.h 60 int fCurrVertex;

Completed in 472 milliseconds