Home
last modified time | relevance | path

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

123

/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/skia/src/gpu/
DGrAttachment.cpp62 GrProtected isProtected, in build_key()
88 GrProtected isProtected, in ComputeSharedAttachmentUniqueKey()
104 GrProtected isProtected, in ComputeScratchKey()
116 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.cpp548 GrProtected isProtected) { in createBackendTexture()
562 GrProtected isProtected) { in createBackendTexture()
577 GrProtected isProtected, in create_and_clear_backend_texture()
643 GrProtected isProtected, in createBackendTexture()
668 GrProtected isProtected, in createBackendTexture()
699 GrProtected isProtected, in createBackendTexture()
822 GrProtected isProtected, in create_and_update_compressed_backend_texture()
847 GrProtected isProtected, in createCompressedBackendTexture()
883 GrProtected isProtected, in createCompressedBackendTexture()
899 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()
DGrGpu.cpp104 GrProtected isProtected, in createTextureCommon()
159 GrProtected isProtected) { in createTexture()
188 GrProtected isProtected, in createTexture()
255 GrProtected isProtected, in createCompressedTexture()
821 GrProtected isProtected) { in createBackendTexture()
862 GrProtected isProtected) { in createCompressedBackendTexture()
DGrTextureProxy.cpp27 GrProtected isProtected, in GrTextureProxy()
52 GrProtected isProtected, in GrTextureProxy()
DGrRenderTarget.cpp20 GrProtected isProtected, in GrRenderTarget()
/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/skia/src/gpu/vk/
DGrVkSecondaryCBDrawContext.cpp115 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in characterize() local
172 GrProtected isProtected = readSurfaceView.asRenderTargetProxy()->isProtected(); in isCompatible() local
DGrVkTextureRenderTarget.cpp55 GrProtected isProtected, in create_rt_attachments()
83 GrProtected isProtected) { in MakeNewTextureRenderTarget()
/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/third_party/externals/angle2/src/tests/egl_tests/
DEGLProtectedContentTest.cpp77 bool createContext(EGLBoolean isProtected, EGLConfig config, EGLContext *context) in createContext()
91 bool createPbufferSurface(EGLBoolean isProtected, EGLConfig config, EGLSurface *surface) in createPbufferSurface()
122 bool createWindowSurface(EGLBoolean isProtected, in createWindowSurface()
138 bool createImage(EGLBoolean isProtected, in createImage()
155 bool createTexture(EGLBoolean isProtected, GLuint *textureId) in createTexture()
/third_party/skia/include/core/
DSkSurfaceCharacterization.h112 GrProtected isProtected() const { return fIsProtected; } in isProtected() function
140 GrProtected isProtected, in SkSurfaceCharacterization()
173 GrProtected isProtected, in set()
/third_party/skia/tools/gpu/d3d/
DD3DTestUtils.cpp38 bool isProtected) { in CreateD3DBackendContext()
/third_party/skia/tools/gpu/vk/
DVkTestHelper.h26 VkTestHelper(bool isProtected) : fIsProtected(isProtected) {} in VkTestHelper()

123