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

  /frameworks/rs/cpp/
RenderScript.cpp 88 RS::dispatch->TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData");
89 if (RS::dispatch->TypeGetNativeData == NULL) {
90 ALOGV("Couldn't initialize RS::dispatch->TypeGetNativeData");
rsDispatch.h 93 TypeGetNativeDataFnPtr TypeGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 92 TypeGetNativeDataFnPtr TypeGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 92 TypeGetNativeDataFnPtr TypeGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 92 TypeGetNativeDataFnPtr TypeGetNativeData;

Completed in 39 milliseconds