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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 146 .ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump"),
  /frameworks/rs/cpp/
rsDispatch.h 52 typedef void (*ContextDumpFnPtr) (RsContext, int32_t);
183 ContextDumpFnPtr ContextDump;
rsDispatch.cpp 72 dispatchTab.ContextDump = (ContextDumpFnPtr)dlsym(handle, "rsContextDump");

Completed in 50 milliseconds