Home
last modified time | relevance | path

Searched refs:SkJumper_SamplerCtx (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/jumper/
DSkJumper.h66 struct SkJumper_SamplerCtx { struct
DSkJumper_stages.cpp1336 auto c = (SkJumper_SamplerCtx*)ctx; in STAGE()
1352 auto c = (const SkJumper_SamplerCtx*)ctx; in STAGE()
1370 SI void bilinear_x(SkJumper_SamplerCtx* ctx, F* x) { in bilinear_x()
1380 SI void bilinear_y(SkJumper_SamplerCtx* ctx, F* y) { in bilinear_y()
1412 SI void bicubic_x(SkJumper_SamplerCtx* ctx, F* x) { in bicubic_x()
1424 SI void bicubic_y(SkJumper_SamplerCtx* ctx, F* y) { in bicubic_y()
/external/skia/src/shaders/
DSkImageShader.cpp340 SkJumper_SamplerCtx* sampler = nullptr; in onAppendStages()
342 sampler = alloc->make<SkJumper_SamplerCtx>(); in onAppendStages()