OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocation1DElementDataFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
59
typedef void (*
Allocation1DElementDataFnPtr
) (RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
108
Allocation1DElementDataFnPtr
Allocation1DElementData;
rsDispatch.cpp
37
dispatchTab.Allocation1DElementData = (
Allocation1DElementDataFnPtr
)dlsym(handle, "rsAllocation1DElementData");
Completed in 100 milliseconds