Home
last modified time | relevance | path

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

12

/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.cpp2594 GrSemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
2596 return GrVkSemaphore::MakeWrapped(this, semaphore.vkSemaphore(), wrapType, ownership); in wrapBackendSemaphore()
/third_party/flutter/skia/src/gpu/vk/
DGrVkSemaphore.cpp34 WrapType wrapType, in MakeWrapped() argument
39 bool prohibitSignal = WrapType::kWillWait == wrapType; in MakeWrapped()
40 bool prohibitWait = WrapType::kWillSignal == wrapType; in MakeWrapped()
DGrVkSemaphore.h28 WrapType wrapType,
DGrVkGpu.h155 GrResourceProvider::SemaphoreWrapType wrapType,
DGrVkGpu.cpp2576 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
2578 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.cpp36 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument
39 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/flutter/skia/src/gpu/
DGrGpuResource.cpp36 void GrGpuResource::registerWithCacheWrapped(GrWrapCacheable wrapType) { in registerWithCacheWrapped() argument
39 fBudgetedType = wrapType == GrWrapCacheable::kNo ? GrBudgetedType::kUnbudgetedUncacheable in registerWithCacheWrapped()
DGrResourceProvider.h273 SemaphoreWrapType wrapType,
DGrResourceProvider.cpp594 SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
598 wrapType, in wrapBackendSemaphore()
DGrGpu.h340 GrResourceProvider::SemaphoreWrapType wrapType,
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.cpp181 GrWrapCacheable wrapType, GrIOType ioType) { in onWrapBackendTexture() argument
195 new GrMockTexture(this, desc, isProtected, mipMapsStatus, texInfo, wrapType, ioType)); in onWrapBackendTexture()
DGrMockGpu.h42 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h77 GrResourceProvider::SemaphoreWrapType wrapType,
DGrDawnGpu.cpp458 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h102 GrResourceProvider::SemaphoreWrapType wrapType, in wrapBackendSemaphore() argument
/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/flutter/skia/src/gpu/gl/
DGrGLGpu.h166 GrResourceProvider::SemaphoreWrapType wrapType,
/third_party/node/lib/internal/
Dchild_process.js1051 wrapType: getHandleWrapType(handle), property

12