Home
last modified time | relevance | path

Searched refs:GL_LINE_STRIP (Results 1 – 25 of 67) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fRasterizerDiscardTests.cpp135 case GL_LINE_STRIP: numVertices = numPrimitives+1; break; in generateVertices()
446 …Case(m_context, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, 0, GL_LINE_STRIP)); in init()
454 …e(m_context, "write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, 0, GL_LINE_STRIP)); in init()
468 …"write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, CASEOPTION_SCISSOR, GL_LINE_STRIP)); in init()
476 …te_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, CASEOPTION_SCISSOR, GL_LINE_STRIP)); in init()
490 …xt, "write_depth_line_strip", "line_strip", 4, CASE_WRITE_DEPTH, CASEOPTION_FBO, GL_LINE_STRIP)); in init()
498 …"write_stencil_line_strip", "line_strip", 4, CASE_WRITE_STENCIL, CASEOPTION_FBO, GL_LINE_STRIP)); in init()
Des3fRasterizationTests.cpp1114 : BaseLineCase(context, name, desc, GL_LINE_STRIP, wideness, renderTarget, numSamples) in LineStripCase()
2135 case GL_LINE_STRIP: in extractLines()
2299 …Test (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2302 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2316 …nTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2319 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2334 …onTest (m_context, "line_strip", "Verify line strip flatshading", GL_LINE_STRIP, INTERPOLATIO… in init()
2337 … (m_context, "line_strip_wide", "Verify wide line strip flatshading", GL_LINE_STRIP, INTERPOLATIO… in init()
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()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_render.c71 [GL_LINE_STRIP] = PRIM3D_LINESTRIP,
84 [GL_LINE_STRIP] = GL_LINES,
97 [GL_LINE_STRIP] = 2,
Dintel_tris.c672 [GL_LINE_STRIP] = PRIM3D_LINELIST,
1038 [GL_LINE_STRIP] = GL_LINES,
/external/mesa3d/src/mesa/vbo/
Dvbo_exec.c112 case GL_LINE_STRIP: in vbo_count_tessellated_primitives()
175 if (p->mode == GL_LINE_STRIP && p->count == 2) { in vbo_try_prim_conversion()
Dvbo_split.c72 case GL_LINE_STRIP: in split_prim_inplace()
Dvbo_exec_array.c509 prim = GL_LINE_STRIP; in vbo_exec_EvalMesh1()
571 CALL_Begin(GET_DISPATCH(), (GL_LINE_STRIP)); in vbo_exec_EvalMesh2()
578 CALL_Begin(GET_DISPATCH(), (GL_LINE_STRIP)); in vbo_exec_EvalMesh2()
Dvbo_exec_draw.c104 case GL_LINE_STRIP: in vbo_copy_vertices()
/external/deqp/framework/opengl/simplereference/
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()
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
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()
2020 if (drawcall_mode != GL_LINE_LOOP && drawcall_mode != GL_LINE_STRIP && drawcall_mode != GL_LINES) in GeometryShaderRenderingLinesCase()
2102 case GL_LINE_STRIP: in GeometryShaderRenderingLinesCase()
2226 if ((m_drawcall_mode != GL_LINE_STRIP && m_drawcall_mode != GL_LINE_STRIP_ADJACENCY_EXT && in GeometryShaderRenderingLinesCase()
2228 ((m_drawcall_mode == GL_LINE_STRIP || m_drawcall_mode == GL_LINE_STRIP_ADJACENCY_EXT || in GeometryShaderRenderingLinesCase()
2306 case GL_LINE_STRIP: in GeometryShaderRenderingLinesCase()
2522 case GL_LINE_STRIP: in getAmountOfElementsPerInstance()
[all …]
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp.h132 INIT(GL_LINE_STRIP); in TAG()
158 INIT(GL_LINE_STRIP); in TAG()
456 case GL_LINE_STRIP: in TAG()
Dt_dd_dmatmp2.h196 EMIT_PRIM( ctx, GL_LINE_STRIP, HW_LINE_STRIP, start, count ); in TAG()
262 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP ); in TAG()
619 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP ); in TAG()
662 ELT_INIT( GL_LINE_STRIP, HW_LINE_STRIP ); in TAG()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c106 [GL_LINE_STRIP] = _3DPRIM_LINESTRIP,
Dbrw_primitive_restart.c99 case GL_LINE_STRIP: in can_cut_index_handle_prims()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h204 case GL_LINE_STRIP: in nvgl_primitive()
/external/mesa3d/src/mesa/main/
Dapi_validate.c427 case GL_LINE_STRIP: in _mesa_valid_prim_mode()
516 case GL_LINE_STRIP: in _mesa_valid_prim_mode()
544 case GL_LINE_STRIP: in _mesa_valid_prim_mode()
577 case GL_LINE_STRIP: in _mesa_valid_prim_mode()
/external/swiftshader/src/OpenGL/libGLESv2/
DIndexDataManager.cpp175 case GL_LINE_STRIP: in copyIndices()
254 case GL_LINE_STRIP: // (N - 1) polygons, 2 vertex per primitive in recomputePrimitiveCount()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp164 case GL_LINE_STRIP: return "line_strip"; in primitiveTypeToString()
4167 m_cases[1].value = GL_LINE_STRIP; in GeometryShaderOutputQueryCase()
5739 case PRIMITIVE_LINE_STRIP: return GL_LINE_STRIP; in getOutputPrimitive()
6163 { GL_LINES, "lines", GL_LINE_STRIP }, in init()
6164 { GL_LINE_LOOP, "line_loop", GL_LINE_STRIP }, in init()
6165 { GL_LINE_STRIP, "line_strip", GL_LINE_STRIP }, in init()
6169 { GL_LINES_ADJACENCY, "lines_adjacency", GL_LINE_STRIP }, in init()
6170 { GL_LINE_STRIP_ADJACENCY, "line_strip_adjacency", GL_LINE_STRIP }, in init()
6200 { GL_POINTS, "points_to_lines", GL_LINE_STRIP }, in init()
6201 { GL_TRIANGLES, "triangles_to_lines", GL_LINE_STRIP }, in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp620 …glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+cur… in verify()
630 glDrawArrays (GL_LINE_STRIP, 0, numBytesToVerify); in verify()
Des2fRasterizationTests.cpp965 : BaseLineCase(context, name, desc, GL_LINE_STRIP, wideness) in LineStripCase()
1902 case GL_LINE_STRIP: in extractLines()
2054 …Test (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2057 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2071 …nTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2074 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c363 [GL_LINE_STRIP] = RADEON_CP_VC_CNTL_PRIM_TYPE_LINE_STRIP,
472 [GL_LINE_STRIP] = RADEON_CP_VC_CNTL_PRIM_TYPE_LINE,
/external/deqp/modules/glshared/
DglsBufferTestUtil.cpp817 …glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+cur… in verify()
834 glDrawArrays (GL_LINE_STRIP, 0, numBytesToVerify); in verify()
/external/mesa3d/src/mesa/tnl/
Dt_vb_rendertmp.h103 INIT(GL_LINE_STRIP); in TAG()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp659 case GL_LINE_STRIP: in ConvertPrimitiveType()

123