OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationCreateTypedFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
44
typedef RsAllocation (*
AllocationCreateTypedFnPtr
) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
119
AllocationCreateTypedFnPtr
AllocationCreateTyped;
rsDispatch.cpp
47
dispatchTab.AllocationCreateTyped = (
AllocationCreateTypedFnPtr
)dlsym(handle, "rsAllocationCreateTyped");
Completed in 34 milliseconds