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

  /frameworks/rs/cpp/
RenderScript.cpp 398 RS::dispatch->AllocationIoSend = (AllocationIoSendFnPtr)dlsym(handle, "rsAllocationIoSend");
399 if (RS::dispatch->AllocationIoSend == NULL) {
400 ALOGV("Couldn't initialize RS::dispatch->AllocationIoSend");
rsDispatch.h 158 AllocationIoSendFnPtr AllocationIoSend;
Allocation.cpp 158 tryDispatch(mRS, RS::dispatch->AllocationIoSend(mRS->getContext(), getID()));
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 394 AllocationIoSend {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec 394 AllocationIoSend {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec 394 AllocationIoSend {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 157 AllocationIoSendFnPtr AllocationIoSend;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 157 AllocationIoSendFnPtr AllocationIoSend;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 157 AllocationIoSendFnPtr AllocationIoSend;
  /frameworks/rs/
rs.spec 413 AllocationIoSend {

Completed in 30 milliseconds