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

  /frameworks/rs/cpp/
rsDispatch.h 30 typedef void (*GetNameFnPtr)(RsContext, void * obj, const char **name);
100 GetNameFnPtr GetName;
RenderScript.cpp 115 RS::dispatch->GetName = (GetNameFnPtr)dlsym(handle, "rsaGetName");;

Completed in 44 milliseconds