Home
last modified time | relevance | path

Searched refs:GL_LINE (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_clip_state.c66 if (brw->ctx.Polygon.FrontMode == GL_LINE || in brw_is_drawing_lines()
67 brw->ctx.Polygon.BackMode == GL_LINE) { in brw_is_drawing_lines()
Dbrw_clip.c140 case GL_LINE: in brw_upload_clip_prog()
158 case GL_LINE: in brw_upload_clip_prog()
Dbrw_wm.c492 if (ctx->Polygon.FrontMode == GL_LINE) { in brw_wm_populate_key()
495 if (ctx->Polygon.BackMode == GL_LINE || in brw_wm_populate_key()
500 else if (ctx->Polygon.BackMode == GL_LINE) { in brw_wm_populate_key()
DgenX_state_upload.c1555 case GL_LINE:
1569 case GL_LINE:
4375 case GL_LINE:
4389 case GL_LINE:
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h272 } else if (mode == GL_LINE) { in TAG()
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 ); in TAG()
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 ); in TAG()
510 } else if (mode == GL_LINE) { in TAG()
519 UNFILLED_QUAD( ctx, GL_LINE, e0, e1, e2, e3 ); in TAG()
522 UNFILLED_QUAD( ctx, GL_LINE, e0, e1, e2, e3 ); in TAG()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcom9097.mme85 * if ([GL_POLYGON_MODE_BACK] == GL_LINE || arg == GL_LINE)
120 * if ([GL_POLYGON_MODE_FRONT] == GL_LINE || arg == GL_LINE)
126 * POLYGON_MODE == GL_LINE check replaced by (MODE & 1)
201 * if ([any POLYGON_MODE] == GL_LINE)
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h160 case GL_LINE: in nvgl_polygon_mode()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c51 case GL_LINE: in translate_fill()
/external/mesa3d/src/mesa/main/
Dpolygon.c168 case GL_LINE: in polygon_mode()
/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h163 } else if (mode == GL_LINE) { in TAG()
/external/mesa3d/src/mesa/swrast/
Ds_aalinetemp.h129 INIT_SPAN(line.span, GL_LINE); in NAME()
Ds_linetemp.h289 INIT_SPAN(span, GL_LINE); in NAME()
Ds_span.c1153 span->primitive == GL_LINE || in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_array.c525 case GL_LINE: in vbo_exec_EvalMesh1()
558 case GL_LINE: in vbo_exec_EvalMesh2()
586 case GL_LINE: in vbo_exec_EvalMesh2()
/external/mesa3d/docs/
DVERSIONS92 - GL_LINE mode polygons with line width > 1.0 could cause a crash
702 - clipped GL_LINE mode polygons had interior lines appear
1068 - GL_POINT and GL_LINE-mode polygons didn't obey cull state
/external/mesa3d/include/GL/
Dgl.h237 #define GL_LINE 0x1B01 macro
Dglcorearb.h242 #define GL_LINE 0x1B01 macro
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl244 #define GL_LINE 0x1B01 macro
/external/virglrenderer/src/
Dvrend_renderer.c4484 return GL_LINE; in translate_fill()
/external/swiftshader/include/GL/
Dglcorearb.h242 #define GL_LINE 0x1B01 macro