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

  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 40 poolState.fPoolStartVertex = ~0;
162 (fCurrQuad * 4 + lastDraw.fStartVertex) == poolState.fPoolStartVertex;
231 draw.fStartVertex += poolState.fPoolStartVertex;
298 draw.fStartVertex += poolState.fPoolStartVertex;
462 &poolState.fPoolStartVertex);
501 poolState.fPoolStartVertex = 0;
516 &poolState.fPoolStartVertex);
540 poolState.fPoolStartVertex = ~0;
GrInOrderDrawBuffer.h 172 int fPoolStartVertex;
GrGpu.cpp 54 poolState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
759 newState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
865 &geomPoolState.fPoolStartVertex);
    [all...]
GrGpu.h 371 int fPoolStartVertex;
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 66 milliseconds