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

  /external/chromium_org/third_party/skia/src/gpu/
GrGpu.cpp 28 #define DEBUG_INVAL_START_IDX -1
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;
GrDrawTarget.cpp 88 #define DEBUG_INVAL_START_IDX -1
101 geoSrc.fVertexCount = DEBUG_INVAL_START_IDX;
103 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
    [all...]

Completed in 59 milliseconds