• Home
  • Raw
  • Download

Lines Matching refs:glx_context

87 static GLboolean validate_mode(struct glx_context * gc, GLenum mode);
88 static GLboolean validate_count(struct glx_context * gc, GLsizei count);
89 static GLboolean validate_type(struct glx_context * gc, GLenum type);
112 __glXFreeVertexArrayState(struct glx_context * gc) in __glXFreeVertexArrayState()
147 __glXInitVertexArrayState(struct glx_context * gc) in __glXInitVertexArrayState()
490 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none()
552 emit_DrawArrays_header_old(struct glx_context * gc, in emit_DrawArrays_header_old()
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()
878 validate_mode(struct glx_context * gc, GLenum mode) in validate_mode()
911 validate_count(struct glx_context * gc, GLsizei count) in validate_count()
930 validate_type(struct glx_context * gc, GLenum type) in validate_type()
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()
1122 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glVertexPointer()
1167 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glNormalPointer()
1238 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glColorPointer()
1293 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glIndexPointer()
1338 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glEdgeFlagPointer()
1400 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glTexCoordPointer()
1473 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glSecondaryColorPointerEXT()
1533 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glFogCoordPointerEXT()
1580 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glVertexAttribPointerARB()
1693 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glVertexAttribPointerNV()
1721 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glClientActiveTextureARB()