Home
last modified time | relevance | path

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

/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/mesa/drivers/dri/i965/
Dbrw_clip.c179 case GL_LINE: in brw_upload_clip_prog()
197 case GL_LINE: in brw_upload_clip_prog()
Dgen6_sf_state.c165 case GL_LINE: in upload_sf_state()
183 case GL_LINE: in upload_sf_state()
Dgen7_sf_state.c193 case GL_LINE: in upload_sf_state()
211 case GL_LINE: in upload_sf_state()
Dbrw_wm.c535 if (ctx->Polygon.FrontMode == GL_LINE) { in brw_wm_populate_key()
538 if (ctx->Polygon.BackMode == GL_LINE || in brw_wm_populate_key()
543 else if (ctx->Polygon.BackMode == GL_LINE) { in brw_wm_populate_key()
/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.c46 case GL_LINE: in translate_fill()
/external/mesa3d/src/mesa/main/
Dpolygon.c139 if (mode!=GL_POINT && mode!=GL_LINE && mode!=GL_FILL) { in _mesa_PolygonMode()
/external/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h163 } else if (mode == GL_LINE) { in TAG()
/external/mesa3d/src/mesa/swrast/
Ds_linetemp.h289 INIT_SPAN(span, GL_LINE); in NAME()
Ds_aalinetemp.h129 INIT_SPAN(line.span, GL_LINE); in NAME()
Ds_span.c1150 span->primitive == GL_LINE || in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c677 case GL_LINE: in vbo_exec_EvalMesh1()
714 case GL_LINE: in vbo_exec_EvalMesh2()
744 case GL_LINE: in vbo_exec_EvalMesh2()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
DLwjglGL1Renderer.java248 glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); in applyRenderState()
DLwjglRenderer.java465 glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); in applyRenderState()
/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/deqp/framework/opengl/wrapper/
DglwEnums.inl238 #define GL_LINE 0x1B01 macro
/external/mesa3d/include/GL/
Dgl.h265 #define GL_LINE 0x1B01 macro