HomeSort by relevance Sort by last modified time
    Searched refs:DeviceDestroy (Results 1 - 5 of 5) sorted by null

  /frameworks/rs/cpp/
RenderScript.cpp 71 RS::dispatch->DeviceDestroy(mDev);
108 RS::dispatch->DeviceDestroy = (DeviceDestroyFnPtr)dlsym(handle, "rsDeviceDestroy");
109 if (RS::dispatch->DeviceDestroy == NULL) {
110 ALOGV("Couldn't initialize RS::dispatch->DeviceDestroy");
rsDispatch.h 98 DeviceDestroyFnPtr DeviceDestroy;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 97 DeviceDestroyFnPtr DeviceDestroy;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 97 DeviceDestroyFnPtr DeviceDestroy;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 97 DeviceDestroyFnPtr DeviceDestroy;

Completed in 457 milliseconds