/external/deqp/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 | 1175 : BaseLineCase(context, name, desc, GL_LINE_LOOP, wideness, renderTarget, numSamples) in LineLoopCase() 2159 case GL_LINE_LOOP: in extractLines() 2300 …onTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2303 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2317 …ionTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2320 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2335 …ionTest (m_context, "line_loop", "Verify line loop flatshading", GL_LINE_LOOP, INTERPOLATION… in init() 2338 … (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 | 515 case PRIMITIVE_LINE_LOOP: primTypeGL = GL_LINE_LOOP; break; in draw()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_render.c | 72 [GL_LINE_LOOP] = PRIM3D_LINESTRIP, 85 [GL_LINE_LOOP] = GL_LINES, 98 [GL_LINE_LOOP] = 2,
|
D | intel_tris.c | 672 [GL_LINE_LOOP] = PRIM3D_LINELIST, 1038 [GL_LINE_LOOP] = GL_LINES,
|
/external/deqp/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() 2020 if (drawcall_mode != GL_LINE_LOOP && drawcall_mode != GL_LINE_STRIP && drawcall_mode != GL_LINES) in GeometryShaderRenderingLinesCase() 2095 case GL_LINE_LOOP: in GeometryShaderRenderingLinesCase() 2227 m_drawcall_mode != GL_LINE_LOOP) || in GeometryShaderRenderingLinesCase() 2229 m_drawcall_mode == GL_LINE_LOOP) && in GeometryShaderRenderingLinesCase() 2243 if (m_drawcall_mode != GL_LINE_LOOP || (m_drawcall_mode == GL_LINE_LOOP && n_line_segment != 3)) in GeometryShaderRenderingLinesCase() 2282 case GL_LINE_LOOP: in GeometryShaderRenderingLinesCase() [all …]
|
/external/deqp/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()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 106 [GL_LINE_LOOP] = _3DPRIM_LINELOOP,
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 202 case GL_LINE_LOOP: in nvgl_primitive()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 95 case GL_LINE_LOOP: in vbo_count_tessellated_primitives()
|
D | vbo_save_api.c | 145 case GL_LINE_LOOP: in copy_vertices() 376 assert(prim->mode == GL_LINE_LOOP); in convert_line_loop_to_strip() 491 if (node->prims[node->prim_count - 1].mode == GL_LINE_LOOP) { in compile_vertex_list()
|
D | vbo_exec_draw.c | 111 case GL_LINE_LOOP: in vbo_copy_vertices()
|
D | vbo_split_copy.c | 326 case GL_LINE_LOOP: in replay_elts()
|
D | vbo_exec_api.c | 84 if (last_prim->mode == GL_LINE_LOOP && in vbo_exec_wrap_buffers() 876 if (last_prim->mode == GL_LINE_LOOP && last_prim->begin == 0) { in vbo_exec_End()
|
/external/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()
|
D | libGLESv2.cpp | 1471 case GL_LINE_LOOP: in DrawArrays() 1509 case GL_LINE_LOOP: in DrawElements() 1557 case GL_LINE_LOOP: in DrawArraysInstancedEXT() 1595 case GL_LINE_LOOP: in DrawElementsInstancedEXT() 1660 case GL_LINE_LOOP: in DrawArraysInstancedANGLE() 1703 case GL_LINE_LOOP: in DrawElementsInstancedANGLE()
|
/external/mesa3d/src/mesa/main/ |
D | api_validate.c | 433 case GL_LINE_LOOP: in _mesa_valid_prim_mode() 549 case GL_LINE_LOOP: in _mesa_valid_prim_mode() 580 case GL_LINE_LOOP: in _mesa_valid_prim_mode()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1026 : BaseLineCase(context, name, desc, GL_LINE_LOOP, wideness) in LineLoopCase() 1918 case GL_LINE_LOOP: in extractLines() 2055 …onTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2058 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2072 …ionTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init() 2075 … (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATION… in init()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_swtcl.c | 363 [GL_LINE_LOOP] = 0, 472 [GL_LINE_LOOP] = RADEON_CP_VC_CNTL_PRIM_TYPE_LINE,
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_dmatmp.h | 457 case GL_LINE_LOOP: in TAG()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_rendertmp.h | 127 INIT(GL_LINE_LOOP); in TAG()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_gs_visitor.cpp | 599 [GL_LINE_LOOP] = _3DPRIM_LINELOOP,
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | utilities.cpp | 766 case GL_LINE_LOOP: in ConvertPrimitiveType()
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 209 case PRIMITIVETYPE_LINE_LOOP: return GL_LINE_LOOP; in getPrimitiveGLType()
|