Searched refs:surface_id (Results 1 - 25 of 42) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_surface.c68 apple_glx_diagnostic("%s: ac->context_obj %p s->surface_id %u\n",
69 __func__, (void *) ac->context_obj, s->surface_id);
71 error = xp_attach_gl_context(ac->context_obj, s->surface_id);
99 apple_glx_diagnostic("%s: s->surface_id %u\n", __func__, s->surface_id);
101 xp_error error = xp_destroy_surface(s->surface_id);
146 error = xp_import_surface(key, &s->surface_id);
H A Dapple_glx_drawable.h64 xp_surface_id surface_id; member in struct:apple_glx_surface
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_surface.c68 apple_glx_diagnostic("%s: ac->context_obj %p s->surface_id %u\n",
69 __func__, (void *) ac->context_obj, s->surface_id);
71 error = xp_attach_gl_context(ac->context_obj, s->surface_id);
99 apple_glx_diagnostic("%s: s->surface_id %u\n", __func__, s->surface_id);
101 xp_error error = xp_destroy_surface(s->surface_id);
146 error = xp_import_surface(key, &s->surface_id);
H A Dapple_glx_drawable.h64 xp_surface_id surface_id; member in struct:apple_glx_surface
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dintel_xvmc_dump.c99 (int)target->surface_id, target->width, target->height);
102 (int)past->surface_id, past->width, past->height);
105 (int)future->surface_id, future->width, future->height);
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dintel_xvmc_dump.c99 (int)target->surface_id, target->width, target->height);
102 (int)past->surface_id, past->width, past->height);
105 (int)future->surface_id, future->width, future->height);
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dintel_xvmc_dump.c92 fprintf(fp, "target picture: id (%d) width (%d) height (%d)\n", target->surface_id,
95 fprintf(fp, "past picture: id (%d) width (%d) height (%d)\n", past->surface_id,
98 fprintf(fp, "future picture: id (%d) width (%d) height (%d)\n", future->surface_id,
H A Dintel_xvmc.c209 if (p->surface && p->surface->surface_id == id) {
231 if (p->surface && p->surface->surface_id == id)
517 intel_xvmc_free_surface(surface->surface_id);
543 intel_surf = intel_xvmc_find_surface(surface->surface_id);
550 intel_xvmc_free_surface(surface->surface_id);
727 intel_surf = intel_xvmc_find_surface(surface->surface_id);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/
H A Dtest_surface.c84 assert(surface.surface_id != 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/
H A Dtest_surface.c84 assert(surface.surface_id != 0);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.h88 xp_surface_id * surface_id,
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXvMCproto.h115 CARD32 surface_id; member in struct:__anon82eb49ff0908
138 CARD32 surface_id; member in struct:__anon82eb49ff0b08
H A DXvMC.h90 XID surface_id; member in struct:__anon0f084cab0308
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.h86 xp_surface_id *surface_id,
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmcext.h39 XID surface_id; member in struct:__anonf1f5a4760408
H A Dxvmc.c308 pSurface->surface_id = stuff->surface_id;
327 AddResource(pSurface->surface_id, XvMCRTSurface, pSurface);
344 rc = dixLookupResourceByType(&val, stuff->surface_id, XvMCRTSurface,
349 FreeResource(stuff->surface_id, RT_NONE);
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmcext.h39 XID surface_id; member in struct:__anonb941ef090408
H A Dxvmc.c322 pSurface->surface_id = stuff->surface_id;
335 if (!AddResource(pSurface->surface_id, XvMCRTSurface, pSurface)) {
366 rc = dixLookupResourceByType(&val, stuff->surface_id, XvMCRTSurface,
371 FreeResource(stuff->surface_id, RT_NONE);
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_hwmc.c310 pI810->surfaceAllocation[i] = pSurf->surface_id;
322 pI810->surfaceAllocation[i] = pSurf->surface_id;
391 if(pI810->surfaceAllocation[i] == pSurf->surface_id) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_hwmc.c310 pI810->surfaceAllocation[i] = pSurf->surface_id;
322 pI810->surfaceAllocation[i] = pSurf->surface_id;
391 if(pI810->surfaceAllocation[i] == pSurf->surface_id) {
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_hwmc.c312 pI810->surfaceAllocation[i] = pSurf->surface_id;
324 pI810->surfaceAllocation[i] = pSurf->surface_id;
393 if(pI810->surfaceAllocation[i] == pSurf->surface_id) {
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
H A Dquartz.h83 unsigned int client_id, unsigned int *surface_id,
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Dquartz.h87 unsigned int client_id, unsigned int *surface_id,
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_hwmc.c326 pSAVAGE->surfaceAllocation[i] = pSurf->surface_id;
380 if(pSAVAGE->surfaceAllocation[i] == pSurf->surface_id) {
/xsrc/external/mit/libXvMC/dist/src/
H A DXvMC.c333 surface->surface_id = XAllocID(dpy);
339 req->surface_id = (CARD32) surface->surface_id;
373 req->surface_id = (CARD32) surface->surface_id;

Completed in 25 milliseconds

12