HomeSort by: relevance | last modified time | path
    Searched defs:contextStore (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
dri.c 1001 void *contextStore;
1008 contextStore = DRIGetContextStore(pDRIContextPriv);
1014 contextStore)) {
1029 void *contextStore;
1034 contextStore = DRIGetContextStore(pDRIContextPriv);
1038 contextStore);
1051 void *contextStore;
1065 contextStore = DRIGetContextStore(pDRIContextPriv);
1070 contextStore))) {
1097 void *contextStore;
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
dri.c 978 void *contextStore;
986 contextStore = DRIGetContextStore(pDRIContextPriv);
991 (DRIContextType)(long)contextStore)) {
1006 void *contextStore;
1010 contextStore = DRIGetContextStore(pDRIContextPriv);
1013 (DRIContextType)(long)contextStore);
1026 void *contextStore;
1040 contextStore = DRIGetContextStore(pDRIContextPriv);
1044 (DRIContextType)(long)contextStore))) {
1070 void *contextStore;
    [all...]

Completed in 6 milliseconds