OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationSetSurface
(Results
1 - 5
of
5
) sorted by null
/frameworks/support/v8/renderscript/jni/
android_rscompat_usage_io.cpp
9
extern "C" void
AllocationSetSurface
(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab)
18
dispatchTab.
AllocationSetSurface
(con, alloc, s);
/frameworks/rs/cpp/
rsDispatch.cpp
59
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
");
rsDispatch.h
131
AllocationSetSurfaceFnPtr
AllocationSetSurface
;
Allocation.cpp
517
tryDispatch(mRS, RS::dispatch->
AllocationSetSurface
(mRS->getContext(), getID(),
/frameworks/rs/
rs.spec
101
AllocationSetSurface
{
Completed in 180 milliseconds