Home
last modified time | relevance | path

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

123

/external/deqp/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.cpp1175 : 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()
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.cpp515 case PRIMITIVE_LINE_LOOP: primTypeGL = GL_LINE_LOOP; break; in draw()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_render.c72 [GL_LINE_LOOP] = PRIM3D_LINESTRIP,
85 [GL_LINE_LOOP] = GL_LINES,
98 [GL_LINE_LOOP] = 2,
Dintel_tris.c672 [GL_LINE_LOOP] = PRIM3D_LINELIST,
1038 [GL_LINE_LOOP] = GL_LINES,
/external/deqp/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()
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/
DsglrReferenceUtils.cpp155 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/
Dbrw_util.c106 [GL_LINE_LOOP] = _3DPRIM_LINELOOP,
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h202 case GL_LINE_LOOP: in nvgl_primitive()
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.c95 case GL_LINE_LOOP: in vbo_count_tessellated_primitives()
Dvbo_save_api.c145 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()
Dvbo_exec_draw.c111 case GL_LINE_LOOP: in vbo_copy_vertices()
Dvbo_split_copy.c326 case GL_LINE_LOOP: in replay_elts()
Dvbo_exec_api.c84 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/
DIndexDataManager.cpp154 case GL_LINE_LOOP: in copyIndices()
256 case GL_LINE_LOOP: // N polygons, 2 vertex per primitive in recomputePrimitiveCount()
DlibGLESv2.cpp1471 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/
Dapi_validate.c433 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/
Des2fRasterizationTests.cpp1026 : 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/
Dradeon_swtcl.c363 [GL_LINE_LOOP] = 0,
472 [GL_LINE_LOOP] = RADEON_CP_VC_CNTL_PRIM_TYPE_LINE,
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp.h457 case GL_LINE_LOOP: in TAG()
/external/mesa3d/src/mesa/tnl/
Dt_vb_rendertmp.h127 INIT(GL_LINE_LOOP); in TAG()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_gs_visitor.cpp599 [GL_LINE_LOOP] = _3DPRIM_LINELOOP,
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp766 case GL_LINE_LOOP: in ConvertPrimitiveType()
/external/deqp/framework/opengl/
DgluDrawUtil.cpp209 case PRIMITIVETYPE_LINE_LOOP: return GL_LINE_LOOP; in getPrimitiveGLType()

123