Home
last modified time | relevance | path

Searched refs:wrapType (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkSemaphore.cpp38 GrSemaphoreWrapType wrapType, in MakeWrapped()
44 bool prohibitSignal = GrSemaphoreWrapType::kWillWait == wrapType; in MakeWrapped()
45 bool prohibitWait = GrSemaphoreWrapType::kWillSignal == wrapType; in MakeWrapped()
36 MakeWrapped(GrVkGpu* gpu, VkSemaphore semaphore, GrSemaphoreWrapType wrapType, GrWrapOwnership ownership) MakeWrapped() argument
H A DGrVkGpu.cpp2846 GrSemaphoreWrapType wrapType, in wrapBackendSemaphore()
2848 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
2845 wrapBackendSemaphore(const GrBackendSemaphore& semaphore, GrSemaphoreWrapType wrapType, GrWrapOwnership ownership) wrapBackendSemaphore() argument
/third_party/skia/src/gpu/mock/
H A DGrMockGpu.cpp166 GrWrapCacheable wrapType, in onWrapBackendTexture()
180 texInfo, wrapType, ioType)); in onWrapBackendTexture()
185 GrWrapCacheable wrapType) { in onWrapCompressedBackendTexture()
164 onWrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable wrapType, GrIOType ioType) onWrapBackendTexture() argument
183 onWrapCompressedBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable wrapType) onWrapCompressedBackendTexture() argument
/third_party/skia/src/gpu/
H A DGrGpuResource.cpp40 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument
43 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
H A DGrResourceProvider.cpp761 GrSemaphoreWrapType wrapType, in wrapBackendSemaphore()
765 wrapType, in wrapBackendSemaphore()
759 wrapBackendSemaphore( const GrBackendSemaphore& semaphore, GrSemaphoreWrapType wrapType, GrWrapOwnership ownership) wrapBackendSemaphore() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp941 GrWrapCacheable wrapType, in onWrapBackendTexture()
963 return GrD3DTexture::MakeWrappedTexture(this, tex.dimensions(), wrapType, ioType, textureInfo, in onWrapBackendTexture()
969 GrWrapCacheable wrapType) { in onWrapCompressedBackendTexture()
970 return this->onWrapBackendTexture(tex, ownership, wrapType, kRead_GrIOType); in onWrapCompressedBackendTexture()
1715 GrSemaphoreWrapType /* wrapType */, in wrapBackendSemaphore()
939 onWrapBackendTexture(const GrBackendTexture& tex, GrWrapOwnership, GrWrapCacheable wrapType, GrIOType ioType) onWrapBackendTexture() argument
967 onWrapCompressedBackendTexture(const GrBackendTexture& tex, GrWrapOwnership ownership, GrWrapCacheable wrapType) onWrapCompressedBackendTexture() argument
/third_party/node/lib/internal/
H A Dchild_process.js1061 wrapType: getHandleWrapType(handle),

Completed in 16 milliseconds