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

  /external/skia/include/private/
GrSurfaceProxy.h 209 kSingleUse, // Instantiation callback is allowed to be called only once.
428 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse, format, desc, origin, fit,
496 // If this is set to kSingleuse, then after one call to fLazyInstantiateCallback we will cleanup
  /external/skqp/include/private/
GrSurfaceProxy.h 207 kSingleUse, // Instantiation callback is allowed to be called only once.
425 : GrSurfaceProxy(nullptr, LazyInstantiationType::kSingleUse, format, desc, origin, fit,
493 // If this is set to kSingleuse, then after one call to fLazyInstantiateCallback we will cleanup
  /external/skia/tests/
LazyProxyTest.cpp 252 for (auto lazyType : {LazyInstantiationType::kSingleUse,
289 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) {
460 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) {
ResourceAllocatorTest.cpp 315 : GrSurfaceProxy::LazyInstantiationType ::kSingleUse;
GrSurfaceTest.cpp 467 GrSurfaceProxy::LazyInstantiationType::kSingleUse);
    [all...]
  /external/skqp/tests/
LazyProxyTest.cpp 248 for (auto lazyType : {LazyInstantiationType::kSingleUse,
270 if (LazyInstantiationType::kSingleUse == proxy->priv().lazyInstantiationType()) {
442 for (auto lazyType : {LazyType::kSingleUse, LazyType::kMultipleUse, LazyType::kDeinstantiate}) {
ResourceAllocatorTest.cpp 315 : GrSurfaceProxy::LazyInstantiationType ::kSingleUse;
GrSurfaceTest.cpp 473 GrSurfaceProxy::LazyInstantiationType::kSingleUse);
  /external/skia/src/gpu/
GrProxyProvider.cpp 651 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse
714 LazyInstantiationType lazyType = this->renderingDirectly() ? LazyInstantiationType::kSingleUse
754 std::move(callback), LazyInstantiationType::kSingleUse, format, desc,
757 : new GrTextureProxy(std::move(callback), LazyInstantiationType::kSingleUse,
    [all...]
GrSurfaceProxy.cpp 438 if (GrSurfaceProxy::LazyInstantiationType::kSingleUse == fProxy->fLazyInstantiationType) {
  /external/skqp/src/gpu/
GrProxyProvider.cpp 614 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse
674 LazyInstantiationType lazyType = fResourceProvider ? LazyInstantiationType::kSingleUse
706 std::move(callback), LazyInstantiationType::kSingleUse, format, desc,
709 : new GrTextureProxy(std::move(callback), LazyInstantiationType::kSingleUse,
GrSurfaceProxy.cpp 440 if (GrSurfaceProxy::LazyInstantiationType::kSingleUse == fProxy->fLazyInstantiationType) {

Completed in 1470 milliseconds