Searched refs:AllocationSetSurface (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v8/renderscript/jni/
H A Dandroid_rscompat_usage_io.cpp9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab) function
18 dispatchTab.AllocationSetSurface(con, alloc, s);
/frameworks/rs/cpp/
H A DrsDispatch.cpp59 dispatchTab.AllocationSetSurface = (AllocationSetSurfaceFnPtr)dlsym(handle, "rsAllocationSetSurface");
197 if (dispatchTab.AllocationSetSurface == nullptr) {
198 LOG_ERR("Couldn't initialize dispatchTab.AllocationSetSurface");
442 ioDispatch.sAllocationSetSurface = (sAllocationSetSurfaceFnPtr)dlsym(handleIO, "AllocationSetSurface");
H A DrsDispatch.h131 AllocationSetSurfaceFnPtr AllocationSetSurface; member in struct:dispatchTable
H A DAllocation.cpp517 tryDispatch(mRS, RS::dispatch->AllocationSetSurface(mRS->getContext(), getID(),
/frameworks/rs/
H A Drs.spec101 AllocationSetSurface {

Completed in 1665 milliseconds