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

  /external/skia/src/gpu/batches/
GrBatch.cpp 39 GrBATCH_SPEW(int32_t GrBatch::gCurrBatchUniqueID = GrBatch::kIllegalBatchID;)
GrBatch.h 157 static uint32_t GenBatchID() { return GenID(&gCurrBatchUniqueID); }
159 static int32_t gCurrBatchUniqueID;

Completed in 182 milliseconds