Home
last modified time | relevance | path

Searched refs:context_id (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
Dblock.c49 blocks->context_id = context->context_id; in XvMCCreateBlocks()
79 blocks->context_id = context->context_id; in XvMCCreateMacroBlocks()
Dsurface.c197 surface->context_id = context->context_id; in XvMCCreateSurface()
245 assert(context->context_id == target_surface->context_id); in XvMCRenderSurface()
246 assert(!past_surface || context->context_id == past_surface->context_id); in XvMCRenderSurface()
247 assert(!future_surface || context->context_id == future_surface->context_id); in XvMCRenderSurface()
252 assert(macroblocks->context_id == context->context_id); in XvMCRenderSurface()
253 assert(blocks->context_id == context->context_id); in XvMCRenderSurface()
Dsubpicture.c263 subpicture->context_id = context->context_id; in XvMCCreateSubpicture()
455 if (target_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture()
486 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
489 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
Dcontext.c301 context->context_id = XAllocID(dpy); in XvMCCreateContext()
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
Dtest_blocks.c84 assert(blocks.context_id == context.context_id); in main()
96 assert(macroblocks.context_id == context.context_id); in main()
Dtest_surface.c82 assert(surface.context_id == context.context_id); in main()
Dtest_subpicture.c162 assert(subpicture.context_id == context.context_id); in main()
Dtest_context.c89 assert(context.context_id != 0); in main()
/external/libdrm/freedreno/kgsl/
Dmsm_kgsl.h240 unsigned int context_id; member
341 unsigned int context_id; member
350 unsigned int context_id; member
487 unsigned int context_id; /* Context for the timestamp */ member
/external/libdrm/tests/ttmtest/src/
Dxf86dri.h95 extern Bool uniDRIDestroyContext(Display * dpy, int screen, XID context_id);
/external/mesa3d/src/glx/
Dxf86dri.h98 extern Bool XF86DRIDestroyContext(Display * dpy, int screen, XID context_id);
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py448 self.context_id = self.status_bar.get_context_id("SELinux status")
641 self.status_bar.push(self.context_id, _("System Status: Disabled"))
2600 self.status_bar.push(self.context_id, _("System Status: Enforcing"))
2602 self.status_bar.push(self.context_id, _("System Status: Permissive"))