Home
last modified time | relevance | path

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

/external/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()
Dglxcurrent.c125 __glXGetCurrentContext(void) in __glXGetCurrentContext() function
151 struct glx_context *cx = __glXGetCurrentContext(); in glXGetCurrentContext()
164 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDrawable()
178 struct glx_context *oldGC = __glXGetCurrentContext(); in MakeContextCurrent()
Dindirect_vertex_array.c527 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none()
698 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 …]
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()
Dglxcmds.c522 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitGL()
535 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitX()
544 struct glx_context *gc = __glXGetCurrentContext(); in glXUseXFont()
563 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext()
574 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext()
819 struct glx_context * gc = __glXGetCurrentContext(); in glXSwapBuffers()
831 gc = __glXGetCurrentContext(); in glXSwapBuffers()
1384 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDisplay()
1647 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentReadDrawable()
1729 struct glx_context *gc = __glXGetCurrentContext(); in __glXSwapIntervalSGI()
[all …]
Dquery_renderer.c107 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererIntegerMESA()
167 struct glx_context *gc = __glXGetCurrentContext(); in glXQueryCurrentRendererStringMESA()
Dsingle2.c645 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetString()
836 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetPointerv()
884 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glAreTexturesResident()
915 struct glx_context *const gc = __glXGetCurrentContext(); in glAreTexturesResidentEXT()
925 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.c104 struct dri3_context *pcp = (struct dri3_context *) __glXGetCurrentContext(); in glx_dri3_in_current_context()
113 struct glx_context *gc = __glXGetCurrentContext(); in glx_dri3_get_dri_context()
122 struct glx_context *gc = __glXGetCurrentContext(); in glx_dri3_get_dri_screen()
656 struct glx_context *gc = __glXGetCurrentContext(); in dri3_bind_tex_image()
679 struct glx_context *gc = __glXGetCurrentContext(); in dri3_release_tex_image()
Dindirect_glx.c244 struct glx_context *gc = __glXGetCurrentContext(); in indirect_bind_tex_image()
295 struct glx_context *gc = __glXGetCurrentContext(); in indirect_release_tex_image()
Dpacksingle.h52 struct glx_context *gc = __glXGetCurrentContext(); \
Dpackrender.h62 gc = __glXGetCurrentContext(); \
Ddriwindows_glx.c116 struct glx_context *gc = __glXGetCurrentContext(); in driwindows_bind_tex_image()
134 struct glx_context *gc = __glXGetCurrentContext(); in driwindows_release_tex_image()
Dglxclient.h664 # define __glXGetCurrentContext() __glX_tls_Context macro
668 extern struct glx_context *__glXGetCurrentContext(void);
Dvertarr.c105 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glInterleavedArrays()
Dsinglepix.c114 struct glx_context *const gc = __glXGetCurrentContext(); in gl_dispatch_stub_GetSeparableFilterEXT()
Ddri2_glx.c520 struct glx_context *gc = __glXGetCurrentContext(); in dri2GetCurrentContext()
692 gc = __glXGetCurrentContext(); in dri2FlushFrontBuffer()
1023 struct glx_context *gc = __glXGetCurrentContext(); in dri2_bind_tex_image()
1061 struct glx_context *gc = __glXGetCurrentContext(); in dri2_release_tex_image()
Ddrisw_glx.c280 struct glx_context *gc = __glXGetCurrentContext(); in drisw_bind_tex_image()
312 struct glx_context *gc = __glXGetCurrentContext(); in drisw_release_tex_image()
Dglxext.c238 gc = __glXGetCurrentContext(); in glx_display_free()
984 gc = __glXGetCurrentContext(); in __glXSetupForCommand()
Dglx_pbuffer.c322 struct glx_context *gc = __glXGetCurrentContext(); in __glXGetDrawableAttribute()
/external/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()
/external/mesa3d/src/glx/tests/
Dfake_glx_screen.cpp107 __glXGetCurrentContext() in __glXGetCurrentContext() function