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

  /frameworks/rs/cpp/
rsDispatch.h 22 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
92 AllocationGetTypeFnPtr AllocationGetType;
RenderScript.cpp 83 RS::dispatch->AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 22 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
91 AllocationGetTypeFnPtr AllocationGetType;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 22 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
91 AllocationGetTypeFnPtr AllocationGetType;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 22 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
91 AllocationGetTypeFnPtr AllocationGetType;

Completed in 29 milliseconds