OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceDestroy
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/cpp/
rsDispatch.cpp
76
dispatchTab.
DeviceDestroy
= (DeviceDestroyFnPtr)dlsym(handle, "rsDeviceDestroy");
137
if (dispatchTab.
DeviceDestroy
== nullptr) {
138
LOG_ERR("Couldn't initialize dispatchTab.
DeviceDestroy
");
rsDispatch.h
148
DeviceDestroyFnPtr
DeviceDestroy
;
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 35 milliseconds