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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 205 .ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD"),
Context.cpp     [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 109 dispatchTab.ScriptSetVarD = (ScriptSetVarDFnPtr)dlsym(handle, "rsScriptSetVarD");
359 if (dispatchTab.ScriptSetVarD == nullptr) {
360 LOG_ERR("Couldn't initialize dispatchTab.ScriptSetVarD");
rsDispatch.h 220 ScriptSetVarDFnPtr ScriptSetVarD;
  /frameworks/rs/
rsHidlAdaptation.h 120 static void ScriptSetVarD(RsContext, RsScript, uint32_t, double);
rs.spec 446 ScriptSetVarD {
rsHidlAdaptation.cpp 159 mEntryFuncs.ScriptSetVarD = ScriptSetVarD;
    [all...]
rsApiStubs.cpp 694 RS_DISPATCH(ctxWrapper, ScriptSetVarD, s, slot, value);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 3276 milliseconds