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

  /frameworks/rs/cpp/
Script.cpp 26 tryDispatch(mRS, RS::dispatch->ScriptInvokeV(mRS->getContext(), getID(), slot, v, len));
RenderScript.cpp 300 RS::dispatch->ScriptInvokeV = (ScriptInvokeVFnPtr)dlsym(handle, "rsScriptInvokeV");
301 if (RS::dispatch->ScriptInvokeV == NULL) {
302 ALOGE("Couldn't initialize RS::dispatch->ScriptInvokeV");
rsDispatch.h 139 ScriptInvokeVFnPtr ScriptInvokeV;
  /frameworks/rs/
rs.spec 274 ScriptInvokeV {

Completed in 25 milliseconds