HomeSort by relevance Sort by last modified time
    Searched defs:Closure (Results 1 - 25 of 35) sorted by null

1 2

  /frameworks/rs/
rsClosure.cpp 23 Closure* c = new Closure(
26 sizes, (const Closure**)depClosures,
38 Closure* c = new Closure(
46 void rsi_ClosureSetArg(Context* rsc, RsClosure closure, uint32_t index,
48 ((Closure*)closure)->setArg(index, (const void*)value, size);
51 void rsi_ClosureSetGlobal(Context* rsc, RsClosure closure,
54 ((Closure*)closure)->setGlobal((const ScriptFieldID*)fieldID
    [all...]
rsClosure.h 20 class Closure : public ObjectBase {
22 Closure(Context* context,
29 const Closure** depClosures,
31 Closure(Context* context,
40 virtual ~Closure();
56 // Flag indicating if this closure is for a kernel (true) or invocable
71 // All the other closures which this closure depends on for one of its
73 Map<const Closure*, Map<int, ObjectBaseRef<ScriptFieldID>>*> mArgDeps;
75 // All the other closures that this closure depends on for one of its fields,
77 Map<const Closure*, Map<const ScriptFieldID*
    [all...]
  /art/runtime/
thread_pool.h 31 class Closure {
33 virtual ~Closure() { }
37 class Task : public Closure {
39 // Called after Closure::Run has been called.
  /external/clang/test/Misc/
diagnostic-crash.cpp 9 class Closure {
38 Closure* cb = NewCallback(this, &xxxxxxxxxxxxxxxxx::Bar, s, status); // expected-error{{cannot initialize}}