OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceDestroy
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/cpp/
RenderScript.cpp
64
RS::dispatch->
DeviceDestroy
(mDev);
100
RS::dispatch->
DeviceDestroy
= (DeviceDestroyFnPtr)dlsym(handle, "rsDeviceDestroy");
101
if (RS::dispatch->
DeviceDestroy
== NULL) {
102
ALOGE("Couldn't initialize RS::dispatch->
DeviceDestroy
");
rsDispatch.h
97
DeviceDestroyFnPtr
DeviceDestroy
;
Completed in 25 milliseconds