OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationElementDataFnPtr
(Results
1 - 3
of
3
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
107
.AllocationElementData = (
AllocationElementDataFnPtr
)dlsym(
/frameworks/rs/cpp/
rsDispatch.h
61
typedef void (*
AllocationElementDataFnPtr
) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t);
161
AllocationElementDataFnPtr
AllocationElementData;
rsDispatch.cpp
51
dispatchTab.AllocationElementData = (
AllocationElementDataFnPtr
)dlsym(handle, "rsAllocationElementData");
Completed in 618 milliseconds