OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceDestroy
(Results
1 - 4
of
4
) sorted by null
/hardware/interfaces/renderscript/1.0/default/
Device.cpp
161
.
DeviceDestroy
= (DeviceDestroyFnPtr) nullptr,
/frameworks/rs/cpp/
rsDispatch.cpp
81
dispatchTab.
DeviceDestroy
= (DeviceDestroyFnPtr)dlsym(handle, "rsDeviceDestroy");
175
if (dispatchTab.
DeviceDestroy
== nullptr) {
176
LOG_ERR("Couldn't initialize dispatchTab.
DeviceDestroy
");
rsDispatch.h
192
DeviceDestroyFnPtr
DeviceDestroy
;
/frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp
[
all
...]
Completed in 498 milliseconds