Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
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()
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_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()
Dindirect_glx.c165 gc->currentDpy = gc->psc->dpy; in indirect_bind_context()
199 Display *dpy = gc->currentDpy; in indirect_wait_gl()
218 Display *dpy = gc->currentDpy; in indirect_wait_x()
237 Display *dpy = gc->currentDpy; in indirect_use_x_font()
Dglxcmds.c502 if (gc->currentDpy) { in glXDestroyContext()
632 if (source == gc && dpy == gc->currentDpy) { in glXCopyContext()
858 if ((gc != &dummyContext) && (dpy == gc->currentDpy) && in glXSwapBuffers()
1390 return gc->currentDpy; in glXGetCurrentDisplay()
1581 if (gc->currentDpy) { in glXFreeContextEXT()
1749 psc = GetGLXScreenConfigs( gc->currentDpy, gc->screen); in glXSwapIntervalSGI()
1754 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in glXSwapIntervalSGI()
1764 dpy = gc->currentDpy; in glXSwapIntervalSGI()
1804 psc = GetGLXScreenConfigs( gc->currentDpy, gc->screen); in glXSwapIntervalMESA()
1807 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in glXSwapIntervalMESA()
[all …]
Dglxcurrent.c207 oldGC->currentDpy = 0; in MakeContextCurrent()
229 gc->currentDpy = dpy; in MakeContextCurrent()
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.c244 if (priv->dpy == gc->currentDpy) { in glx_display_free()
988 if (gc->currentDpy) { in __glXSetupForCommand()
992 if (gc->currentDpy == dpy) { in __glXSetupForCommand()
1025 Display *const dpy = ctx->currentDpy; in __glXFlushRenderBuffer()
1060 Display *dpy = gc->currentDpy; in __glXSendLargeChunk()
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()
Dxfont.c233 dpy = CC->currentDpy; in DRI_glXUseXFont()
Ddri3_glx.c466 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_x()
476 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri3_wait_gl()
Dglxclient.h355 Display *currentDpy; member
Ddri2_glx.c652 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_x()
664 GetGLXDRIDrawable(gc->currentDpy, gc->currentDrawable); in dri2_wait_gl()
Dglx_pbuffer.c332 if (pdraw == NULL || gc == &dummyContext || gc->currentDpy != dpy || in __glXGetDrawableAttribute()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c95 Display *currentDpy; member
1147 glxCtx->currentDpy = dpy; in create_context()
1230 ctx->currentDpy = dpy; in glXMakeContextCurrent()
1272 return glxCtx ? glxCtx->currentDpy : NULL; in glXGetCurrentDisplay()