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

  /frameworks/rs/cpp/
RenderScript.cpp 93 RS::dispatch->ElementGetNativeData = (ElementGetNativeDataFnPtr)dlsym(handle, "rsaElementGetNativeData");
94 if (RS::dispatch->ElementGetNativeData == NULL) {
95 ALOGV("Couldn't initialize RS::dispatch->ElementGetNativeData");
rsDispatch.h 94 ElementGetNativeDataFnPtr ElementGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 93 ElementGetNativeDataFnPtr ElementGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 93 ElementGetNativeDataFnPtr ElementGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 93 ElementGetNativeDataFnPtr ElementGetNativeData;

Completed in 34 milliseconds