Searched refs:LineWidth (Results 1 – 15 of 15) sorted by relevance
77 if (ctx->Driver.LineWidth) in _mesa_LineWidth()78 ctx->Driver.LineWidth(ctx, width); in _mesa_LineWidth()
493 void (*LineWidth)(struct gl_context *ctx, GLfloat width); member
140 driver->LineWidth = NULL; in _mesa_init_driver_functions()294 ctx->Driver.LineWidth(ctx, ctx->Line.Width); in _mesa_init_driver_state()
188 GET_PROC(LineWidth); in GrGLAssembleGLInterface()621 GET_PROC(LineWidth); in GrGLAssembleGLESInterface()
448 GL_CALL(LineWidth(1)); in onResetContext()
535 ctx->Driver.LineWidth = nouveau_line_width; in nouveau_state_init()
469 PFNLINEWIDTHPROC LineWidth; variable797 LineWidth = (PFNLINEWIDTHPROC)IntGetProcAddress("glLineWidth"); in Switch_LineWidth()798 LineWidth(width); in Switch_LineWidth()2457 LineWidth = Switch_LineWidth; in InitializeVariables()
1072 extern void (CODEGEN_FUNCPTR *LineWidth)(GLfloat width);
218 void (GLAPIENTRY * LineWidth)(GLfloat);
1128 functions->LineWidth = i830LineWidth; in i830InitStateFuncs()
1081 functions->LineWidth = i915LineWidth; in i915InitStateFunctions()
734 { "glLineWidth", _O(LineWidth) },
2203 ctx->Driver.LineWidth = radeonLineWidth; in radeonInitStateFuncs()
2447 functions->LineWidth = r200LineWidth; in r200InitStateFuncs()
994 #define glLineWidth MANGLE(LineWidth)