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

  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 35 GeometryPoolState& poolState = fGeoPoolStateStack.push_back();
36 poolState.fUsedPoolVertexBytes = 0;
37 poolState.fUsedPoolIndexBytes = 0;
39 poolState.fPoolVertexBuffer = (GrVertexBuffer*)~0;
40 poolState.fPoolStartVertex = ~0;
41 poolState.fPoolIndexBuffer = (GrIndexBuffer*)~0;
42 poolState.fPoolStartIndex = ~0;
154 GeometryPoolState& poolState = fGeoPoolStateStack.back();
161 lastDraw.fVertexBuffer == poolState.fPoolVertexBuffer &&
162 (fCurrQuad * 4 + lastDraw.fStartVertex) == poolState.fPoolStartVertex
    [all...]
GrGpu.cpp 52 GeometryPoolState& poolState = fGeomPoolStateStack.back();
53 poolState.fPoolVertexBuffer = (GrVertexBuffer*)DEBUG_INVAL_BUFFER;
54 poolState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
55 poolState.fPoolIndexBuffer = (GrIndexBuffer*)DEBUG_INVAL_BUFFER;
56 poolState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
    [all...]

Completed in 36 milliseconds