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

  /frameworks/rs/cpp/
rsDispatch.cpp 38 dispatchTab.Allocation1DRead = (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead");
257 if (dispatchTab.Allocation1DRead == nullptr) {
258 LOG_ERR("Couldn't initialize dispatchTab.Allocation1DRead");
rsDispatch.h 109 Allocation1DReadFnPtr Allocation1DRead;
Allocation.cpp 254 tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
259 tryDispatch(mRS, RS::dispatch->Allocation1DRead(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
  /frameworks/rs/
rs.spec 237 Allocation1DRead {
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 42 milliseconds