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

  /external/skia/src/gpu/
GrReorderCommandBuilder.cpp 30 previous->fBatch->combineIfPossible(batch)) {
GrBatch.h 31 * merged using combineIfPossible. When two batches merge, one takes on the union of the data
56 bool combineIfPossible(GrBatch* that) {
GrInOrderCommandBuilder.cpp 33 if (previous->fState == state && previous->fBatch->combineIfPossible(batch)) {

Completed in 174 milliseconds