Home
last modified time | relevance | path

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

/third_party/skia/src/image/
DSkSurface_GpuMtl.mm62 surface = GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget(
131 surface = GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget(
/third_party/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(
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlTextureRenderTarget.h23 static sk_sp<GrMtlTextureRenderTarget> MakeWrappedTextureRenderTarget(GrMtlGpu*,
DGrMtlTextureRenderTarget.mm111 sk_sp<GrMtlTextureRenderTarget> GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget( function
DGrMtlGpu.mm550 return GrMtlTextureRenderTarget::MakeWrappedTextureRenderTarget(this, surfDesc, sampleCnt,
/third_party/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()
/third_party/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()
/third_party/flutter/skia/src/gpu/vk/
DGrVkTextureRenderTarget.h35 static sk_sp<GrVkTextureRenderTarget> MakeWrappedTextureRenderTarget(GrVkGpu*,
DGrVkTextureRenderTarget.cpp208 sk_sp<GrVkTextureRenderTarget> GrVkTextureRenderTarget::MakeWrappedTextureRenderTarget( in MakeWrappedTextureRenderTarget() function in GrVkTextureRenderTarget
DGrVkGpu.cpp1247 return GrVkTextureRenderTarget::MakeWrappedTextureRenderTarget( in onWrapRenderableBackendTexture()