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

  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_hw3d.h 23 #define HW3D_GET_REGIONS _IOR(HW3D_IOCTL_MAGIC, 0x82, struct hw3d_region *)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_hw3d.h 23 #define HW3D_GET_REGIONS _IOR(HW3D_IOCTL_MAGIC, 0x82, struct hw3d_region *)
  /hardware/msm7k/libgralloc/
gralloc.cpp 253 if (ioctl(gpu, HW3D_GET_REGIONS, regions) < 0) {
254 ALOGE("HW3D_GET_REGIONS failed (%s)", strerror(errno));

Completed in 676 milliseconds