Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLInterpreter.h67 StackIndex stackAlloc(int count);
DSkSLInterpreter.cpp71 Interpreter::StackIndex Interpreter::stackAlloc(int count) { in stackAlloc() function in SkSL::Interpreter
165 StackIndex pos = this->stackAlloc(SizeOf(var->fType)); in runStatement()
/external/skqp/src/core/
DSkScan_DAAPath.cpp351 SkSTArenaAlloc<STACK_SIZE> stackAlloc; // avoid heap allocation with SkSTArenaAlloc in DAAFillPath() local
356 SkArenaAlloc* alloc = isInitOnce ? record->fAlloc : &stackAlloc; in DAAFillPath()