OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationElementReadFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
109
.AllocationElementRead = (
AllocationElementReadFnPtr
)dlsym(
/frameworks/rs/cpp/
rsDispatch.h
67
typedef void (*
AllocationElementReadFnPtr
) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, void*, size_t, size_t);
162
AllocationElementReadFnPtr
AllocationElementRead;
rsDispatch.cpp
52
dispatchTab.AllocationElementRead = (
AllocationElementReadFnPtr
)dlsym(handle, "rsAllocationElementRead");
Completed in 52 milliseconds