OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocationGetPointerFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
101
typedef void * (*
AllocationGetPointerFnPtr
) (RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t stride_len);
124
AllocationGetPointerFnPtr
AllocationGetPointer;
rsDispatch.cpp
52
dispatchTab.AllocationGetPointer = (
AllocationGetPointerFnPtr
)dlsym(handle, "rsAllocationGetPointer");
Completed in 32 milliseconds