|
|
| GLboolean(* __DRIgetDrawableInfoExtension::getDrawableInfo)(__DRIdrawable *drawable, unsigned int *index, unsigned int *stamp, int *x, int *y, int *width, int *height, int *numClipRects, drm_clip_rect_t **pClipRects, int *backX, int *backY, int *numBackClipRects, drm_clip_rect_t **pBackClipRects, void *loaderPrivate) |
This function is used to get information about the position, size, and clip rects of a drawable.
Definition at line 286 of file dri_interface.h.
|