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

  /frameworks/rs/cpp/
rsDispatch.h 85 typedef void (*ScriptSetVarDFnPtr) (RsContext, RsScript, uint32_t, double);
176 ScriptSetVarDFnPtr ScriptSetVarD;
rsDispatch.cpp 104 dispatchTab.ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD");

Completed in 114 milliseconds