Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Drender2.c62 if (!gc->currentDpy) in __indirect_glMap1d()
129 if (!gc->currentDpy) in __indirect_glMap1f()
193 if (!gc->currentDpy) in __indirect_glMap2d()
271 if (!gc->currentDpy) in __indirect_glMap2f()
333 if (!gc->currentDpy) in __indirect_glEnable()
362 if (!gc->currentDpy) in __indirect_glDisable()
Dindirect_vertex_program.c69 Display *const dpy = gc->currentDpy; in get_parameter()
183 Display *const dpy = gc->currentDpy; in get_vertex_attrib()
199 Display *const dpy = gc->currentDpy; in __indirect_glGetVertexAttribiv()
233 Display *const dpy = gc->currentDpy; in __indirect_glGetVertexAttribfv()
267 Display *const dpy = gc->currentDpy; in __indirect_glGetVertexAttribdv()
Dindirect_texture_compression.c85 if (gc->currentDpy == NULL) { in CompressedTexImage1D2D()
146 if (gc->currentDpy == NULL) { in CompressedTexSubImage1D2D()
228 if (gc->currentDpy == NULL) { in __indirect_glCompressedTexImage3D()
303 if (gc->currentDpy == NULL) { in __indirect_glCompressedTexSubImage3D()
Dpixelstore.c53 Display *const dpy = gc->currentDpy; in send_PixelStore()
73 Display *dpy = gc->currentDpy; in __indirect_glPixelStoref()
223 Display *dpy = gc->currentDpy; in __indirect_glPixelStorei()
Dglxcmds.c466 if (gc->currentDpy) { in glXDestroyContext()
596 if (source == gc && dpy == gc->currentDpy) { in glXCopyContext()
858 if ((gc != &dummyContext) && (dpy == gc->currentDpy) && in glXSwapBuffers()
1389 return gc->currentDpy; in glXGetCurrentDisplay()
1592 if (gc->currentDpy) { in glXFreeContextEXT()
1757 psc = GetGLXScreenConfigs( gc->currentDpy, gc->screen); in __glXSwapIntervalSGI()
1763 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXSwapIntervalSGI()
1773 dpy = gc->currentDpy; in __glXSwapIntervalSGI()
1810 psc = GetGLXScreenConfigs( gc->currentDpy, gc->screen); in __glXSwapIntervalMESA()
1813 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in __glXSwapIntervalMESA()
[all …]
Dglxcurrent.c215 oldGC->currentDpy = 0; in MakeContextCurrent()
236 gc->currentDpy = dpy; in MakeContextCurrent()
Dindirect_glx.c179 Display *dpy = gc->currentDpy; in indirect_wait_gl()
198 Display *dpy = gc->currentDpy; in indirect_wait_x()
217 Display *dpy = gc->currentDpy; in indirect_use_x_font()
Dsingle2.c646 Display *dpy = gc->currentDpy; in __indirect_glGetString()
838 Display *dpy = gc->currentDpy; in __indirect_glGetPointerv()
885 Display *const dpy = gc->currentDpy; in __indirect_glAreTexturesResident()
926 Display *const dpy = gc->currentDpy; in glAreTexturesResidentEXT()
Dglxext.c235 if (priv->dpy == gc->currentDpy) { in glx_display_free()
971 if (gc->currentDpy) { in __glXSetupForCommand()
975 if (gc->currentDpy == dpy) { in __glXSetupForCommand()
1008 Display *const dpy = ctx->currentDpy; in __glXFlushRenderBuffer()
1043 Display *dpy = gc->currentDpy; in __glXSendLargeChunk()
Dxfont.c237 dpy = CC->currentDpy; in DRI_glXUseXFont()
241 glxdraw = GetGLXDRIDrawable(CC->currentDpy, CC->currentDrawable); in DRI_glXUseXFont()
Dpacksingle.h55 Display *dpy = gc->currentDpy; \
Drenderpix.c136 if (!gc->currentDpy) in __indirect_glSeparableFilter2D()
Dsinglepix.c128 Display *const dpy = gc->currentDpy; in gl_dispatch_stub_GetSeparableFilterEXT()
Ddri3_glx.c457 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_x()
467 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_gl()
Dglxclient.h362 Display *currentDpy; member
Ddri2_glx.c639 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_x()
651 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_gl()
Dglx_pbuffer.c331 if (pdraw == NULL || gc == &dummyContext || gc->currentDpy != dpy || in GetDrawableAttribute()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h40 Display *currentDpy; member
Dglxapi.c388 return gc->currentDpy; in glXGetCurrentDisplay()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c92 Display *currentDpy; member
1132 glxCtx->currentDpy = dpy; in create_context()
1237 ctx->currentDpy = dpy; in glXMakeContextCurrent()
1286 return glxCtx ? glxCtx->currentDpy : NULL; in glXGetCurrentDisplay()