Home
last modified time | relevance | path

Searched refs:onAsView (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/image/
DSkImage_GpuYUVA.h52 std::tuple<GrSurfaceProxyView, GrColorType> onAsView(GrRecordingContext*,
DSkImage_Lazy.h71 std::tuple<GrSurfaceProxyView, GrColorType> onAsView(GrRecordingContext*,
DSkImage_Gpu.h84 std::tuple<GrSurfaceProxyView, GrColorType> onAsView(GrRecordingContext*,
DSkImage_Base.h200 virtual std::tuple<GrSurfaceProxyView, GrColorType> onAsView(
DSkImage_Raster.cpp137 std::tuple<GrSurfaceProxyView, GrColorType> onAsView(GrRecordingContext*,
416 std::tuple<GrSurfaceProxyView, GrColorType> SkImage_Raster::onAsView( in onAsView() function in SkImage_Raster
DSkImage_GpuYUVA.cpp152 std::tuple<GrSurfaceProxyView, GrColorType> SkImage_GpuYUVA::onAsView( in onAsView() function in SkImage_GpuYUVA
DSkImage_Lazy.cpp249 std::tuple<GrSurfaceProxyView, GrColorType> SkImage_Lazy::onAsView( in onAsView() function in SkImage_Lazy
DSkImage.cpp321 return this->onAsView(context, mipmapped, policy); in asView()
DSkImage_Gpu.cpp830 std::tuple<GrSurfaceProxyView, GrColorType> SkImage_Gpu::onAsView( in onAsView() function in SkImage_Gpu