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

  /external/skia/src/gpu/
GrResourceProvider.h 223 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
GrResourceProvider.cpp 486 sk_sp<GrSemaphore> GrResourceProvider::wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
489 return this->isAbandoned() ? nullptr : fGpu->wrapBackendSemaphore(semaphore, ownership);
GrGpu.h 381 virtual sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
GrRenderTargetContext.cpp     [all...]
  /external/skia/src/gpu/mock/
GrMockGpu.h 54 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 56 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
  /external/skia/src/gpu/vk/
GrVkGpu.h 135 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
GrVkGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.h 170 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
GrGLGpu.cpp     [all...]

Completed in 390 milliseconds