Home | History | Annotate | Download | only in gpu

Lines Matching refs:uniqueKey

223     // We must remove the uniqueKeys from the proxies here. While they possess a uniqueKey
754 const GrUniqueKey& uniqueKey = resource->getUniqueKey();
757 SkASSERT(!uniqueKey.isValid());
763 uniqueKey.isValid());
764 if (!uniqueKey.isValid()) {
770 if (uniqueKey.isValid()) {
772 SkASSERT(fUniqueHash->find(uniqueKey) == resource);