Home
last modified time | relevance | path

Searched refs:SkRasterPipeline_MemoryCtxPatch (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkOpts.h17 struct SkRasterPipeline_MemoryCtxPatch;
78 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
81 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
DSkOpts.cpp32 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
41 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
DSkRasterPipeline.h147 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
DSkRasterPipelineOpContexts.h58 struct SkRasterPipeline_MemoryCtxPatch { struct
DSkRasterPipeline.cpp630 AutoSTMalloc<2, SkRasterPipeline_MemoryCtxPatch> patches(numMemoryCtxs); in run()
653 SkRasterPipeline_MemoryCtxPatch* patches = in compile()
654 fAlloc->makeArray<SkRasterPipeline_MemoryCtxPatch>(numMemoryCtxs); in compile()
/external/skia/src/opts/
DSkRasterPipeline_opts.h1428 static void patch_memory_contexts(SkSpan<SkRasterPipeline_MemoryCtxPatch> memoryCtxPatches, in patch_memory_contexts()
1430 for (SkRasterPipeline_MemoryCtxPatch& patch : memoryCtxPatches) { in patch_memory_contexts()
1446 static void restore_memory_contexts(SkSpan<SkRasterPipeline_MemoryCtxPatch> memoryCtxPatches, in restore_memory_contexts()
1448 for (SkRasterPipeline_MemoryCtxPatch& patch : memoryCtxPatches) { in restore_memory_contexts()
1516 SkSpan<SkRasterPipeline_MemoryCtxPatch> memoryCtxPatches, in start_pipeline()
5087 SkSpan<SkRasterPipeline_MemoryCtxPatch>, in start_pipeline() argument
5144 SkSpan<SkRasterPipeline_MemoryCtxPatch> memoryCtxPatches,