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

  /frameworks/rs/cpp/
rsDispatch.h 81 typedef void (*ScriptSetVarIFnPtr) (RsContext, RsScript, uint32_t, int);
178 ScriptSetVarIFnPtr ScriptSetVarI;
rsDispatch.cpp 106 dispatchTab.ScriptSetVarI = (ScriptSetVarIFnPtr)dlsym(handle, "rsScriptSetVarI");

Completed in 523 milliseconds