OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocation1DRead
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
250
RS::dispatch->
Allocation1DRead
= (Allocation1DReadFnPtr)dlsym(handle, "rsAllocation1DRead");
251
if (RS::dispatch->
Allocation1DRead
== NULL) {
252
ALOGE("Couldn't initialize RS::dispatch->
Allocation1DRead
");
rsDispatch.h
129
Allocation1DReadFnPtr
Allocation1DRead
;
Allocation.cpp
203
tryDispatch(mRS, RS::dispatch->
Allocation1DRead
(mRS->getContext(), getIDSafe(), off, mSelectedLOD,
/frameworks/rs/
rs.spec
184
Allocation1DRead
{
Completed in 655 milliseconds