Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/mesa/main/
H A Ddraw_validate.c301 case GL_LINE_STRIP: in _mesa_update_valid_to_render_state()
335 (1 << GL_LINE_STRIP); in _mesa_update_valid_to_render_state()
342 (1 << GL_LINE_STRIP)); in _mesa_update_valid_to_render_state()
408 (1 << GL_LINE_STRIP); in _mesa_update_valid_to_render_state()
H A Ddraw.c403 case GL_LINE_STRIP: in count_tessellated_primitives()
1408 prim = GL_LINE_STRIP; in _mesa_EvalMesh1()
1477 CALL_Begin(ctx->CurrentServerDispatch, (GL_LINE_STRIP)); in _mesa_EvalMesh2()
1486 CALL_Begin(ctx->CurrentServerDispatch, (GL_LINE_STRIP)); in _mesa_EvalMesh2()
H A Dversion.c663 (1 << GL_LINE_STRIP) | in _mesa_compute_version()
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c135 * glBegin(GL_LINE_STRIP);
139 * glBegin(GL_LINE_STRIP);
150 if (*mode == GL_LINE_STRIP && *count == 2) { in vbo_try_prim_conversion()
194 (1 << GL_LINE_STRIP) | in vbo_merge_draws()
288 case GL_LINE_STRIP: in vbo_copy_vertices()
H A Dvbo_save_api.c242 * Convert GL_LINE_LOOP primitive into GL_LINE_STRIP so that drivers
279 prim->mode = GL_LINE_STRIP; in convert_line_loop_to_strip()
642 if (mode == GL_LINE_STRIP) in compile_vertex_list()
701 if (original_prims[i].mode == GL_LINE_STRIP && in compile_vertex_list()
704 (original_prims[i + 1].mode == GL_LINE_STRIP || in compile_vertex_list()
H A Dvbo_exec_api.c89 exec->vtx.mode[last] = GL_LINE_STRIP; in vbo_exec_wrap_buffers()
961 exec->vtx.mode[last] = GL_LINE_STRIP; in _mesa_End()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fRasterizerDiscardTests.cpp135 case GL_LINE_STRIP: numVertices = numPrimitives+1; break; in generateVertices()
446 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, 0, GL_LINE_STRIP)); in init()
454 basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, 0, GL_LINE_STRIP)); in init()
468 scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, CASEOPTION_SCISSOR, GL_LINE_STRIP)); in init()
476 scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, CASEOPTION_SCISSOR, GL_LINE_STRIP)); in init()
490 fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, CASEOPTION_FBO, GL_LINE_STRIP)); in init()
498 fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, CASEOPTION_FBO, GL_LINE_STRIP)); in init()
H A Des3fRasterizationTests.cpp1117 : BaseLineCase(context, name, desc, GL_LINE_STRIP, wideness, renderTarget, numSamples)
2142 case GL_LINE_STRIP:
2223 primitives->addChild(new LineStripCase (m_context, "line_strip", "Render primitives as GL_LINE_STRIP, verify rasterization result", PRIMITIVEWIDENESS_NARROW));
2226 primitives->addChild(new LineStripCase (m_context, "line_strip_wide", "Render primitives as GL_LINE_STRIP with wide lines, verify rasterization result", PRIMITIVEWIDENESS_WIDE));
2306 basic->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_NARROW));
2309 basic->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_WIDE));
2323 projected->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_PROJECTED, PRIMITIVEWIDENESS_NARROW));
2326 projected->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_PROJECTED, PRIMITIVEWIDENESS_WIDE));
2341 flatshading->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip flatshading", GL_LINE_STRIP, INTERPOLATIONFLAGS_FLATSHADE, PRIMITIVEWIDENESS_NARROW));
2344 flatshading->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip flatshading", GL_LINE_STRIP, INTERPOLATIONFLAGS_FLATSHAD
[all...]
H A Des3fTransformFeedbackTests.cpp633 case GL_LINE_STRIP: return de::max(0, numElements-1)*2; in getTransformFeedbackOutputCount()
651 case GL_LINE_STRIP: return de::max(0, numElements-1); in getTransformFeedbackPrimitiveCount()
672 case GL_LINE_STRIP: in getTransformFeedbackPrimitiveMode()
702 case GL_LINE_STRIP: in getAttributeIndex()
1569 // { "line_strip", GL_LINE_STRIP },
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp154 case GL_LINE_STRIP: return rr::PRIMITIVETYPE_LINE_STRIP; in mapGLPrimitiveType()
186 case GL_LINE_STRIP: return rr::GEOMETRYSHADEROUTPUTTYPE_LINE_STRIP; in mapGLGeometryShaderOutputType()
200 case GL_LINE_STRIP: return rr::GEOMETRYSHADERINPUTTYPE_LINES; in mapGLGeometryShaderInputType()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderRendering.cpp104 case GL_LINE_STRIP: in getTestName()
127 case GL_LINE_STRIP: in getTestName()
150 case GL_LINE_STRIP: in getTestName()
417 GL_LINE_STRIP, SHADER_INPUT_LINES, GL_LINE_LOOP, in init()
2018 if (drawcall_mode != GL_LINE_LOOP && drawcall_mode != GL_LINE_STRIP && drawcall_mode != GL_LINES) in GeometryShaderRenderingLinesCase()
2020 TCU_FAIL("Only GL_LINE_LOOP or GL_LINE_STRIP or GL_LINES draw call modes are supported for 'lines' " in GeometryShaderRenderingLinesCase()
2100 case GL_LINE_STRIP: in GeometryShaderRenderingLinesCase()
2197 * For GL_LINE_STRIP, we only need to explicitly define first start point. Following in GeometryShaderRenderingLinesCase()
2199 * For GL_LINE_LOOP, we need all the data we used for GL_LINE_STRIP excluding the very in GeometryShaderRenderingLinesCase()
2204 * For GL_LINE_STRIP_ADJACENCY_EXT, we extend GL_LINE_STRIP dat in GeometryShaderRenderingLinesCase()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DLineLoopTest.cpp131 glDrawElements(GL_LINE_STRIP, 5, GL_UNSIGNED_BYTE, stripIndices); in runTest()
437 glDrawElements(GL_LINE_STRIP, 5, GL_UNSIGNED_SHORT, lineloopAsStripIndices); in TEST_P()
575 glDrawElements(GL_LINE_STRIP, 5, GL_UNSIGNED_BYTE, stripIndices); in runTest()
H A DBuiltinVariableTest.cpp153 runTest(GL_LINE_STRIP, makeRange(4), 4); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.cpp175 case GL_LINE_STRIP: in copyIndices()
254 case GL_LINE_STRIP: // (N - 1) polygons, 2 vertex per primitive in recomputePrimitiveCount()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp173 case GL_LINE_STRIP: return "line_strip"; in primitiveTypeToString()
4213 m_cases[1].value = GL_LINE_STRIP;
5787 case PRIMITIVE_LINE_STRIP: return GL_LINE_STRIP;
6216 { GL_LINES, "lines", GL_LINE_STRIP },
6217 { GL_LINE_LOOP, "line_loop", GL_LINE_STRIP },
6218 { GL_LINE_STRIP, "line_strip", GL_LINE_STRIP },
6222 { GL_LINES_ADJACENCY, "lines_adjacency", GL_LINE_STRIP },
6223 { GL_LINE_STRIP_ADJACENCY, "line_strip_adjacency", GL_LINE_STRIP },
6253 { GL_POINTS, "points_to_lines", GL_LINE_STRIP },
[all...]
/third_party/vk-gl-cts/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.cpp968 : BaseLineCase(context, name, desc, GL_LINE_STRIP, wideness) in LineStripCase()
1909 case GL_LINE_STRIP:
1969 primitives->addChild(new LineStripCase (m_context, "line_strip", "Render primitives as GL_LINE_STRIP, verify rasterization result", PRIMITIVEWIDENESS_NARROW));
1972 primitives->addChild(new LineStripCase (m_context, "line_strip_wide", "Render primitives as GL_LINE_STRIP with wide lines, verify rasterization result", PRIMITIVEWIDENESS_WIDE));
2061 basic->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_NONE, 1.0f));
2064 basic->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_NONE, 5.0f));
2078 projected->addChild(new LineInterpolationTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_PROJECTED, 1.0f));
2081 projected->addChild(new LineInterpolationTest (m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIONFLAGS_PROJECTED, 5.0f));
/third_party/vk-gl-cts/modules/glshared/
H A DglsBufferTestUtil.cpp817 glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+curOffset));
834 glDrawArrays (GL_LINE_STRIP, 0, numBytesToVerify);
/third_party/glfw/examples/
H A Dsplitview.c370 glBegin(GL_LINE_STRIP); in drawAllViews()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp33 return GL_LINE_STRIP; in GLPrimitiveTopology()
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h56 #define GL_LINE_STRIP 0x0003 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h60 #define GL_LINE_STRIP 0x0003 macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderLang.cpp106 return GL_LINE_STRIP; in GetGeometryShaderPrimitiveTypeEnum()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h60 #define GL_LINE_STRIP 0x0003 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h56 #define GL_LINE_STRIP 0x0003 macro

Completed in 41 milliseconds

1234