/third_party/skia/include/gpu/ |
D | GrSurfaceInfo.h | 40 , fProtected(glInfo.fProtected) in GrSurfaceInfo() 49 , fProtected(vkInfo.fProtected) in GrSurfaceInfo() 61 , fProtected(mtlInfo.fProtected) in GrSurfaceInfo() 70 , fProtected(dawnInfo.fProtected) in GrSurfaceInfo() 78 , fProtected(mockInfo.fProtected) in GrSurfaceInfo() 89 GrProtected isProtected() const { return fProtected; } in isProtected() 96 *info = GrGLTextureSpecToSurfaceInfo(fGLSpec, fSampleCount, fLevelCount, fProtected); in getGLSurfaceInfo() 105 *info = GrVkImageSpecToSurfaceInfo(fVkSpec, fSampleCount, fLevelCount, fProtected); in getVkSurfaceInfo() 117 *info = GrMtlTextureSpecToSurfaceInfo(fMtlSpec, fSampleCount, fLevelCount, fProtected); in getMtlSurfaceInfo() 126 *info = GrDawnTextureSpecToSurfaceInfo(fDawnSpec, fSampleCount, fLevelCount, fProtected); in getDawnSurfaceInfo() [all …]
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.cpp | 29 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget() 32 , GrRenderTarget(gpu, dimensions, msaaInfo.fSampleCount, info.fProtected) in GrD3DRenderTarget() 36 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DRenderTarget() 51 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget() 54 , GrRenderTarget(gpu, dimensions, msaaInfo.fSampleCount, info.fProtected) in GrD3DRenderTarget() 58 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DRenderTarget() 70 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget() 72 , GrRenderTarget(gpu, dimensions, info.fSampleCount, info.fProtected) in GrD3DRenderTarget() 85 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DRenderTarget() 87 , GrRenderTarget(gpu, dimensions, info.fSampleCount, info.fProtected) in GrD3DRenderTarget()
|
D | GrD3DTextureRenderTarget.cpp | 25 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget() 36 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DTextureRenderTarget() 49 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget() 68 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget() 79 SkASSERT(info.fProtected == msaaInfo.fProtected); in GrD3DTextureRenderTarget() 92 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTextureRenderTarget()
|
D | GrD3DTexture.cpp | 24 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture() 26 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture() 40 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture() 42 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture() 58 : GrSurface(gpu, dimensions, info.fProtected) in GrD3DTexture() 60 , INHERITED(gpu, dimensions, info.fProtected, GrTextureType::k2D, mipmapStatus) in GrD3DTexture()
|
D | GrD3DTextureResource.cpp | 58 info->fProtected = isProtected; in InitTextureResourceInfo() 91 info.fProtected, &clearValue, &msInfo)) { in CreateMSAA()
|
D | GrD3DTypesPriv.cpp | 18 info.fProtected = isProtected; in GrD3DTextureResourceSpecToSurfaceInfo()
|
D | GrD3DTypesMinimal.cpp | 55 return fTextureResourceInfo->fProtected == GrProtected::kYes; in isProtected()
|
/third_party/skia/include/gpu/d3d/ |
D | GrD3DTypes.h | 187 GrProtected fProtected = GrProtected::kNo; member 206 , fProtected(isProtected) {} in fResource() 217 , fProtected(info.fProtected) {} in GrD3DTextureResourceInfo() 224 fSampleQualityPattern == that.fSampleQualityPattern && fProtected == that.fProtected; 242 GrProtected fProtected = GrProtected::kNo; member
|
/third_party/skia/src/gpu/ |
D | GrSurfaceInfo.cpp | 20 , fProtected(d3dInfo.fProtected) in GrSurfaceInfo() 37 *outSpec = fD3DSpec.getSurfaceInfo(fSampleCount, fLevelCount, fProtected); in getD3DSurfaceInfo()
|
D | GrAHardwareBufferImageGenerator.cpp | 137 bool isProtected = desc.fProtected == GrProtected::kYes; in makeView()
|
/third_party/skia/experimental/graphite/include/ |
D | TextureInfo.h | 36 , fProtected(Protected::kNo) in TextureInfo() 51 Protected isProtected() const { return fProtected; } in isProtected() 78 Protected fProtected = Protected::kNo; variable
|
/third_party/skia/include/gpu/vk/ |
D | GrVkTypes.h | 109 GrProtected fProtected = GrProtected::kNo; member 119 fCurrentQueueFamily == that.fCurrentQueueFamily && fProtected == that.fProtected && 167 GrProtected fProtected = GrProtected::kNo; member
|
/third_party/skia/experimental/graphite/src/ |
D | TextureInfo.cpp | 23 fProtected != that.fProtected) { in operator ==()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnTypesPriv.cpp | 18 info.fProtected = isProtected; in GrDawnTextureSpecToSurfaceInfo()
|
/third_party/skia/include/gpu/mtl/ |
D | GrMtlTypes.h | 52 GrProtected fProtected = GrProtected::kNo; member
|
/third_party/skia/src/gpu/mock/ |
D | GrMockTypes.cpp | 28 info.fProtected = isProtected; in GrMockTextureSpecToSurfaceInfo()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlTypesPriv.mm | 18 info.fProtected = isProtected;
|
/third_party/skia/src/gpu/vk/ |
D | GrVkTypesPriv.cpp | 36 info.fProtected = isProtected; in GrVkImageSpecToSurfaceInfo()
|
D | GrVkImage.cpp | 220 info.fProtected, in GrVkImage() 248 info.fProtected) in GrVkImage() 530 info->fProtected = in InitImageInfo()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLTypesPriv.cpp | 77 info.fProtected = isProtected; in GrGLTextureSpecToSurfaceInfo()
|
/third_party/skia/include/private/ |
D | GrVkTypesPriv.h | 35 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected()
|
/third_party/skia/include/gpu/dawn/ |
D | GrDawnTypes.h | 90 GrProtected fProtected = GrProtected::kNo; member
|
/third_party/skia/include/gpu/mock/ |
D | GrMockTypes.h | 85 GrProtected fProtected = GrProtected::kNo; member
|
/third_party/skia/include/gpu/gl/ |
D | GrGLTypes.h | 203 GrProtected fProtected = GrProtected::kNo; member
|
/third_party/skia/tests/ |
D | LazyProxyTest.cpp | 102 desc.fProtected); in Op() 367 desc.fProtected), in LazyFailedInstantiationTestOp()
|