Searched refs:egl_g3d_context (Results 1 – 3 of 3) sorted by relevance
149 struct egl_g3d_context *gshare = egl_g3d_context(share); in egl_g3d_create_context()151 struct egl_g3d_context *gctx; in egl_g3d_create_context()155 gctx = CALLOC_STRUCT(egl_g3d_context); in egl_g3d_create_context()194 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in destroy_context()489 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_make_current()492 struct egl_g3d_context *old_gctx; in egl_g3d_make_current()501 old_gctx = egl_g3d_context(old_ctx); in egl_g3d_make_current()559 struct egl_g3d_context *gctx = NULL; in swap_buffers()572 gctx = egl_g3d_context(ctx); in swap_buffers()649 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_copy_buffers()[all …]
79 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_insert_fence_sync()232 struct egl_g3d_context *gctx = egl_g3d_context(ctx); in egl_g3d_client_wait_sync()
61 struct egl_g3d_context { struct