Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Ddri2_glx.c521 struct dri2_context *dri2Ctx = (struct dri2_context *)gc; in dri2GetCurrentContext() local
523 return (gc != &dummyContext) ? dri2Ctx->driContext : NULL; in dri2GetCurrentContext()