Searched refs:totalKey (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/
H A DGrPrimitiveProcessor.cpp33 uint32_t totalKey = 0; local
49 SkASSERT(0 == (totalKey & key)); // keys for each transform ought not to overlap
50 totalKey |= key;
52 return totalKey;
/external/skqp/src/gpu/
H A DGrPrimitiveProcessor.cpp33 uint32_t totalKey = 0; local
49 SkASSERT(0 == (totalKey & key)); // keys for each transform ought not to overlap
50 totalKey |= key;
52 return totalKey;

Completed in 98 milliseconds