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

  /frameworks/rs/cpp/
RenderScript.cpp 268 RS::dispatch->AllocationSyncAll = (AllocationSyncAllFnPtr)dlsym(handle, "rsAllocationSyncAll");
269 if (RS::dispatch->AllocationSyncAll == NULL) {
270 ALOGV("Couldn't initialize RS::dispatch->AllocationSyncAll");
rsDispatch.h 132 AllocationSyncAllFnPtr AllocationSyncAll;
Allocation.cpp 149 tryDispatch(mRS, RS::dispatch->AllocationSyncAll(mRS->getContext(), getIDSafe(), srcLocation));
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 204 AllocationSyncAll {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec 204 AllocationSyncAll {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec 204 AllocationSyncAll {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 131 AllocationSyncAllFnPtr AllocationSyncAll;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 131 AllocationSyncAllFnPtr AllocationSyncAll;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 131 AllocationSyncAllFnPtr AllocationSyncAll;
  /frameworks/rs/
rs.spec 214 AllocationSyncAll {

Completed in 86 milliseconds