OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationResize1DFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
70
typedef void (*
AllocationResize1DFnPtr
) (RsContext, RsAllocation, uint32_t);
130
AllocationResize1DFnPtr
AllocationResize1D;
rsDispatch.cpp
58
dispatchTab.AllocationResize1D = (
AllocationResize1DFnPtr
)dlsym(handle, "rsAllocationResize1D");
Completed in 31 milliseconds