HomeSort by: relevance | last modified time | path
    Searched refs:myContext (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
dristruct.h 80 drm_context_t myContext; /* DDX Driver's context */
dri.c 551 &pDRIPriv->myContext,
559 "X context handle = %p\n", (void *) (uintptr_t) pDRIPriv->myContext);
754 drmUnlock(pDRIPriv->drmFD, pDRIPriv->myContext);
1776 (newContext->hwContext != pDRIPriv->myContext)) {
1830 (newContext->hwContext != pDRIPriv->myContext)) {
1846 (newContext->hwContext != pDRIPriv->myContext)) {
2182 DRM_LOCK(pDRIPriv->drmFD, pDRIPriv->pLSAREA, pDRIPriv->myContext,
2184 *pDRIPriv->pLockingContext = pDRIPriv->myContext;
2186 else if (*pDRIPriv->pLockingContext != pDRIPriv->myContext) {
2191 pDRIPriv->pLockingContext, (void *) (uintptr_t) pDRIPriv->myContext);
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
dristruct.h 84 drm_context_t myContext; /* DDX Driver's context */
dri.c 511 &pDRIPriv->myContext,
520 "X context handle = %p\n", pDRIPriv->myContext);
730 drmUnlock(pDRIPriv->drmFD, pDRIPriv->myContext);
1755 (newContext->hwContext != pDRIPriv->myContext)) {
1809 (newContext->hwContext != pDRIPriv->myContext)) {
1825 (newContext->hwContext != pDRIPriv->myContext)) {
2207 DRM_LOCK(pDRIPriv->drmFD, pDRIPriv->pLSAREA, pDRIPriv->myContext, flags);
2208 *pDRIPriv->pLockingContext = pDRIPriv->myContext;
2209 } else if (*pDRIPriv->pLockingContext != pDRIPriv->myContext) {
2215 pDRIPriv->myContext);
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_exa.c 285 int myContext = DRIGetContext(pScrn->pScreen);
287 forceUpload = forceUpload || (saPriv->ctxOwner != myContext);
288 saPriv->ctxOwner = myContext;

Completed in 24 milliseconds