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

  /frameworks/rs/cpp/
RenderScript.cpp 295 RS::dispatch->ScriptInvoke = (ScriptInvokeFnPtr)dlsym(handle, "rsScriptInvoke");
296 if (RS::dispatch->ScriptInvoke == NULL) {
297 ALOGE("Couldn't initialize RS::dispatch->ScriptInvoke");
rsDispatch.h 138 ScriptInvokeFnPtr ScriptInvoke;
  /frameworks/rs/
rs.spec 269 ScriptInvoke {

Completed in 23 milliseconds