OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Allocation3DDataFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
55
typedef void (*
Allocation3DDataFnPtr
) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, uint32_t, const void*, size_t, size_t);
126
Allocation3DDataFnPtr
Allocation3DData;
RenderScript.cpp
235
RS::dispatch->Allocation3DData = (
Allocation3DDataFnPtr
)dlsym(handle, "rsAllocation3DData");
Completed in 868 milliseconds