OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjDestroyFnPtr
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
rsDispatch.h
48
typedef void (*
ObjDestroyFnPtr
) (RsContext, RsAsyncVoidPtr);
119
ObjDestroyFnPtr
ObjDestroy;
RenderScript.cpp
200
RS::dispatch->ObjDestroy = (
ObjDestroyFnPtr
)dlsym(handle, "rsObjDestroy");
Completed in 24 milliseconds