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

  /frameworks/rs/cpp/
rsDispatch.h 61 typedef void (*AllocationResize1DFnPtr) (RsContext, RsAllocation, uint32_t);
133 AllocationResize1DFnPtr AllocationResize1D;
RenderScript.cpp 273 RS::dispatch->AllocationResize1D = (AllocationResize1DFnPtr)dlsym(handle, "rsAllocationResize1D");
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 61 typedef void (*AllocationResize1DFnPtr) (RsContext, RsAllocation, uint32_t);
132 AllocationResize1DFnPtr AllocationResize1D;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 61 typedef void (*AllocationResize1DFnPtr) (RsContext, RsAllocation, uint32_t);
132 AllocationResize1DFnPtr AllocationResize1D;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 61 typedef void (*AllocationResize1DFnPtr) (RsContext, RsAllocation, uint32_t);
132 AllocationResize1DFnPtr AllocationResize1D;

Completed in 33 milliseconds