Home
last modified time | relevance | path

Searched refs:wrapType (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/src/gpu/vk/
DGrVkSemaphore.cpp38 GrSemaphoreWrapType wrapType, in MakeWrapped() argument
44 bool prohibitSignal = GrSemaphoreWrapType::kWillWait == wrapType; in MakeWrapped()
45 bool prohibitWait = GrSemaphoreWrapType::kWillSignal == wrapType; in MakeWrapped()
DGrVkGpu.cpp2602 GrSemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
2604 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
/third_party/typescript/tests/baselines/reference/
DinferrenceInfiniteLoopWithSubtyping.symbols70 public wrapType(cb: () => ComposeOutputTypeDefinition): void;
71 >wrapType : Symbol(Resolver.wrapType, Decl(graphql-compose.d.ts, 20, 10))
DinferrenceInfiniteLoopWithSubtyping.types49 public wrapType(cb: () => ComposeOutputTypeDefinition): void;
50 >wrapType : (cb: () => ComposeOutputTypeDefinition) => void
DinferrenceInfiniteLoopWithSubtyping.js26 public wrapType(cb: () => ComposeOutputTypeDefinition): void;
/third_party/skia/src/gpu/mock/
DGrMockGpu.cpp155 GrWrapCacheable wrapType, in onWrapBackendTexture() argument
169 texInfo, wrapType, ioType)); in onWrapBackendTexture()
174 GrWrapCacheable wrapType) { in onWrapCompressedBackendTexture() argument
/third_party/skia/src/gpu/
DGrGpuResource.cpp40 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument
43 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
DGrResourceProvider.cpp755 GrSemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
759 wrapType, in wrapBackendSemaphore()
/third_party/typescript/tests/cases/compiler/
DinferrenceInfiniteLoopWithSubtyping.ts25 public wrapType(cb: () => ComposeOutputTypeDefinition): void;
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp930 GrWrapCacheable wrapType, in onWrapBackendTexture() argument
952 return GrD3DTexture::MakeWrappedTexture(this, tex.dimensions(), wrapType, ioType, textureInfo, in onWrapBackendTexture()
958 GrWrapCacheable wrapType) { in onWrapCompressedBackendTexture() argument
959 return this->onWrapBackendTexture(tex, ownership, wrapType, kRead_GrIOType); in onWrapCompressedBackendTexture()
/third_party/node/lib/internal/
Dchild_process.js1061 wrapType: getHandleWrapType(handle), property
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.mm1570 GrSemaphoreWrapType /* wrapType */,