OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocation2DRead
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
40
dispatchTab.
Allocation2DRead
= (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead");
261
if (dispatchTab.
Allocation2DRead
== nullptr) {
262
LOG_ERR("Couldn't initialize dispatchTab.
Allocation2DRead
");
Allocation.cpp
327
tryDispatch(mRS, RS::dispatch->
Allocation2DRead
(mRS->getContext(), getIDSafe(), xoff, yoff,
334
tryDispatch(mRS, RS::dispatch->
Allocation2DRead
(mRS->getContext(), getIDSafe(), xoff, yoff,
356
tryDispatch(mRS, RS::dispatch->
Allocation2DRead
(mRS->getContext(), getIDSafe(), xoff, yoff,
rsDispatch.h
111
Allocation2DReadFnPtr
Allocation2DRead
;
/frameworks/rs/
rs.spec
255
Allocation2DRead
{
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 109 milliseconds