Home
last modified time | relevance | path

Searched defs:dri_state (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libva/va/x11/
H A Dva_dricommon.h65 struct dri_state { struct
66 struct drm_state base;
67 struct dri_drawable *drawable_hash[DRAWABLE_HASH_SZ];
69 struct dri_drawable *(*createDrawable)(VADriverContextP ctx, XID x_drawable);
70 void (*destroyDrawable)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
71 void (*swapBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
72 … union dri_buffer *(*getRenderingBuffer)(VADriverContextP ctx, struct dri_drawable *dri_drawable);
73 void (*close)(VADriverContextP ctx);
75 unsigned long va_reserved[16];
H A Dva_dricommon.c64 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in do_drawable_hash() local
90 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_free_drawable() local
106 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_free_drawable_hashtable() local
132 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_swap_buffer() local
140 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_dri_get_rendering_buffer() local
H A Dva_x11.c54 struct dri_state *dri_state; in va_DisplayContextDestroy() local
102 struct dri_state *dri_state; in vaGetDisplay() local
H A Ddri2_util.c167 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in dri2Close() local
201 struct dri_state *dri_state = (struct dri_state *)ctx->drm_state; in va_isDRI2Connected() local