Home
last modified time | relevance | path

Searched refs:LineWidth (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/main/
Dlines.c77 if (ctx->Driver.LineWidth) in _mesa_LineWidth()
78 ctx->Driver.LineWidth(ctx, width); in _mesa_LineWidth()
Ddd.h493 void (*LineWidth)(struct gl_context *ctx, GLfloat width); member
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c140 driver->LineWidth = NULL; in _mesa_init_driver_functions()
294 ctx->Driver.LineWidth(ctx, ctx->Line.Width); in _mesa_init_driver_state()
/external/skia/src/gpu/gl/
DGrGLAssembleInterface.cpp188 GET_PROC(LineWidth); in GrGLAssembleGLInterface()
621 GET_PROC(LineWidth); in GrGLAssembleGLESInterface()
DGrGLGpu.cpp448 GL_CALL(LineWidth(1)); in onResetContext()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c535 ctx->Driver.LineWidth = nouveau_line_width; in nouveau_state_init()
/external/opencv3/modules/core/src/
Dgl_core_3_1.cpp469 PFNLINEWIDTHPROC LineWidth; variable
797 LineWidth = (PFNLINEWIDTHPROC)IntGetProcAddress("glLineWidth"); in Switch_LineWidth()
798 LineWidth(width); in Switch_LineWidth()
2457 LineWidth = Switch_LineWidth; in InitializeVariables()
Dgl_core_3_1.hpp1072 extern void (CODEGEN_FUNCPTR *LineWidth)(GLfloat width);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h218 void (GLAPIENTRY * LineWidth)(GLfloat);
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c1128 functions->LineWidth = i830LineWidth; in i830InitStateFuncs()
Di915_state.c1081 functions->LineWidth = i915LineWidth; in i915InitStateFunctions()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp734 { "glLineWidth", _O(LineWidth) },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c2203 ctx->Driver.LineWidth = radeonLineWidth; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c2447 functions->LineWidth = r200LineWidth; in r200InitStateFuncs()
/external/mesa3d/include/GL/
Dgl_mangle.h994 #define glLineWidth MANGLE(LineWidth)