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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 138 .ClosureSetGlobal =
Context.cpp 528 Return<void> Context::closureSetGlobal(Closure closure, ScriptFieldID fieldID, int64_t value, int32_t size) {
533 Device::getHal().ClosureSetGlobal(mContext, _closure, _fieldID, _value, _size);
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 68 dispatchTab.ClosureSetGlobal = (ClosureSetGlobalFnPtr)dlsym(handle, "rsClosureSetGlobal");
441 if (dispatchTab.ClosureSetGlobal == nullptr) {
442 LOG_ERR("Couldn't initialize dispatchTab.ClosureSetGlobal");
rsDispatch.h 178 ClosureSetGlobalFnPtr ClosureSetGlobal;
  /frameworks/rs/
rsHidlAdaptation.h 136 static void ClosureSetGlobal(RsContext, RsClosure, RsScriptFieldID, int64_t, int);
rs.spec 350 ClosureSetGlobal {
rsHidlAdaptation.cpp 121 mEntryFuncs.ClosureSetGlobal = ClosureSetGlobal;
352 void RsHidlAdaptation::ClosureSetGlobal(RsContext context, RsClosure closure,
358 GetIContextHandle(context)->closureSetGlobal(_closure, _fieldID, value, size);
    [all...]
rsApiStubs.cpp 564 RS_DISPATCH(ctxWrapper, ClosureSetGlobal, closureID, fieldID, value, valueSize);
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 528 dispatchTab.ClosureSetGlobal((RsContext)con, (RsClosure)closureID,
    [all...]

Completed in 89 milliseconds