Home | History | Annotate | Download | only in gpu

Lines Matching refs:uniqueKey

257     // We must remove the uniqueKeys from the proxies here. While they possess a uniqueKey
845 const GrUniqueKey& uniqueKey = resource->getUniqueKey();
848 SkASSERT(!uniqueKey.isValid());
854 uniqueKey.isValid());
855 if (!uniqueKey.isValid()) {
861 if (uniqueKey
863 SkASSERT(fUniqueHash->find(uniqueKey) == resource);