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

  /frameworks/rs/cpp/
rsDispatch.h 70 typedef void (*ScriptSetVarIFnPtr) (RsContext, RsScript, uint32_t, int);
141 ScriptSetVarIFnPtr ScriptSetVarI;
RenderScript.cpp 310 RS::dispatch->ScriptSetVarI = (ScriptSetVarIFnPtr)dlsym(handle, "rsScriptSetVarI");

Completed in 33 milliseconds