Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/skia/src/gpu/mock/
DGrMockTexture.h21 GrProtected isProtected, in GrMockTexture()
30 GrProtected isProtected, in GrMockTexture()
56 GrMockTexture(GrMockGpu* gpu, const SkISize& dimensions, GrProtected isProtected, in GrMockTexture()
86 GrProtected isProtected, in GrMockRenderTarget()
96 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget()
140 GrProtected isProtected, in GrMockRenderTarget()
159 GrProtected isProtected, in GrMockTextureRenderTarget()
173 GrProtected isProtected, in GrMockTextureRenderTarget()
DGrMockGpu.cpp99 GrProtected isProtected, in onCreateTexture()
130 GrProtected isProtected, in onCreateCompressedTexture()
167 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTexture() local
192 auto isProtected = GrProtected(tex.isProtected()); in onWrapRenderableBackendTexture() local
202 auto isProtected = GrProtected(rt.isProtected()); in onWrapBackendRenderTarget() local
DGrMockTypes.cpp23 GrProtected isProtected) { in GrMockTextureSpecToSurfaceInfo()
/third_party/flutter/skia/src/gpu/mock/
DGrMockTexture.h21 GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTexture()
27 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrProtected isProtected, in GrMockTexture()
52 GrMockTexture(GrMockGpu* gpu, const GrSurfaceDesc& desc, GrProtected isProtected, in GrMockTexture()
80 int sampleCnt, GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget()
89 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget()
125 GrProtected isProtected, const GrMockRenderTargetInfo& info) in GrMockRenderTarget()
140 int sampleCnt, GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTextureRenderTarget()
151 GrProtected isProtected, GrMipMapsStatus mipMapsStatus, in GrMockTextureRenderTarget()
DGrMockGpu.cpp150 GrProtected isProtected, in onCreateTexture()
193 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTexture() local
218 auto isProtected = GrProtected(tex.isProtected()); in onWrapRenderableBackendTexture() local
234 auto isProtected = GrProtected(rt.isProtected()); in onWrapBackendRenderTarget() local
254 auto isProtected = GrProtected(tex.isProtected()); in onWrapBackendTextureAsRenderTarget() local
/third_party/skia/src/gpu/
DGrAttachment.cpp44 GrProtected isProtected, in build_key()
70 GrProtected isProtected, in ComputeSharedAttachmentUniqueKey()
86 GrProtected isProtected, in ComputeScratchKey()
98 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local
DGrTexture.cpp43 GrProtected isProtected, in GrTexture()
97 auto isProtected = this->isProtected() ? GrProtected::kYes : GrProtected::kNo; in computeScratchKey() local
109 GrProtected isProtected, in ComputeScratchKey()
DGrRecordingContextPriv.cpp45 GrProtected isProtected, in createDevice()
124 GrProtected isProtected, in makeSC()
156 GrProtected isProtected, in makeSFC()
212 GrProtected isProtected, in makeSFC()
269 GrProtected isProtected, in makeSFCWithFallback()
DGrResourceProvider.cpp52 GrProtected isProtected, in createTexture()
119 GrProtected isProtected) { in getExactScratch()
142 GrProtected isProtected, in createTexture()
183 GrProtected isProtected, in createCompressedTexture()
200 GrProtected isProtected) { in createTexture()
273 GrProtected isProtected) { in createApproxTexture()
326 GrProtected isProtected) { in findAndRefScratchTexture()
617 GrProtected isProtected = rt->isProtected() ? GrProtected::kYes : GrProtected::kNo; in attachStencilAttachment() local
644 GrProtected isProtected, in getDiscardableMSAAAttachment()
688 GrProtected isProtected, in makeMSAAAttachment()
[all …]
DGrDirectContext.cpp473 GrProtected isProtected) { in createBackendTexture()
487 GrProtected isProtected) { in createBackendTexture()
502 GrProtected isProtected, in create_and_clear_backend_texture()
568 GrProtected isProtected, in createBackendTexture()
593 GrProtected isProtected, in createBackendTexture()
624 GrProtected isProtected, in createBackendTexture()
747 GrProtected isProtected, in create_and_update_compressed_backend_texture()
772 GrProtected isProtected, in createCompressedBackendTexture()
808 GrProtected isProtected, in createCompressedBackendTexture()
824 GrProtected isProtected, in createCompressedBackendTexture()
[all …]
DGrSurface.h85 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() function
122 GrSurface(GrGpu* gpu, const SkISize& dimensions, GrProtected isProtected) in GrSurface()
DGrRenderTargetProxy.cpp33 GrProtected isProtected, in GrRenderTargetProxy()
47 GrProtected isProtected, in GrRenderTargetProxy()
DGrTextureRenderTargetProxy.cpp33 GrProtected isProtected, in GrTextureRenderTargetProxy()
56 GrProtected isProtected, in GrTextureRenderTargetProxy()
/third_party/skia/tools/gpu/
DBackendSurfaceFactory.cpp23 GrProtected isProtected, in MakeBackendTextureSurface()
56 GrProtected isProtected, in MakeBackendTextureSurface()
66 GrProtected isProtected, in MakeBackendRenderTargetSurface()
101 GrProtected isProtected, in MakeBackendRenderTargetSurface()
DManagedBackendTexture.cpp66 GrProtected isProtected) { in MakeFromInfo()
75 GrProtected isProtected) { in MakeFromBitmap()
88 GrProtected isProtected) { in MakeFromPixmap()
/third_party/flutter/skia/src/gpu/
DGrRecordingContext.cpp178 GrProtected isProtected) { in makeDeferredTextureContext()
222 GrProtected isProtected) { in makeDeferredRenderTargetContext()
299 GrProtected isProtected) { in makeDeferredRenderTargetContextWithFallback()
348 GrProtected isProtected) { in makeDeferredTextureContext()
365 GrProtected isProtected) { in makeDeferredRenderTargetContext()
382 GrProtected isProtected) { in makeDeferredRenderTargetContextWithFallback()
DGrProxyProvider.cpp126 GrProtected isProtected) { in testingOnly_createInstantiatedProxy()
172 GrProtected isProtected) { in testingOnly_createInstantiatedProxy()
330 GrProtected isProtected) { in createMipMapProxy()
473 GrProtected isProtected, in createProxy()
789 GrProtected isProtected) { in createLazyProxy()
806 GrProtected isProtected) { in createLazyProxy()
826 GrProtected isProtected, in createLazyProxy()
861 GrProtected isProtected, bool wrapsVkSecondaryCB) { in createLazyRenderTargetProxy()
902 int renderTargetSampleCnt, GrProtected isProtected, GrSurfaceOrigin origin, in MakeFullyLazyProxy()
DGrTextureRenderTargetProxy.cpp32 GrProtected isProtected, in GrTextureRenderTargetProxy()
55 GrProtected isProtected, in GrTextureRenderTargetProxy()
DGrContext.cpp330 GrProtected isProtected) { in createBackendTexture()
353 GrProtected isProtected) { in createBackendTexture()
448 GrProtected isProtected) { in createBackendTexture()
472 GrProtected isProtected) { in createBackendTexture()
DGrRenderTargetProxy.cpp26 SkBudgeted budgeted, GrProtected isProtected, in GrRenderTargetProxy()
39 SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, in GrRenderTargetProxy()
/third_party/skia/src/gpu/dawn/
DGrDawnTypesPriv.cpp13 GrProtected isProtected) { in GrDawnTextureSpecToSurfaceInfo()
/third_party/skia/src/gpu/d3d/
DGrD3DTypesPriv.cpp13 GrProtected isProtected) { in GrD3DTextureResourceSpecToSurfaceInfo()
/third_party/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp115 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in characterize() local
172 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in isCompatible() local
/third_party/flutter/skia/include/gpu/
DGrSurface.h90 bool isProtected() const { return fIsProtected == GrProtected::kYes; } in isProtected() function
114 GrSurface(GrGpu* gpu, const SkISize& size, GrPixelConfig config, GrProtected isProtected) in GrSurface()
/third_party/flutter/skia/include/private/
DGrVkTypesPriv.h40 bool isProtected() const { return fImageInfo.fProtected == GrProtected::kYes; } in isProtected() function

12345