Home
last modified time | relevance | path

Searched refs:fProtected (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/include/gpu/
DGrSurfaceInfo.h40 , 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/
DGrD3DRenderTarget.cpp29 : 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()
DGrD3DTextureRenderTarget.cpp25 : 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()
DGrD3DTexture.cpp24 : 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()
DGrD3DTextureResource.cpp58 info->fProtected = isProtected; in InitTextureResourceInfo()
91 info.fProtected, &clearValue, &msInfo)) { in CreateMSAA()
DGrD3DTypesPriv.cpp18 info.fProtected = isProtected; in GrD3DTextureResourceSpecToSurfaceInfo()
DGrD3DTypesMinimal.cpp55 return fTextureResourceInfo->fProtected == GrProtected::kYes; in isProtected()
/third_party/skia/include/gpu/d3d/
DGrD3DTypes.h187 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/
DGrSurfaceInfo.cpp20 , fProtected(d3dInfo.fProtected) in GrSurfaceInfo()
37 *outSpec = fD3DSpec.getSurfaceInfo(fSampleCount, fLevelCount, fProtected); in getD3DSurfaceInfo()
DGrAHardwareBufferImageGenerator.cpp137 bool isProtected = desc.fProtected == GrProtected::kYes; in makeView()
/third_party/skia/experimental/graphite/include/
DTextureInfo.h36 , 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/
DGrVkTypes.h109 GrProtected fProtected = GrProtected::kNo; member
119 fCurrentQueueFamily == that.fCurrentQueueFamily && fProtected == that.fProtected &&
167 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/experimental/graphite/src/
DTextureInfo.cpp23 fProtected != that.fProtected) { in operator ==()
/third_party/skia/src/gpu/dawn/
DGrDawnTypesPriv.cpp18 info.fProtected = isProtected; in GrDawnTextureSpecToSurfaceInfo()
/third_party/skia/include/gpu/mtl/
DGrMtlTypes.h52 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/src/gpu/mock/
DGrMockTypes.cpp28 info.fProtected = isProtected; in GrMockTextureSpecToSurfaceInfo()
/third_party/skia/src/gpu/mtl/
DGrMtlTypesPriv.mm18 info.fProtected = isProtected;
/third_party/skia/src/gpu/vk/
DGrVkTypesPriv.cpp36 info.fProtected = isProtected; in GrVkImageSpecToSurfaceInfo()
DGrVkImage.cpp220 info.fProtected, in GrVkImage()
248 info.fProtected) in GrVkImage()
530 info->fProtected = in InitImageInfo()
/third_party/skia/src/gpu/gl/
DGrGLTypesPriv.cpp77 info.fProtected = isProtected; in GrGLTextureSpecToSurfaceInfo()
/third_party/skia/include/private/
DGrVkTypesPriv.h35 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected()
/third_party/skia/include/gpu/dawn/
DGrDawnTypes.h90 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/include/gpu/mock/
DGrMockTypes.h85 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/include/gpu/gl/
DGrGLTypes.h203 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/tests/
DLazyProxyTest.cpp102 desc.fProtected); in Op()
367 desc.fProtected), in LazyFailedInstantiationTestOp()

12