Home
last modified time | relevance | path

Searched refs:surface_id (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/apple/
Dapple_glx_surface.c69 __func__, (void *) ac->context_obj, s->surface_id); in surface_make_current()
71 error = xp_attach_gl_context(ac->context_obj, s->surface_id); in surface_make_current()
99 apple_glx_diagnostic("%s: s->surface_id %u\n", __func__, s->surface_id); in surface_destroy()
101 xp_error error = xp_destroy_surface(s->surface_id); in surface_destroy()
146 error = xp_import_surface(key, &s->surface_id); in create_surface()
Dapple_glx_drawable.h64 xp_surface_id surface_id; member
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_surface.c80 assert(surface.surface_id != 0); in main()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c196 surface->surface_id = XAllocID(dpy); in XvMCCreateSurface()