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

  /frameworks/rs/cpp/
rsDispatch.h 57 typedef void (*AllocationReadFnPtr) (RsContext, RsAllocation, void*, size_t);
129 AllocationReadFnPtr AllocationRead;
RenderScript.cpp 253 RS::dispatch->AllocationRead = (AllocationReadFnPtr)dlsym(handle, "rsAllocationRead");
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 57 typedef void (*AllocationReadFnPtr) (RsContext, RsAllocation, void*, size_t);
128 AllocationReadFnPtr AllocationRead;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 57 typedef void (*AllocationReadFnPtr) (RsContext, RsAllocation, void*, size_t);
128 AllocationReadFnPtr AllocationRead;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 57 typedef void (*AllocationReadFnPtr) (RsContext, RsAllocation, void*, size_t);
128 AllocationReadFnPtr AllocationRead;

Completed in 33 milliseconds