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

  /external/skia/include/private/
GrSurfaceProxy.h 197 kSingleUse, // Instantiation callback is allowed to be called only once
371 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse,
427 // If this is set to kSingleuse, then after one call to fLazyInstantiateCallback we will cleanup
  /external/skia/tests/
LazyProxyTest.cpp 219 for (auto lazyType : {LazyInstantiationType::kSingleUse,
239 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) {
  /external/skia/src/gpu/
GrSurfaceProxy.cpp 387 if (GrSurfaceProxy::LazyInstantiationType::kSingleUse == fProxy->fLazyInstantiationType) {
GrProxyProvider.cpp 658 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse
692 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse

Completed in 3118 milliseconds