Searched refs:GrTextureRenderTargetProxy (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrTextureRenderTargetProxy.cpp | 8 #include "src/gpu/GrTextureRenderTargetProxy.h" 25 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(const GrCaps& caps, in GrTextureRenderTargetProxy() function in GrTextureRenderTargetProxy 47 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(const GrCaps& caps, in GrTextureRenderTargetProxy() function in GrTextureRenderTargetProxy 76 GrTextureRenderTargetProxy::GrTextureRenderTargetProxy(sk_sp<GrSurface> surf, in GrTextureRenderTargetProxy() function in GrTextureRenderTargetProxy 90 void GrTextureRenderTargetProxy::initSurfaceFlags(const GrCaps& caps) { in initSurfaceFlags() 105 size_t GrTextureRenderTargetProxy::onUninstantiatedGpuMemorySize() const { in onUninstantiatedGpuMemorySize() 118 bool GrTextureRenderTargetProxy [all...] |
H A D | GrTextureRenderTargetProxy.h | 24 class GrTextureRenderTargetProxy : public GrRenderTargetProxy, public GrTextureProxy { class 31 GrTextureRenderTargetProxy(const GrCaps&, 45 GrTextureRenderTargetProxy(const GrCaps&, 60 GrTextureRenderTargetProxy(sk_sp<GrSurface>,
|
H A D | GrProxyProvider.cpp | 32 #include "src/gpu/GrTextureRenderTargetProxy.h" 221 sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), useAllocator, this->isDDLProvider()))); in createWrapped() 483 return assignTagToProxy(sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy( in createProxy() 645 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), UseAllocator::kNo, in wrapRenderableBackendTexture() 647 return assignTagToProxy(sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), UseAllocator::kNo, in wrapRenderableBackendTexture() 830 return assignTagToProxy(sk_sp<GrRenderTargetProxy>(new GrTextureRenderTargetProxy( in createLazyRenderTargetProxy() 866 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy( in MakeFullyLazyProxy()
|
Completed in 3 milliseconds