Home
last modified time | relevance | path

Searched refs:fProtected (Results 1 – 25 of 39) 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/flutter/skia/src/gpu/vk/
DGrVkRenderTarget.cpp34 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
37 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, info.fProtected)
44 SkASSERT(info.fProtected == msaaInfo.fProtected);
62 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
65 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, sampleCnt, info.fProtected)
72 SkASSERT(info.fProtected == msaaInfo.fProtected);
84 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
86 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, 1, info.fProtected)
104 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkRenderTarget()
106 , GrRenderTarget(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, 1, info.fProtected)
[all …]
DGrVkTextureRenderTarget.cpp33 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkTextureRenderTarget()
40 SkASSERT(info.fProtected == msaaInfo.fProtected);
52 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkTextureRenderTarget()
74 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkTextureRenderTarget()
79 SkASSERT(info.fProtected == msaaInfo.fProtected);
92 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkTextureRenderTarget()
DGrVkTexture.cpp28 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkTexture()
30 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected,
44 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkTexture()
46 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected,
64 : GrSurface(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected) in GrVkTexture()
66 , INHERITED(gpu, {desc.fWidth, desc.fHeight}, desc.fConfig, info.fProtected,
/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()
/third_party/flutter/skia/include/gpu/vk/
DGrVkTypes.h160 GrProtected fProtected; member
171 , fProtected(GrProtected::kNo) in GrVkImageInfo()
190 , fProtected(isProtected) in fImage()
201 , fProtected(info.fProtected) in GrVkImageInfo()
213 fCurrentQueueFamily == that.fCurrentQueueFamily && fProtected == that.fProtected &&
/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/flutter/skia/include/private/
DGrVkTypesPriv.h40 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected()
/third_party/skia/src/gpu/mock/
DGrMockTypes.cpp28 info.fProtected = isProtected; in GrMockTextureSpecToSurfaceInfo()
/third_party/skia/include/gpu/mtl/
DGrMtlTypes.h52 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/src/gpu/mtl/
DGrMtlTypesPriv.mm18 info.fProtected = isProtected;
/third_party/skia/src/gpu/vk/
DGrVkTypesPriv.cpp36 info.fProtected = isProtected; in GrVkImageSpecToSurfaceInfo()
/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

12