Searched defs:DEBUG_INVAL_START_IDX (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpu.cpp28 #define DEBUG_INVAL_START_IDX -1 macro
46 poolState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
48 poolState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
318 newState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
320 newState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
H A DGrDrawTarget.cpp88 #define DEBUG_INVAL_START_IDX -1 macro
101 geoSrc.fVertexCount = DEBUG_INVAL_START_IDX;
103 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
/external/skia/src/gpu/
H A DGrGpu.cpp28 #define DEBUG_INVAL_START_IDX -1 macro
46 poolState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
48 poolState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
372 newState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
374 newState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
H A DGrDrawTarget.cpp87 #define DEBUG_INVAL_START_IDX -1 macro
100 geoSrc.fVertexCount = DEBUG_INVAL_START_IDX;
102 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;

Completed in 199 milliseconds