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

  /frameworks/rs/cpp/
rsDispatch.h 69 typedef void (*ScriptForEachFnPtr) (RsContext, RsScript, uint32_t, RsAllocation, RsAllocation, const void*, size_t, const RsScriptCall*, size_t);
140 ScriptForEachFnPtr ScriptForEach;
RenderScript.cpp 305 RS::dispatch->ScriptForEach = (ScriptForEachFnPtr)dlsym(handle, "rsScriptForEach");

Completed in 25 milliseconds