Searched refs:GL_LINE (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h272 } else if (mode == GL_LINE) {
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
510 } else if (mode == GL_LINE) {
519 UNFILLED_QUAD( ctx, GL_LINE, e0, e1, e2, e3 );
522 UNFILLED_QUAD( ctx, GL_LINE, e0, e1, e2, e3 );
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h272 } else if (mode == GL_LINE) {
280 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
283 UNFILLED_TRI( ctx, GL_LINE, e0, e1, e2 );
510 } else if (mode == GL_LINE) {
519 UNFILLED_QUAD( ctx, GL_LINE, e0, e1, e2, e3 );
522 UNFILLED_QUAD( ctx, GL_LINE, e0, e1, e2, e3 );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h160 case GL_LINE:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h160 case GL_LINE:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c179 case GL_LINE:
197 case GL_LINE:
H A Dgen6_sf_state.c165 case GL_LINE:
183 case GL_LINE:
H A Dgen7_sf_state.c193 case GL_LINE:
211 case GL_LINE:
H A Dbrw_wm.c535 if (ctx->Polygon.FrontMode == GL_LINE) {
538 if (ctx->Polygon.BackMode == GL_LINE ||
543 else if (ctx->Polygon.BackMode == GL_LINE) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c179 case GL_LINE:
197 case GL_LINE:
H A Dgen6_sf_state.c165 case GL_LINE:
183 case GL_LINE:
H A Dgen7_sf_state.c193 case GL_LINE:
211 case GL_LINE:
H A Dbrw_wm.c535 if (ctx->Polygon.FrontMode == GL_LINE) {
538 if (ctx->Polygon.BackMode == GL_LINE ||
543 else if (ctx->Polygon.BackMode == GL_LINE) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpolygon.c139 if (mode!=GL_POINT && mode!=GL_LINE && mode!=GL_FILL) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c46 case GL_LINE:
/external/mesa3d/src/mesa/main/
H A Dpolygon.c139 if (mode!=GL_POINT && mode!=GL_LINE && mode!=GL_FILL) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c46 case GL_LINE:
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aalinetemp.h129 INIT_SPAN(line.span, GL_LINE);
H A Ds_linetemp.h289 INIT_SPAN(span, GL_LINE);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_tritmp.h163 } else if (mode == GL_LINE) {
/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h129 INIT_SPAN(line.span, GL_LINE);
H A Ds_linetemp.h289 INIT_SPAN(span, GL_LINE);
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_tritmp.h163 } else if (mode == GL_LINE) {
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_api.c677 case GL_LINE:
714 case GL_LINE:
744 case GL_LINE:
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c677 case GL_LINE:
714 case GL_LINE:
744 case GL_LINE:
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglGL1Renderer.java248 glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);

Completed in 175 milliseconds

12