Home
last modified time | relevance | path

Searched refs:flush_drawable (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx.c133 apple_cgl.flush_drawable(ac->context_obj); in apple_glx_swap_buffers()
Dapple_cgl.h51 CGLError(*flush_drawable) (CGLContextObj ctx); member
Dapple_cgl.c103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); in apple_cgl_init()
/external/mesa3d/src/loader/
Dloader_dri3_helper.h107 void (*flush_drawable)(struct loader_dri3_drawable *, unsigned); member
Dloader_dri3_helper.c641 draw->vtable->flush_drawable(draw, flush_flags); in loader_dri3_swap_buffers_msc()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11_dri3.c134 .flush_drawable = egl_dri3_flush_drawable,
/external/mesa3d/src/glx/
Ddri3_glx.c189 .flush_drawable = glx_dri3_flush_drawable,