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

  /frameworks/rs/cpp/
RenderScript.cpp 83 RS::dispatch->AllocationGetType = (AllocationGetTypeFnPtr)dlsym(handle, "rsaAllocationGetType");
84 if (RS::dispatch->AllocationGetType == NULL) {
85 ALOGV("Couldn't initialize RS::dispatch->AllocationGetType");
rsDispatch.h 92 AllocationGetTypeFnPtr AllocationGetType;
Allocation.cpp 127 const void *typeID = RS::dispatch->AllocationGetType(mRS->getContext(), getID());
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 91 AllocationGetTypeFnPtr AllocationGetType;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 91 AllocationGetTypeFnPtr AllocationGetType;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 91 AllocationGetTypeFnPtr AllocationGetType;

Completed in 176 milliseconds