Searched refs:GL_LINE (Results 1 – 18 of 18) sorted by relevance
/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/mesa/drivers/dri/i965/ |
D | brw_clip.c | 179 case GL_LINE: in brw_upload_clip_prog() 197 case GL_LINE: in brw_upload_clip_prog()
|
D | gen6_sf_state.c | 165 case GL_LINE: in upload_sf_state() 183 case GL_LINE: in upload_sf_state()
|
D | gen7_sf_state.c | 193 case GL_LINE: in upload_sf_state() 211 case GL_LINE: in upload_sf_state()
|
D | brw_wm.c | 535 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/ |
D | nouveau_gldefs.h | 160 case GL_LINE: in nvgl_polygon_mode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 46 case GL_LINE: in translate_fill()
|
/external/mesa3d/src/mesa/main/ |
D | polygon.c | 139 if (mode!=GL_POINT && mode!=GL_LINE && mode!=GL_FILL) { in _mesa_PolygonMode()
|
/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_linetemp.h | 289 INIT_SPAN(span, GL_LINE); in NAME()
|
D | s_aalinetemp.h | 129 INIT_SPAN(line.span, GL_LINE); in NAME()
|
D | s_span.c | 1150 span->primitive == GL_LINE || in _swrast_write_rgba_span()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec_api.c | 677 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/ |
D | LwjglGL1Renderer.java | 248 glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); in applyRenderState()
|
D | LwjglRenderer.java | 465 glPolygonMode(GL_FRONT_AND_BACK, GL_LINE); in applyRenderState()
|
/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/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 238 #define GL_LINE 0x1B01 macro
|
/external/mesa3d/include/GL/ |
D | gl.h | 265 #define GL_LINE 0x1B01 macro
|