OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyCtx
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/jumper/
SkJumper_misc.h
66
//
LazyCtx
doesn't do anything unless you call operator T*(), encapsulating the logic
68
struct
LazyCtx
{
72
explicit
LazyCtx
(void**& p) : ptr(nullptr), program(p) {}
SkJumper_stages_lowp.cpp
102
SI void name##_k(K* k,
LazyCtx
ctx, size_t x, size_t y, size_t tail, \
106
LazyCtx
ctx(program); \
111
SI void name##_k(K* k,
LazyCtx
ctx, size_t x, size_t y, size_t tail, \
SkJumper_stages.cpp
88
SI void name##_k(K* k,
LazyCtx
ctx, size_t x, size_t y, size_t tail, \
92
LazyCtx
ctx(program); \
97
SI void name##_k(K* k,
LazyCtx
ctx, size_t x, size_t y, size_t tail, \
[
all
...]
Completed in 74 milliseconds