Home
last modified time | relevance | path

Searched refs:GL_LINE_LOOP (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fRasterizerDiscardTests.cpp136 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()
Des3fRasterizationTests.cpp1178 : 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()
Des3fTransformFeedbackTests.cpp634 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()
Des3fPrimitiveRestartTests.cpp530 case PRIMITIVE_LINE_LOOP: primTypeGL = GL_LINE_LOOP; break; in draw()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DLineLoopTest.cpp126 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()
DBuiltinVariableTest.cpp159 runTest(GL_LINE_LOOP, makeRange(4), 4); in TEST_P()
DInstancingTest.cpp587 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/
Ddraw_validate.c334 (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()
Dversion.c662 (1 << GL_LINE_LOOP) | in _mesa_compute_version()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderRendering.cpp107 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/
Dvbo_exec.c193 ((1 << GL_LINE_LOOP) | in vbo_merge_draws()
312 case GL_LINE_LOOP: in vbo_copy_vertices()
Dvbo_exec_api.c85 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()
Dvbo_save_api.c252 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/
DsglrReferenceUtils.cpp155 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/
DIBM_multimode_draw_arrays.txt50 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/
DIBM_multimode_draw_arrays.txt50 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/
DEXT_multi_draw_arrays.txt57 GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES,
81 GL_LINE_LOOP, GL_LINES, GL_TRIANGLE_STRIP,
/third_party/openGLES/extensions/EXT/
DEXT_multi_draw_arrays.txt57 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/
DIndexDataManager.cpp154 case GL_LINE_LOOP: in copyIndices()
256 case GL_LINE_LOOP: // N polygons, 2 vertex per primitive in recomputePrimitiveCount()
/third_party/mesa3d/docs/relnotes/
D11.1.0.rst73 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/
Des2fRasterizationTests.cpp1029 : 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/
Dgl.h55 #define GL_LINE_LOOP 0x0002 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
Dgl.h59 #define GL_LINE_LOOP 0x0002 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
Dgl.h93 #define GL_LINE_LOOP 0x0002 macro
/third_party/openGLES/api/GLSC/1.0.1/
Dgl.h55 #define GL_LINE_LOOP 0x0002 macro

1234