Searched refs:SkRasterPipeline_MemoryCtxPatch (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkOpts.h | 17 struct SkRasterPipeline_MemoryCtxPatch; 78 SkSpan<SkRasterPipeline_MemoryCtxPatch>, 81 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
|
D | SkOpts.cpp | 32 SkSpan<SkRasterPipeline_MemoryCtxPatch>, 41 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
|
D | SkRasterPipeline.h | 147 SkSpan<SkRasterPipeline_MemoryCtxPatch>,
|
D | SkRasterPipelineOpContexts.h | 58 struct SkRasterPipeline_MemoryCtxPatch { struct
|
D | SkRasterPipeline.cpp | 630 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/ |
D | SkRasterPipeline_opts.h | 1428 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,
|