HomeSort by relevance Sort by last modified time
    Searched refs:lastEventSbc (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/
dri2.c 136 if (awire->sbc < glxDraw->lastEventSbc)
138 glxDraw->lastEventSbc = awire->sbc;
glxext.c 152 if ((int64_t) awire->sbc < ((int64_t) glxDraw->lastEventSbc - 0x40000000))
154 if ((int64_t) awire->sbc > ((int64_t) glxDraw->lastEventSbc + 0x40000000))
156 glxDraw->lastEventSbc = awire->sbc;
    [all...]
glxclient.h 622 uint32_t lastEventSbc;
glxcmds.c 116 glxDraw->lastEventSbc = 0;
    [all...]

Completed in 172 milliseconds