OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationSyncAll
(Results
1 - 5
of
5
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
60
dispatchTab.
AllocationSyncAll
= (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll");
265
if (dispatchTab.
AllocationSyncAll
== nullptr) {
266
LOG_ERR("Couldn't initialize dispatchTab.
AllocationSyncAll
");
rsDispatch.h
132
AllocationSyncAllFnPtr
AllocationSyncAll
;
Allocation.cpp
165
tryDispatch(mRS, RS::dispatch->
AllocationSyncAll
(mRS->getContext(), getIDSafe(), srcLocation));
/frameworks/rs/
rs.spec
280
AllocationSyncAll
{
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 34 milliseconds