Home
last modified time | relevance | path

Searched refs:AllocationSetSurface (Results 1 – 8 of 8) sorted by relevance

/frameworks/rs/support/jni/
Dandroid_rscompat_usage_io.cpp9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc… in AllocationSetSurface() function
18 dispatchTab.AllocationSetSurface(con, alloc, s); in AllocationSetSurface()
/frameworks/rs/cpp/
DrsDispatch.cpp61 …dispatchTab.AllocationSetSurface = (AllocationSetSurfaceFnPtr)dlsym(handle, "rsAllocationSetSurfac… in loadSymbols()
235 if (dispatchTab.AllocationSetSurface == nullptr) { in loadSymbols()
DrsDispatch.h171 AllocationSetSurfaceFnPtr AllocationSetSurface; member
DAllocation.cpp515 tryDispatch(mRS, RS::dispatch->AllocationSetSurface(mRS->getContext(), getID(), in setSurface()
/frameworks/rs/
DrsHidlAdaptation.h82 static void AllocationSetSurface(RsContext, RsAllocation, RsNativeWindow);
Drs.spec101 AllocationSetSurface {
DrsHidlAdaptation.cpp114 mEntryFuncs.AllocationSetSurface = AllocationSetSurface; in LoadDispatchForHidl()
466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWi… in AllocationSetSurface() function in RsHidlAdaptation
DrsApiStubs.cpp377 RS_DISPATCH(ctxWrapper, AllocationSetSurface, alloc, sur); in rsAllocationSetSurface()