Searched refs:wrapType (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkSemaphore.cpp | 38 GrSemaphoreWrapType wrapType, in MakeWrapped() argument 44 bool prohibitSignal = GrSemaphoreWrapType::kWillWait == wrapType; in MakeWrapped() 45 bool prohibitWait = GrSemaphoreWrapType::kWillSignal == wrapType; in MakeWrapped()
|
D | GrVkGpu.cpp | 2602 GrSemaphoreWrapType wrapType, in wrapBackendSemaphore() argument 2604 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
|
/third_party/typescript/tests/baselines/reference/ |
D | inferrenceInfiniteLoopWithSubtyping.symbols | 70 public wrapType(cb: () => ComposeOutputTypeDefinition): void; 71 >wrapType : Symbol(Resolver.wrapType, Decl(graphql-compose.d.ts, 20, 10))
|
D | inferrenceInfiniteLoopWithSubtyping.types | 49 public wrapType(cb: () => ComposeOutputTypeDefinition): void; 50 >wrapType : (cb: () => ComposeOutputTypeDefinition) => void
|
D | inferrenceInfiniteLoopWithSubtyping.js | 26 public wrapType(cb: () => ComposeOutputTypeDefinition): void;
|
/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.cpp | 155 GrWrapCacheable wrapType, in onWrapBackendTexture() argument 169 texInfo, wrapType, ioType)); in onWrapBackendTexture() 174 GrWrapCacheable wrapType) { in onWrapCompressedBackendTexture() argument
|
/third_party/skia/src/gpu/ |
D | GrGpuResource.cpp | 40 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument 43 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
|
D | GrResourceProvider.cpp | 755 GrSemaphoreWrapType wrapType, in wrapBackendSemaphore() argument 759 wrapType, in wrapBackendSemaphore()
|
/third_party/typescript/tests/cases/compiler/ |
D | inferrenceInfiniteLoopWithSubtyping.ts | 25 public wrapType(cb: () => ComposeOutputTypeDefinition): void;
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.cpp | 930 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/ |
D | child_process.js | 1061 wrapType: getHandleWrapType(handle), property
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 1570 GrSemaphoreWrapType /* wrapType */,
|