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

  /hardware/interfaces/renderscript/1.0/default/
Device.cpp 136 .ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate"),
Context.cpp 494 Return<Closure> Context::closureCreate(ScriptKernelID kernelID, Allocation returnValue, const hidl_vec<ScriptFieldID>& fieldIDS, const hidl_vec<int64_t>& values, const hidl_vec<int32_t>& sizes, const hidl_vec<Closure>& depClosures, const hidl_vec<ScriptFieldID>& depFieldIDS) {
503 RsClosure _closure = Device::getHal().ClosureCreate(mContext, _kernelID, _returnValue, _fieldIDS.data(), _fieldIDS.size(), _valuesPtr, _valuesLength, _sizes.data(), _sizes.size(), _depClosures.data(), _depClosures.size(), _depFieldIDS.data(), _depFieldIDS.size());
    [all...]
  /frameworks/rs/cpp/
rsDispatch.cpp 66 dispatchTab.ClosureCreate = (ClosureCreateFnPtr)dlsym(handle, "rsClosureCreate");
429 if (dispatchTab.ClosureCreate == nullptr) {
430 LOG_ERR("Couldn't initialize dispatchTab.ClosureCreate");
rsDispatch.h 176 ClosureCreateFnPtr ClosureCreate;
  /frameworks/rs/
rsHidlAdaptation.h 133 static RsClosure ClosureCreate(RsContext context, RsScriptKernelID kernelID, RsAllocation returnValue, RsScriptFieldID* fieldIDs, size_t fieldIDs_length, int64_t* values, size_t values_length, int* sizes, size_t sizes_length, RsClosure* depClosures, size_t depClosures_length, RsScriptFieldID* depFieldIDs, size_t depFieldIDs_length);
rs.spec 321 ClosureCreate {
rsHidlAdaptation.cpp 119 mEntryFuncs.ClosureCreate = ClosureCreate;
272 RsClosure RsHidlAdaptation::ClosureCreate(RsContext context, RsScriptKernelID kernelID,
307 uint64_t closure = GetIContextHandle(context)->closureCreate(_kernelID, _returnValue,
    [all...]
rsApiStubs.cpp 536 return RS_DISPATCH(ctxWrapper, ClosureCreate, kernelID, returnValue, fieldIDs, fieldIDs_length,
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 444 ret = (jlong)(uintptr_t)dispatchTab.ClosureCreate(
    [all...]

Completed in 316 milliseconds