Home
last modified time | relevance | path

Searched refs:__glXGetCurrentContext (Results 1 – 20 of 20) 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_glGetVertexAttribPointervNV()
198 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribivARB()
232 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribfvARB()
266 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glGetVertexAttribdvARB()
Dclientattrib.c42 struct glx_context *gc = __glXGetCurrentContext(); in do_enable_disable()
72 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPushClientAttrib()
100 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPopClientAttrib()
Dglxcurrent.c135 __glXGetCurrentContext(void) in __glXGetCurrentContext() function
172 struct glx_context *cx = __glXGetCurrentContext(); in glXGetCurrentContext()
185 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDrawable()
214 struct glx_context *oldGC = __glXGetCurrentContext(); in MakeContextCurrent()
Dindirect_vertex_array.c490 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none()
661 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_old()
723 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_none()
790 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawElements_old()
947 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glDrawArrays()
966 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glArrayElement()
992 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glDrawElements()
1014 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glDrawRangeElements()
1040 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glMultiDrawArraysEXT()
1066 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glMultiDrawElementsEXT()
[all …]
Dglxcmds.c475 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitGL()
488 struct glx_context *gc = __glXGetCurrentContext(); in glXWaitX()
497 struct glx_context *gc = __glXGetCurrentContext(); in glXUseXFont()
516 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext()
527 struct glx_context *gc = __glXGetCurrentContext(); in glXCopyContext()
785 struct glx_context * gc = __glXGetCurrentContext(); in glXSwapBuffers()
801 gc = __glXGetCurrentContext(); in glXSwapBuffers()
1406 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentDisplay()
1656 struct glx_context *gc = __glXGetCurrentContext(); in glXGetCurrentReadDrawable()
1738 struct glx_context *gc = __glXGetCurrentContext(); in __glXSwapIntervalSGI()
[all …]
Dsingle2.c647 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetString()
838 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glGetPointerv()
886 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glAreTexturesResident()
942 struct glx_context *const gc = __glXGetCurrentContext(); in glAreTexturesResidentEXT()
952 struct glx_context *const gc = __glXGetCurrentContext(); in glAreTexturesResidentEXT()
Dpixelstore.c70 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStoref()
220 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glPixelStorei()
Dglxclient.h635 # define __glXGetCurrentContext() __glX_tls_Context macro
639 extern struct glx_context *__glXGetCurrentContext(void);
646 #define __glXGetCurrentContext() __glXcurrentContext macro
Dglx_error.c42 struct glx_context *gc = __glXGetCurrentContext(); in __glXSendError()
Dindirect_glx.c249 struct glx_context *gc = __glXGetCurrentContext(); in indirect_bind_tex_image()
300 struct glx_context *gc = __glXGetCurrentContext(); in indirect_release_tex_image()
Ddri2_glx.c491 struct glx_context *gc = __glXGetCurrentContext(); in dri2Throttle()
615 gc = __glXGetCurrentContext(); in dri2FlushFrontBuffer()
724 struct glx_context *gc = __glXGetCurrentContext(); in dri2SwapBuffers()
882 struct glx_context *gc = __glXGetCurrentContext(); in dri2_bind_tex_image()
919 struct glx_context *gc = __glXGetCurrentContext(); in dri2_release_tex_image()
Dsinglepix.c115 struct glx_context *const gc = __glXGetCurrentContext(); in gl_dispatch_stub_GetSeparableFilterEXT()
Dvertarr.c104 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glInterleavedArrays()
Dpacksingle.h52 struct glx_context *gc = __glXGetCurrentContext(); \
Dpackrender.h62 gc = __glXGetCurrentContext(); \
Ddrisw_glx.c303 struct glx_context *gc = __glXGetCurrentContext(); in drisw_bind_tex_image()
336 struct glx_context *gc = __glXGetCurrentContext(); in drisw_release_tex_image()
Dglxext.c227 gc = __glXGetCurrentContext(); in glx_display_free()
933 gc = __glXGetCurrentContext(); in __glXSetupForCommand()
/external/mesa3d/src/glx/apple/
Dapple_xgl_api_stereo.c54 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffer()
89 struct glx_context * gc = __glXGetCurrentContext(); in __applegl_glDrawBuffersARB()
Dapple_xgl_api_read.c52 struct glx_context *gc = __glXGetCurrentContext(); in SetRead()
85 struct glx_context *gc = __glXGetCurrentContext(); in UnsetRead()
Dapple_xgl_api_viewport.c40 struct glx_context *gc = __glXGetCurrentContext(); in __applegl_glViewport()