Searched refs:GL_LINE (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_clip_state.c | 66 if (brw->ctx.Polygon.FrontMode == GL_LINE || in brw_is_drawing_lines() 67 brw->ctx.Polygon.BackMode == GL_LINE) { in brw_is_drawing_lines()
|
D | brw_clip.c | 140 case GL_LINE: in brw_upload_clip_prog() 158 case GL_LINE: in brw_upload_clip_prog()
|
D | brw_wm.c | 492 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()
|
D | genX_state_upload.c | 1555 case GL_LINE: 1569 case GL_LINE: 4375 case GL_LINE: 4389 case GL_LINE:
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 272 } 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/ |
D | com9097.mme | 85 * 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/ |
D | nouveau_gldefs.h | 160 case GL_LINE: in nvgl_polygon_mode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 51 case GL_LINE: in translate_fill()
|
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 168 case GL_LINE: in polygon_mode()
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 163 } else if (mode == GL_LINE) { in TAG()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aalinetemp.h | 129 INIT_SPAN(line.span, GL_LINE); in NAME()
|
D | s_linetemp.h | 289 INIT_SPAN(span, GL_LINE); in NAME()
|
D | s_span.c | 1153 span->primitive == GL_LINE || in _swrast_write_rgba_span()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_array.c | 525 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/ |
D | VERSIONS | 92 - 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/ |
D | gl.h | 237 #define GL_LINE 0x1B01 macro
|
D | glcorearb.h | 242 #define GL_LINE 0x1B01 macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 244 #define GL_LINE 0x1B01 macro
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 4484 return GL_LINE; in translate_fill()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 242 #define GL_LINE 0x1B01 macro
|