Home
last modified time | relevance | path

Searched refs:SkJumper_MemoryCtx (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/jumper/
DSkJumper.h60 struct SkJumper_MemoryCtx { struct
DSkJumper_stages.cpp210 SI U32 ix_and_ptr(T** ptr, const SkJumper_MemoryCtx* ctx, F x, F y) { in ix_and_ptr()
927 auto c = (const SkJumper_MemoryCtx*)ctx; in STAGE()
/external/skia/tests/
DSkRasterPipelineTest.cpp249 SkJumper_MemoryCtx ctx = { rgba, 2 }; in DEF_TEST()
/external/skia/src/shaders/
DSkImageShader.cpp303 auto gather = alloc->make<SkJumper_MemoryCtx>(); in onAppendStages()