• 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()
140 __glXInitVertexArrayState(struct glx_context * gc) in __glXInitVertexArrayState()
527 struct glx_context *gc = __glXGetCurrentContext(); in emit_DrawArrays_none()
589 emit_DrawArrays_header_old(struct glx_context * gc, in emit_DrawArrays_header_old()
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()
915 validate_mode(struct glx_context * gc, GLenum mode) in validate_mode()
948 validate_count(struct glx_context * gc, GLsizei count) in validate_count()
967 validate_type(struct glx_context * gc, GLenum type) in validate_type()
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()
1162 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glVertexPointer()
1207 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glNormalPointer()
1278 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glColorPointer()
1333 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glIndexPointer()
1378 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glEdgeFlagPointer()
1440 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glTexCoordPointer()
1513 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glSecondaryColorPointer()
1573 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glFogCoordPointer()
1629 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glVertexAttribPointer()
1741 struct glx_context *gc = __glXGetCurrentContext(); in __indirect_glVertexAttribPointerNV()
1769 struct glx_context *const gc = __glXGetCurrentContext(); in __indirect_glClientActiveTexture()