Home
last modified time | relevance | path

Searched defs:TextureProxy (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/gpu/graphite/
DTextureProxy.cpp17 TextureProxy::TextureProxy(SkISize dimensions, const TextureInfo& info, skgpu::Budgeted budgeted) in TextureProxy() function in skgpu::graphite::TextureProxy
22 TextureProxy::TextureProxy(sk_sp<Texture> texture) in TextureProxy() function in skgpu::graphite::TextureProxy
31 TextureProxy::TextureProxy(SkISize dimensions, in TextureProxy() function in skgpu::graphite::TextureProxy
DRecording.cpp26 std::unordered_set<sk_sp<TextureProxy>, ProxyHash>&& nonVolatileLazyProxies, in Recording()
DSurface_Graphite.h20 class TextureProxy; variable
DPietRenderTask.h18 class TextureProxy; variable
DCopyTask.h19 class TextureProxy; variable
DUploadTask.h25 class TextureProxy; variable
DCommandBuffer.h41 class TextureProxy; variable
DImage_Base_Graphite.h21 class TextureProxy; variable
DRecorderPriv.h19 class TextureProxy; variable
DDrawContext.h42 class TextureProxy; variable
DDrawPass.h38 class TextureProxy; variable
DDevice.h40 class TextureProxy; variable
DCaps.h35 class TextureProxy; variable
DDrawAtlas.h25 class TextureProxy; variable
/external/skia/include/gpu/graphite/
DRecording.h27 class TextureProxy; variable
DContext.h37 class TextureProxy; variable
/external/skia/src/core/
DSkCanvasPriv.h33 class TextureProxy; variable
/external/skia/src/text/gpu/
DSubRunContainer.cpp106 using TextureProxy = gr::TextureProxy; typedef