Home
last modified time | relevance | path

Searched refs:MakeWrappedTextureRenderTarget (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.h24 static sk_sp<GrMtlTextureRenderTarget> MakeWrappedTextureRenderTarget(GrMtlGpu*,
DGrMtlTextureRenderTarget.mm101 sk_sp<GrMtlTextureRenderTarget> GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget( function
DGrMtlGpu.mm770 return GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget(
/external/skia/src/image/
DSkSurface_GpuMtl.mm62 surface = GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget(
131 surface = GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget(
/external/skia/src/gpu/vk/
DGrVkTextureRenderTarget.h39 static sk_sp<GrVkTextureRenderTarget> MakeWrappedTextureRenderTarget(
DGrVkTextureRenderTarget.cpp109 sk_sp<GrVkTextureRenderTarget> GrVkTextureRenderTarget::MakeWrappedTextureRenderTarget( in MakeWrappedTextureRenderTarget() function in GrVkTextureRenderTarget
DGrVkGpu.cpp1331 return GrVkTextureRenderTarget::MakeWrappedTextureRenderTarget(this, backendTex.dimensions(), in onWrapRenderableBackendTexture()
/external/skia/src/gpu/d3d/
DGrD3DTextureRenderTarget.h35 static sk_sp<GrD3DTextureRenderTarget> MakeWrappedTextureRenderTarget(
DGrD3DTextureRenderTarget.cpp155 sk_sp<GrD3DTextureRenderTarget> GrD3DTextureRenderTarget::MakeWrappedTextureRenderTarget( in MakeWrappedTextureRenderTarget() function in GrD3DTextureRenderTarget
DGrD3DGpu.cpp992 return GrD3DTextureRenderTarget::MakeWrappedTextureRenderTarget(this, tex.dimensions(), in onWrapRenderableBackendTexture()