HomeSort by relevance Sort by last modified time
    Searched refs:ContextDumpFnPtr (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpp/
rsDispatch.h 45 typedef void (*ContextDumpFnPtr) (RsContext, int32_t);
116 ContextDumpFnPtr ContextDump;
RenderScript.cpp 185 RS::dispatch->ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump");

Completed in 27 milliseconds