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

  /external/skia/src/gpu/
GrBatch.h 126 SkASSERT(fVertices.instanceCount());
127 batchTarget->draw(fVertices);
130 GrVertices fVertices;
GrVertices.h 135 fVertices = &vertices;
160 int instances = SkTMin(fInstancesRemaining, fVertices->fMaxInstancesPerDraw);
161 fInstanceBatch.fIndexCount = instances * fVertices->fIndicesPerInstance;
162 fInstanceBatch.fVertexCount = instances * fVertices->fVerticesPerInstance;
168 const GrVertices* fVertices;
GrAtlasTextContext.h 195 unsigned char* fVertices;
  /external/skia/src/utils/debugger/
SkDrawCommand.h 550 SkPoint* fVertices;

Completed in 181 milliseconds