Searched refs:android_native_rect_t (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/include/android_stub/nativebase/
H A Dnativebase.h58 typedef struct android_native_rect_t struct
64 } android_native_rect_t; typedef in typeref:struct:android_native_rect_t
/xsrc/external/mit/MesaLib/dist/include/android_stub/system/
H A Dwindow.h76 typedef struct android_native_rect_t struct
82 } android_native_rect_t; typedef in typeref:struct:android_native_rect_t
681 android_native_rect_t const * crop)
702 android_native_rect_t const * crop)
716 android_native_rect_t const * active_rect) __deprecated;
720 android_native_rect_t const * active_rect)
945 * native_window_set_surface_damage(..., android_native_rect_t* rects, int numRects)
962 const android_native_rect_t* rects, size_t numRects)
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_android.c762 android_native_rect_t* droid_rects = NULL;
768 droid_rects = malloc(n_rects * sizeof(android_native_rect_t));

Completed in 8 milliseconds