Searched refs:GL_LINE_STRIP (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_split.c72 case GL_LINE_STRIP:
H A Dvbo_exec.c115 case GL_LINE_STRIP:
H A Dvbo_exec_draw.c104 case GL_LINE_STRIP:
/external/mesa3d/src/mesa/vbo/
H A Dvbo_split.c72 case GL_LINE_STRIP:
H A Dvbo_exec.c115 case GL_LINE_STRIP:
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_primitive_restart.c104 case GL_LINE_STRIP:
H A Dbrw_draw.c358 case GL_LINE_STRIP:
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_primitive_restart.c104 case GL_LINE_STRIP:
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp154 case GL_LINE_STRIP: return rr::PRIMITIVETYPE_LINE_STRIP;
186 case GL_LINE_STRIP: return rr::GEOMETRYSHADEROUTPUTTYPE_LINE_STRIP;
200 case GL_LINE_STRIP: return rr::GEOMETRYSHADERINPUTTYPE_LINES;
/external/deqp/modules/gles3/functional/
H A Des3fRasterizerDiscardTests.cpp135 case GL_LINE_STRIP: numVertices = numPrimitives+1; break;
446 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, 0, GL_LINE_STRIP));
454 basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, 0, GL_LINE_STRIP));
468 scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, CASEOPTION_SCISSOR, GL_LINE_STRIP));
476 scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, CASEOPTION_SCISSOR, GL_LINE_STRIP));
490 fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, CASEOPTION_FBO, GL_LINE_STRIP));
498 fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, CASEOPTION_FBO, GL_LINE_STRIP));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h204 case GL_LINE_STRIP:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h204 case GL_LINE_STRIP:
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DLineLoopTest.cpp106 glDrawElements(GL_LINE_STRIP, 5, GL_UNSIGNED_BYTE, stripIndices);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h183 INIT( GL_LINE_STRIP );
215 INIT( GL_LINE_STRIP );
765 ELT_INIT( GL_LINE_STRIP );
799 ELT_INIT( GL_LINE_STRIP );
1202 case GL_LINE_STRIP:
H A Dt_dd_dmatmp2.h196 EMIT_PRIM( ctx, GL_LINE_STRIP, HW_LINE_STRIP, start, count );
262 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP );
619 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP );
662 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP );
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h183 INIT( GL_LINE_STRIP );
215 INIT( GL_LINE_STRIP );
765 ELT_INIT( GL_LINE_STRIP );
799 ELT_INIT( GL_LINE_STRIP );
1202 case GL_LINE_STRIP:
H A Dt_dd_dmatmp2.h196 EMIT_PRIM( ctx, GL_LINE_STRIP, HW_LINE_STRIP, start, count );
262 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP );
619 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP );
662 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP );
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_validate.c219 case GL_LINE_STRIP:
270 case GL_LINE_STRIP:
/external/mesa3d/src/mesa/main/
H A Dapi_validate.c219 case GL_LINE_STRIP:
270 case GL_LINE_STRIP:
/external/chromium_org/third_party/angle/src/common/
H A Dutilities.cpp355 case GL_LINE_STRIP:
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp620 glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+curOffset));
630 glDrawArrays (GL_LINE_STRIP, 0, numBytesToVerify);
H A Des2fRasterizationTests.cpp821 : BaseLineCase(context, name, desc, GL_LINE_STRIP, wideness)
1730 case GL_LINE_STRIP:
1790 primitives->addChild(new LineStripCase (m_context, "line_strip", "Render primitives as GL_LINE_STRIP, verify rasterization result", PRIMITIVEWIDENESS_NARROW));
1793 primitives->addChild(new LineStripCase (m_context, "line_strip_wide", "Render primitives as GL_LINE_STRIP with wide lines, verify rasterization result", PRIMITIVEWIDENESS_WIDE));
1873 basic->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_NONE, 1.0f));
1876 basic->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_NONE, 5.0f));
1890 projected->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_PROJECTED, 1.0f));
1893 projected->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_PROJECTED, 5.0f));
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_implementation_autogen.h50 GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES,
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp150 case GL_LINE_STRIP: return "line_strip";
4039 m_cases[1].value = GL_LINE_STRIP;
5480 case PRIMITIVE_LINE_STRIP: return GL_LINE_STRIP;
5899 { GL_LINES, "lines", GL_LINE_STRIP },
5900 { GL_LINE_LOOP, "line_loop", GL_LINE_STRIP },
5901 { GL_LINE_STRIP, "line_strip", GL_LINE_STRIP },
5905 { GL_LINES_ADJACENCY, "lines_adjacency", GL_LINE_STRIP },
5906 { GL_LINE_STRIP_ADJACENCY, "line_strip_adjacency", GL_LINE_STRIP },
5936 { GL_POINTS, "points_to_lines", GL_LINE_STRIP },
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_rendertmp.h103 INIT(GL_LINE_STRIP);

Completed in 474 milliseconds

123