Searched refs:DeviceDestroy (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpp/
H A DRenderScript.cpp64 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");
H A DrsDispatch.h97 DeviceDestroyFnPtr DeviceDestroy; member in struct:__anon1590

Completed in 188 milliseconds