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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_3dlut.rs 27 gDims.z = rsAllocationGetDimZ(gCube);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 30 gDims.z = rsAllocationGetDimZ(gCube);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 30 gDims.z = rsAllocationGetDimZ(gCube);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
colorcube.rs 30 gDims.z = rsAllocationGetDimZ(gCube);
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
bricked.rs 47 if (pz >= rsAllocationGetDimZ(volume)) {
  /frameworks/rs/scriptc/
rs_object_info.rsh 125 * rsAllocationGetDimZ: Size of the Z dimension
135 rsAllocationGetDimZ(rs_allocation a);
  /prebuilts/sdk/renderscript/include/
rs_object_info.rsh 125 * rsAllocationGetDimZ: Size of the Z dimension
135 rsAllocationGetDimZ(rs_allocation a);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_allocation.rsh 59 rsAllocationGetDimZ(rs_allocation);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_allocation.rsh 59 rsAllocationGetDimZ(rs_allocation);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_allocation.rsh 59 rsAllocationGetDimZ(rs_allocation);
  /frameworks/rs/driver/runtime/
rs_allocation.c 18 rsAllocationGetDimZ(rs_allocation a) {

Completed in 251 milliseconds