Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 25 of 102) 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.cpp531 GrProtected isProtected) { in createBackendTexture()
545 GrProtected isProtected) { in createBackendTexture()
560 GrProtected isProtected, in create_and_clear_backend_texture()
626 GrProtected isProtected, in createBackendTexture()
651 GrProtected isProtected, in createBackendTexture()
682 GrProtected isProtected, in createBackendTexture()
805 GrProtected isProtected, in create_and_update_compressed_backend_texture()
830 GrProtected isProtected, in createCompressedBackendTexture()
866 GrProtected isProtected, in createCompressedBackendTexture()
882 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()
DGrProxyProvider.cpp141 GrProtected isProtected) { in testingOnly_createInstantiatedProxy()
191 GrProtected isProtected) { in testingOnly_createInstantiatedProxy()
443 GrProtected isProtected, in createProxy()
495 SkISize dimensions, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, in createCompressedTextureProxy()
770 GrProtected isProtected, in createLazyProxy()
811 GrProtected isProtected, in createLazyRenderTargetProxy()
849 GrProtected isProtected, in MakeFullyLazyProxy()
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.cpp138 GrProtected isProtected) { in testingOnly_createInstantiatedProxy()
184 GrProtected isProtected) { in testingOnly_createInstantiatedProxy()
343 GrProtected isProtected) { in createMipMapProxy()
486 GrProtected isProtected, in createProxy()
803 GrProtected isProtected) { in createLazyProxy()
820 GrProtected isProtected) { in createLazyProxy()
840 GrProtected isProtected, in createLazyProxy()
875 GrProtected isProtected, bool wrapsVkSecondaryCB) { in createLazyRenderTargetProxy()
916 int renderTargetSampleCnt, GrProtected isProtected, GrSurfaceOrigin origin, in MakeFullyLazyProxy()
DGrTextureRenderTargetProxy.cpp32 GrProtected isProtected, in GrTextureRenderTargetProxy()
55 GrProtected isProtected, in GrTextureRenderTargetProxy()
DGrResourceProvider.cpp84 GrProtected isProtected, in createTexture()
128 GrProtected isProtected, in getExactScratch()
145 GrProtected isProtected, in createTexture()
224 GrProtected isProtected, in createTexture()
290 GrProtected isProtected, in createApproxTexture()
346 GrProtected isProtected, in refScratchTexture()
DGrRenderTargetProxy.cpp26 SkBudgeted budgeted, GrProtected isProtected, in GrRenderTargetProxy()
39 SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, in GrRenderTargetProxy()
/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/skia/src/gpu/dawn/
DGrDawnTypesPriv.cpp13 GrProtected isProtected) { in GrDawnTextureSpecToSurfaceInfo()
/third_party/skia/src/gpu/d3d/
DGrD3DTypesPriv.cpp13 GrProtected isProtected) { in GrD3DTextureResourceSpecToSurfaceInfo()

12345