Home
last modified time | relevance | path

Searched refs:fProtected (Results 1 - 25 of 31) sorted by relevance

12

/third_party/skia/include/gpu/
H A 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()
144 GrProtected fProtected = GrProtected::kNo; global() member in GrSurfaceInfo
[all...]
/third_party/skia/src/gpu/d3d/
H A 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()
[all...]
H A 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()
H A 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()
H A DGrD3DTextureResource.cpp58 info->fProtected = isProtected; in InitTextureResourceInfo()
91 info.fProtected, &clearValue, &msInfo)) { in CreateMSAA()
H A DGrD3DTypesPriv.cpp18 info.fProtected = isProtected; in GrD3DTextureResourceSpecToSurfaceInfo()
H A DGrD3DTypesMinimal.cpp55 return fTextureResourceInfo->fProtected == GrProtected::kYes; in isProtected()
/third_party/skia/include/gpu/d3d/
H A DGrD3DTypes.h187 GrProtected fProtected = GrProtected::kNo; member
206 , fProtected(isProtected) {} in GrD3DTextureResourceInfo()
217 , fProtected(info.fProtected) {} in GrD3DTextureResourceInfo()
224 fSampleQualityPattern == that.fSampleQualityPattern && fProtected == that.fProtected; in operator ==()
242 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/src/gpu/
H A DGrSurfaceInfo.cpp20 , fProtected(d3dInfo.fProtected) in GrSurfaceInfo()
37 *outSpec = fD3DSpec.getSurfaceInfo(fSampleCount, fLevelCount, fProtected); in getD3DSurfaceInfo()
H A DGrAHardwareBufferImageGenerator.cpp137 bool isProtected = desc.fProtected == GrProtected::kYes; in makeView()
/third_party/skia/include/gpu/vk/
H A DGrVkTypes.h116 GrProtected fProtected = GrProtected::kNo; member
126 fCurrentQueueFamily == that.fCurrentQueueFamily && fProtected == that.fProtected && in operator ==()
174 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/experimental/graphite/include/
H A DTextureInfo.h36 , fProtected(Protected::kNo) in TextureInfo()
51 Protected isProtected() const { return fProtected; } in isProtected()
78 Protected fProtected = Protected::kNo; member in skgpu::TextureInfo
/third_party/skia/experimental/graphite/src/
H A DTextureInfo.cpp23 fProtected != that.fProtected) { in operator ==()
/third_party/skia/src/gpu/dawn/
H A DGrDawnTypesPriv.cpp18 info.fProtected = isProtected; in GrDawnTextureSpecToSurfaceInfo()
/third_party/skia/src/gpu/mock/
H A DGrMockTypes.cpp28 info.fProtected = isProtected; in GrMockTextureSpecToSurfaceInfo()
/third_party/skia/include/gpu/mtl/
H A DGrMtlTypes.h52 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp36 info.fProtected = isProtected; in GrVkImageSpecToSurfaceInfo()
H A DGrVkImage.cpp228 info.fProtected, in GrVkImage()
261 info.fProtected) in GrVkImage()
549 info->fProtected = in InitImageInfo()
H A DGrVkTextureRenderTarget.cpp148 if (!create_rt_attachments(gpu, dimensions, info.fFormat, sampleCnt, info.fProtected, texture, in MakeWrappedTextureRenderTarget()
/third_party/skia/src/gpu/gl/
H A DGrGLTypesPriv.cpp77 info.fProtected = isProtected; in GrGLTextureSpecToSurfaceInfo()
/third_party/skia/include/private/
H A DGrVkTypesPriv.h35 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected()
/third_party/skia/include/gpu/dawn/
H A DGrDawnTypes.h90 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/include/gpu/gl/
H A DGrGLTypes.h203 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/include/gpu/mock/
H A DGrMockTypes.h85 GrProtected fProtected = GrProtected::kNo; member
/third_party/skia/tests/
H A DLazyProxyTest.cpp102 desc.fProtected); in Op()
367 desc.fProtected), in LazyFailedInstantiationTestOp()

Completed in 10 milliseconds

12