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

  /frameworks/rs/cpp/
rsDispatch.h 53 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
125 Allocation1DElementDataFnPtr Allocation1DElementData;
RenderScript.cpp 233 RS::dispatch->Allocation1DElementData = (Allocation1DElementDataFnPtr)dlsym(handle, "rsAllocation1DElementData");
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 53 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
124 Allocation1DElementDataFnPtr Allocation1DElementData;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 53 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
124 Allocation1DElementDataFnPtr Allocation1DElementData;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 53 typedef void (*Allocation1DElementDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, const void*, size_t, size_t);
124 Allocation1DElementDataFnPtr Allocation1DElementData;

Completed in 35 milliseconds