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

  /frameworks/rs/cpp/
rsDispatch.h 23 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uintptr_t *typeData, uint32_t typeDataSize);
93 TypeGetNativeDataFnPtr TypeGetNativeData;
RenderScript.cpp 88 RS::dispatch->TypeGetNativeData = (TypeGetNativeDataFnPtr)dlsym(handle, "rsaTypeGetNativeData");
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 23 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
92 TypeGetNativeDataFnPtr TypeGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 23 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
92 TypeGetNativeDataFnPtr TypeGetNativeData;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 23 typedef void (*TypeGetNativeDataFnPtr)(RsContext, RsType, uint32_t *typeData, uint32_t typeDataSize);
92 TypeGetNativeDataFnPtr TypeGetNativeData;

Completed in 434 milliseconds