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

  /external/skia/src/gpu/
GrGpu.cpp 31 #define DEBUG_INVAL_START_IDX -1
54 poolState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
56 poolState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
759 newState.fPoolStartVertex = DEBUG_INVAL_START_IDX;
761 newState.fPoolStartIndex = DEBUG_INVAL_START_IDX;
    [all...]
GrDrawTarget.cpp 471 #define DEBUG_INVAL_START_IDX -1
479 geoSrc.fVertexCount = DEBUG_INVAL_START_IDX;
481 geoSrc.fIndexCount = DEBUG_INVAL_START_IDX;
    [all...]

Completed in 74 milliseconds