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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 197 .ScriptInvokeIDCreate =
Context.cpp 545 Return<ScriptInvokeID> Context::scriptInvokeIDCreate(Script script, int32_t slot) {
548 RsScriptInvokeID _scriptInvokeID = Device::getHal().ScriptInvokeIDCreate(mContext, _script, _slot);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 104 dispatchTab.ScriptInvokeIDCreate = (ScriptInvokeIDCreateFnPtr)dlsym(handle, "rsScriptInvokeIDCreate");
425 if (dispatchTab.ScriptInvokeIDCreate == nullptr) {
426 LOG_ERR("Couldn't initialize dispatchTab.ScriptInvokeIDCreate");
rsDispatch.h 215 ScriptInvokeIDCreateFnPtr ScriptInvokeIDCreate;
  /frameworks/rs/
rsHidlAdaptation.h 128 static RsScriptInvokeID ScriptInvokeIDCreate(RsContext, RsScript, int);
rs.spec 379 ScriptInvokeIDCreate {
rsHidlAdaptation.cpp 154 mEntryFuncs.ScriptInvokeIDCreate = ScriptInvokeIDCreate;
    [all...]
rsApiStubs.cpp 636 return RS_DISPATCH(ctxWrapper, ScriptInvokeIDCreate, s, slot);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 1096 milliseconds