OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocation2DRead
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
Allocation.cpp
256
tryDispatch(mRS, RS::dispatch->
Allocation2DRead
(mRS->getContext(), getIDSafe(), xoff, yoff,
277
tryDispatch(mRS, RS::dispatch->
Allocation2DRead
(mRS->getContext(), getIDSafe(), xoff, yoff,
RenderScript.cpp
255
RS::dispatch->
Allocation2DRead
= (Allocation2DReadFnPtr)dlsym(handle, "rsAllocation2DRead");
256
if (RS::dispatch->
Allocation2DRead
== NULL) {
257
ALOGE("Couldn't initialize RS::dispatch->
Allocation2DRead
");
rsDispatch.h
130
Allocation2DReadFnPtr
Allocation2DRead
;
/frameworks/rs/
rs.spec
192
Allocation2DRead
{
Completed in 34 milliseconds