Home
last modified time | relevance | path

Searched refs:GrMakeCachedBitmapProxyView (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/skia/gm/
H A Dtexelsubset.cpp104 auto view = std::get<0>(GrMakeCachedBitmapProxyView( in onDraw()
138 auto subsetView = std::get<0>(GrMakeCachedBitmapProxyView( in onDraw()
H A Dswizzle.cpp32 auto view = std::get<0>(GrMakeCachedBitmapProxyView(
H A Dfpcoordinateoverride.cpp87 auto view = std::get<0>(GrMakeCachedBitmapProxyView(
H A Dfp_sample_chaining.cpp198 auto view = std::get<0>(GrMakeCachedBitmapProxyView( in __anon6ac8cf890402()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSkGr.cpp188 std::tuple<GrSurfaceProxyView, GrColorType> GrMakeCachedBitmapProxyView( in GrMakeCachedBitmapProxyView() function
333 auto [tex, ct] = GrMakeCachedBitmapProxyView( in make_dither_effect()
H A DSkGr.h174 std::tuple<GrSurfaceProxyView, GrColorType> GrMakeCachedBitmapProxyView(
H A DGrFragmentProcessors.cpp677 auto permutationsView = std::get<0>(GrMakeCachedBitmapProxyView( in make_shader_fp()
682 auto noiseView = std::get<0>(GrMakeCachedBitmapProxyView( in make_shader_fp()
H A DDevice.cpp847 GrMakeCachedBitmapProxyView(fContext.get(), bitmap, /*label=*/"Device_MakeSpecial")); in makeSpecial()
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_RasterPinnable.cpp76 GrMakeCachedBitmapProxyView(rContext, in PinAsTexture()
H A DGrImageUtils.cpp117 return GrMakeCachedBitmapProxyView(rContext, in RasterAsView()
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrColorTableEffect.cpp82 auto view = std::get<0>(GrMakeCachedBitmapProxyView(context, in Make()
/aosp_15_r20/external/skia/src/gpu/ganesh/gradients/
H A DGrGradientShader.cpp121 auto view = std::get<0>(GrMakeCachedBitmapProxyView( in make_textured_colorizer()