OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationCopy2DRange
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
Allocation.cpp
210
tryDispatch(mRS, RS::dispatch->
AllocationCopy2DRange
(mRS->getContext(), getIDSafe(), off, 0,
247
tryDispatch(mRS, RS::dispatch->
AllocationCopy2DRange
(mRS->getContext(), getIDSafe(), xoff, yoff,
RenderScript.cpp
270
RS::dispatch->
AllocationCopy2DRange
= (AllocationCopy2DRangeFnPtr)dlsym(handle, "rsAllocationCopy2DRange");
271
if (RS::dispatch->
AllocationCopy2DRange
== NULL) {
272
ALOGE("Couldn't initialize RS::dispatch->
AllocationCopy2DRange
");
rsDispatch.h
133
AllocationCopy2DRangeFnPtr
AllocationCopy2DRange
;
/frameworks/rs/
rs.spec
215
AllocationCopy2DRange
{
Completed in 94 milliseconds