OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationSyncAllFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
134
(
AllocationSyncAllFnPtr
)dlsym(handle, "rsAllocationSyncAll"),
/frameworks/rs/cpp/
rsDispatch.h
70
typedef void (*
AllocationSyncAllFnPtr
) (RsContext, RsAllocation, RsAllocationUsageType);
172
AllocationSyncAllFnPtr
AllocationSyncAll;
rsDispatch.cpp
64
dispatchTab.AllocationSyncAll = (
AllocationSyncAllFnPtr
)dlsym(handle, "rsAllocationSyncAll");
Completed in 53 milliseconds