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

  /frameworks/rs/cpp/
RenderScript.cpp 403 RS::dispatch->AllocationIoReceive = (AllocationIoReceiveFnPtr)dlsym(handle, "rsAllocationIoReceive");
404 if (RS::dispatch->AllocationIoReceive == NULL) {
405 ALOGV("Couldn't initialize RS::dispatch->AllocationIoReceive");
rsDispatch.h 159 AllocationIoReceiveFnPtr AllocationIoReceive;
Allocation.cpp 168 tryDispatch(mRS, RS::dispatch->AllocationIoReceive(mRS->getContext(), getID()));
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 398 AllocationIoReceive {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec 398 AllocationIoReceive {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec 398 AllocationIoReceive {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 158 AllocationIoReceiveFnPtr AllocationIoReceive;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 158 AllocationIoReceiveFnPtr AllocationIoReceive;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 158 AllocationIoReceiveFnPtr AllocationIoReceive;
  /frameworks/rs/
rs.spec 417 AllocationIoReceive {

Completed in 37 milliseconds