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

  /frameworks/rs/cpp/
RenderScript.cpp 283 RS::dispatch->AllocationCopy3DRange = (AllocationCopy3DRangeFnPtr)dlsym(handle, "rsAllocationCopy3DRange");
284 if (RS::dispatch->AllocationCopy3DRange == NULL) {
285 ALOGV("Couldn't initialize RS::dispatch->AllocationCopy3DRange");
rsDispatch.h 135 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
Allocation.cpp 327 tryDispatch(mRS, RS::dispatch->AllocationCopy3DRange(mRS->getContext(), getIDSafe(), xoff, yoff, zoff,
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.spec 229 AllocationCopy3DRange {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.spec 229 AllocationCopy3DRange {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.spec 229 AllocationCopy3DRange {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 134 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 134 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 134 AllocationCopy3DRangeFnPtr AllocationCopy3DRange;
  /frameworks/rs/
rs.spec 239 AllocationCopy3DRange {

Completed in 274 milliseconds