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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 159 (ContextSetPriorityFnPtr)dlsym(handle, "rsContextSetPriority"),
  /frameworks/rs/cpp/
rsDispatch.h 53 typedef void (*ContextSetPriorityFnPtr) (RsContext, int32_t);
189 ContextSetPriorityFnPtr ContextSetPriority;
rsDispatch.cpp 78 dispatchTab.ContextSetPriority = (ContextSetPriorityFnPtr)dlsym(handle, "rsContextSetPriority");

Completed in 53 milliseconds