Searched refs:LineWidth (Results 1 - 22 of 22) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dlines.c60 * "Wide lines and line stipple - LineWidth is not deprecated, but
78 if (ctx->Driver.LineWidth)
79 ctx->Driver.LineWidth(ctx, width);
H A Ddd.h578 void (*LineWidth)(struct gl_context *ctx, GLfloat width); member in struct:dd_function_table
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c143 driver->LineWidth = NULL;
274 ctx->Driver.LineWidth(ctx, ctx->Line.Width);
/external/mesa3d/src/intel/vulkan/
H A Dgen7_cmd_buffer.c168 .LineWidth = cmd_buffer->state.dynamic.line_width,
H A Dgen8_cmd_buffer.c115 .LineWidth = cmd_buffer->state.dynamic.line_width,
/external/skia/src/gpu/gl/
H A DGrGLAssembleInterface.cpp180 GET_PROC(LineWidth);
539 GET_PROC(LineWidth);
H A DGrGLGpu.cpp418 GL_CALL(LineWidth(1));
/external/skqp/src/gpu/gl/
H A DGrGLAssembleInterface.cpp180 GET_PROC(LineWidth);
671 GET_PROC(LineWidth);
H A DGrGLGpu.cpp418 GL_CALL(LineWidth(1));
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c524 ctx->Driver.LineWidth = nouveau_line_width;
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dmain.cpp255 void LineWidth(GLfloat width);
1045 return es1::LineWidth(width);
1525 this->glLineWidth = es1::LineWidth;
H A DlibGLES_CM.cpp2808 void LineWidth(GLfloat width) function in namespace:es1
2827 LineWidth((float)width / 0x10000);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp134 void LineWidth(GLfloat width);
847 return es2::LineWidth(width);
1329 this->glLineWidth = es2::LineWidth;
H A DlibGLESv2.cpp4386 void LineWidth(GLfloat width) function in namespace:es2
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h218 void (GLAPIENTRY * LineWidth)(GLfloat); member in struct:__GLdispatchTableRec
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c1127 functions->LineWidth = i830LineWidth;
H A Di915_state.c1068 functions->LineWidth = i915LineWidth;
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp734 { "glLineWidth", _O(LineWidth) },
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c2391 functions->LineWidth = r200LineWidth;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c2153 ctx->Driver.LineWidth = radeonLineWidth;
/external/mesa3d/include/GL/
H A Dgl_mangle.h1230 #define glLineWidth MANGLE(LineWidth)
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...

Completed in 378 milliseconds