OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocation1DDataFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
58
typedef void (*
Allocation1DDataFnPtr
) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, const void*, size_t);
107
Allocation1DDataFnPtr
Allocation1DData;
rsDispatch.cpp
36
dispatchTab.Allocation1DData = (
Allocation1DDataFnPtr
)dlsym(handle, "rsAllocation1DData");
Completed in 1859 milliseconds