/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fRasterizerDiscardTests.cpp | 136 case GL_LINE_LOOP: numVertices = numPrimitives+2; break; in generateVertices() 447 …ardCase(m_context, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, 0, GL_LINE_LOOP)); in init() 455 …ase(m_context, "write_stencil_line_loop", "line_loop", 4, CASE_WRITE_STENCIL, 0, GL_LINE_LOOP)); in init() 469 …, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, CASEOPTION_SCISSOR, GL_LINE_LOOP)); in init() 477 …write_stencil_line_loop", "line_loop", 4, CASE_WRITE_STENCIL, CASEOPTION_SCISSOR, GL_LINE_LOOP)); in init() 491 …text, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, CASEOPTION_FBO, GL_LINE_LOOP)); in init() 499 …t, "write_stencil_line_loop", "line_loop", 4, CASE_WRITE_STENCIL, CASEOPTION_FBO, GL_LINE_LOOP)); in init()
|
D | es3fRasterizationTests.cpp | 1178 : BaseLineCase(context, name, desc, GL_LINE_LOOP, wideness, renderTarget, numSamples) in LineLoopCase() 2166 case GL_LINE_LOOP: in extractLines() 2307 …onTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2310 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2324 …ionTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2327 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2342 …ionTest (m_context, "line_loop", "Verify line loop flatshading", GL_LINE_LOOP, INTERPOLATION… in init() 2345 … (m_context, "line_loop_wide", "Verify wide line loop flatshading", GL_LINE_LOOP, INTERPOLATION… in init()
|
D | es3fTransformFeedbackTests.cpp | 634 case GL_LINE_LOOP: return numElements > 1 ? numElements*2 : 0; in getTransformFeedbackOutputCount() 652 case GL_LINE_LOOP: return numElements > 1 ? numElements : 0; in getTransformFeedbackPrimitiveCount() 671 case GL_LINE_LOOP: in getTransformFeedbackPrimitiveMode() 705 case GL_LINE_LOOP: in getAttributeIndex()
|
D | es3fPrimitiveRestartTests.cpp | 530 case PRIMITIVE_LINE_LOOP: primTypeGL = GL_LINE_LOOP; break; in draw()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | LineLoopTest.cpp | 126 glDrawElements(GL_LINE_LOOP, 4, indexType, indexPtr); in runTest() 317 glDrawArrays(GL_LINE_LOOP, 0, 0x3FFFFFFE); in TEST_P() 320 glDrawArrays(GL_LINE_LOOP, 0, 0x1FFFFFFE); in TEST_P() 467 glDrawElements(GL_LINE_LOOP, ArraySize(lineloopWithRestartIndices), GL_UNSIGNED_SHORT, 0); in TEST_P() 561 glDrawElementsIndirect(GL_LINE_LOOP, indexType, nullptr); in runTest()
|
D | BuiltinVariableTest.cpp | 159 runTest(GL_LINE_LOOP, makeRange(4), 4); in TEST_P()
|
D | InstancingTest.cpp | 587 glDrawArraysInstancedANGLE(GL_LINE_LOOP, 0, ArraySize(vertices) / 2, instances); in TEST_P() 595 glDrawElementsInstancedANGLE(GL_LINE_LOOP, ArraySize(lineloopAsStripIndices) - 1, in TEST_P()
|
/third_party/mesa3d/src/mesa/main/ |
D | draw_validate.c | 334 (1 << GL_LINE_LOOP) | in _mesa_update_valid_to_render_state() 341 (1 << GL_LINE_LOOP) | in _mesa_update_valid_to_render_state() 407 (1 << GL_LINE_LOOP) | in _mesa_update_valid_to_render_state()
|
D | version.c | 662 (1 << GL_LINE_LOOP) | in _mesa_compute_version()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderRendering.cpp | 107 case GL_LINE_LOOP: in getTestName() 130 case GL_LINE_LOOP: in getTestName() 153 case GL_LINE_LOOP: 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() 2093 case GL_LINE_LOOP: in GeometryShaderRenderingLinesCase() 2225 m_drawcall_mode != GL_LINE_LOOP) || in GeometryShaderRenderingLinesCase() 2227 m_drawcall_mode == GL_LINE_LOOP) && in GeometryShaderRenderingLinesCase() 2241 if (m_drawcall_mode != GL_LINE_LOOP || (m_drawcall_mode == GL_LINE_LOOP && n_line_segment != 3)) in GeometryShaderRenderingLinesCase() 2280 case GL_LINE_LOOP: in GeometryShaderRenderingLinesCase() [all …]
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 193 ((1 << GL_LINE_LOOP) | in vbo_merge_draws() 312 case GL_LINE_LOOP: in vbo_copy_vertices()
|
D | vbo_exec_api.c | 85 if (exec->vtx.mode[last] == GL_LINE_LOOP && in vbo_exec_wrap_buffers() 946 if (exec->vtx.mode[last] == GL_LINE_LOOP && in _mesa_End()
|
D | vbo_save_api.c | 252 assert(prim->mode == GL_LINE_LOOP); in convert_line_loop_to_strip() 575 if (node->cold->prims[node->cold->prim_count - 1].mode == GL_LINE_LOOP) { in compile_vertex_list() 664 mode != GL_LINE_LOOP && mode != GL_TRIANGLE_FAN && in compile_vertex_list()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 155 case GL_LINE_LOOP: return rr::PRIMITIVETYPE_LINE_LOOP; in mapGLPrimitiveType() 201 case GL_LINE_LOOP: return rr::GEOMETRYSHADERINPUTTYPE_LINES; in mapGLGeometryShaderInputType()
|
/third_party/openGLES/extensions/IBM/ |
D | IBM_multimode_draw_arrays.txt | 50 GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, 82 GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | IBM_multimode_draw_arrays.txt | 50 GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, 82 GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_multi_draw_arrays.txt | 57 GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, 81 GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP,
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_multi_draw_arrays.txt | 57 GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES, 81 GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP,
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 154 case GL_LINE_LOOP: in copyIndices() 256 case GL_LINE_LOOP: // N polygons, 2 vertex per primitive in recomputePrimitiveCount()
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.1.0.rst | 73 vbo: premature flushing breaks GL_LINE_LOOP 77 Extra line segments in GL_LINE_LOOP 88 Gallium: GL_LINE_LOOP broken with more than 512 points
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1029 : BaseLineCase(context, name, desc, GL_LINE_LOOP, wideness) in LineLoopCase() 1925 case GL_LINE_LOOP: in extractLines() 2062 …onTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2065 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2079 …ionTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2082 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
D | gl.h | 55 #define GL_LINE_LOOP 0x0002 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
D | gl.h | 59 #define GL_LINE_LOOP 0x0002 macro
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
D | gl.h | 93 #define GL_LINE_LOOP 0x0002 macro
|
/third_party/openGLES/api/GLSC/1.0.1/ |
D | gl.h | 55 #define GL_LINE_LOOP 0x0002 macro
|