Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/
Dindirect_vertex_program.c40 struct glx_context *gc = __glXGetCurrentContext(); in do_vertex_attrib_enable()
68 struct glx_context *const gc = __glXGetCurrentContext(); in get_parameter()
125 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribPointerv()
198 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribiv()
232 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribfv()
266 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribdv()
Dclientattrib.c42 struct glx_context *gc = __glXGetCurrentContext(); in do_enable_disable()
72 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPushClientAttrib()
104 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPopClientAttrib()
Dindirect_vertex_array.c529 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none()
700 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_old()
760 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_none()
827 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_old()
984 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glDrawArrays()
1003 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glArrayElement()
1029 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glDrawElements()
1051 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glDrawRangeElements()
1077 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glMultiDrawArrays()
1103 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glMultiDrawElementsEXT()
[all …]
Dglxcurrent.c98 struct glx_context *cx = __glXGetCurrentContext(); in glXGetCurrentContext()
111 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDrawable()
126 struct glx_context *oldGC = __glXGetCurrentContext(); in MakeContextCurrent()
Dquery_renderer.c107 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererIntegerMESA()
167 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererStringMESA()
Dglxcmds.c568 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitGL()
581 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitX()
590 struct glx_context *gc = __glXGetCurrentContext(); in glXUseXFont()
631 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext()
642 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext()
836 struct glx_context * gc = __glXGetCurrentContext(); in glXSwapBuffers()
848 gc = __glXGetCurrentContext(); in glXSwapBuffers()
1399 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDisplay()
1655 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentReadDrawable()
1740 struct glx_context *gc = __glXGetCurrentContext(); in glXSwapIntervalSGI()
[all …]
Dsingle2.c645 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetString()
798 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetPointerv()
846 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glAreTexturesResident()
877 struct glx_context *const gc = __glXGetCurrentContext(); in glAreTexturesResidentEXT()
887 struct glx_context *const gc = __glXGetCurrentContext(); in glAreTexturesResidentEXT()
Dpixelstore.c71 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStoref()
221 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStorei()
Ddri3_glx.c105 struct dri3_context *pcp = (struct dri3_context *) __glXGetCurrentContext(); in glx_dri3_in_current_context()
114 struct glx_context *gc = __glXGetCurrentContext(); in glx_dri3_get_dri_context()
123 struct glx_context *gc = __glXGetCurrentContext(); in glx_dri3_get_dri_screen()
678 struct glx_context *gc = __glXGetCurrentContext(); in dri3_bind_tex_image()
700 struct glx_context *gc = __glXGetCurrentContext(); in dri3_release_tex_image()
Dpacksingle.h52 struct glx_context *gc = __glXGetCurrentContext(); \
Dpackrender.h62 gc = __glXGetCurrentContext(); \
Dvertarr.c105 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glInterleavedArrays()
Ddri2_glx.c430 struct glx_context *gc = __glXGetCurrentContext(); in dri2GetCurrentContext()
600 gc = __glXGetCurrentContext(); in dri2FlushFrontBuffer()
891 struct glx_context *gc = __glXGetCurrentContext(); in dri2_bind_tex_image()
917 struct glx_context *gc = __glXGetCurrentContext(); in dri2_release_tex_image()
Dglxext.c286 gc = __glXGetCurrentContext(); in glx_display_free()
1011 gc = __glXGetCurrentContext(); in __glXSetupForCommand()
Dglxclient.h655 # define __glXGetCurrentContext() __glX_tls_Context macro
Ddrisw_glx.c482 struct glx_context *gc = __glXGetCurrentContext(); in drisw_bind_tex_image()
511 struct glx_context *gc = __glXGetCurrentContext(); in drisw_release_tex_image()
Dglx_pbuffer.c285 struct glx_context *gc = __glXGetCurrentContext(); in __glXGetDrawableAttribute()
/third_party/mesa3d/src/glx/apple/
Dapple_xgl_api_stereo.c55 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffer()
90 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffers()
Dapple_xgl_api_read.c53 struct glx_context *gc = __glXGetCurrentContext(); in SetRead()
86 struct glx_context *gc = __glXGetCurrentContext(); in UnsetRead()
Dapple_xgl_api_viewport.c41 struct glx_context *gc = __glXGetCurrentContext(); in __applegl_glViewport()