Searched refs:wrapType (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkSemaphore.cpp | 38 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 D | GrVkGpu.cpp | 2846 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 D | GrMockGpu.cpp | 166 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 D | GrGpuResource.cpp | 40 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument 43 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
|
H A D | GrResourceProvider.cpp | 761 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 D | GrD3DGpu.cpp | 941 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 D | child_process.js | 1061 wrapType: getHandleWrapType(handle),
|
Completed in 16 milliseconds