Searched refs:RsContextWrapper (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/
H A DrsApiStubs.cpp33 // client interface it's really RsContextWrapper* instead.
35 // RsContextWrapper wraps the RsContext and corresponding dispatchTable pointer.
39 struct RsContextWrapper { struct
46 const RsContextWrapper *wrapper = reinterpret_cast<RsContextWrapper *>(opaqueWrapper); \
52 // contextMap maps RsContext to the corresponding RsContextWrapper pointer.
53 static std::map<RsContext, RsContextWrapper* > contextMap;
82 // API to find high-level context (RsContextWrapper) given a low level context.
158 RsContextWrapper *ctxWrapper;
164 ctxWrapper = new RsContextWrapper{contex
[all...]

Completed in 62 milliseconds