/external/deqp/modules/gles3/functional/ |
D | es3fRasterizerDiscardTests.cpp | 135 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()
|
D | es3fRasterizationTests.cpp | 1114 : 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()
|
D | es3fTransformFeedbackTests.cpp | 633 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/ |
D | intel_render.c | 71 [GL_LINE_STRIP] = PRIM3D_LINESTRIP, 84 [GL_LINE_STRIP] = GL_LINES, 97 [GL_LINE_STRIP] = 2,
|
D | intel_tris.c | 672 [GL_LINE_STRIP] = PRIM3D_LINELIST, 1038 [GL_LINE_STRIP] = GL_LINES,
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 112 case GL_LINE_STRIP: in vbo_count_tessellated_primitives() 175 if (p->mode == GL_LINE_STRIP && p->count == 2) { in vbo_try_prim_conversion()
|
D | vbo_split.c | 72 case GL_LINE_STRIP: in split_prim_inplace()
|
D | vbo_exec_array.c | 509 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()
|
D | vbo_exec_draw.c | 104 case GL_LINE_STRIP: in vbo_copy_vertices()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 154 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/ |
D | esextcGeometryShaderRendering.cpp | 104 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/ |
D | t_dd_dmatmp.h | 132 INIT(GL_LINE_STRIP); in TAG() 158 INIT(GL_LINE_STRIP); in TAG() 456 case GL_LINE_STRIP: in TAG()
|
D | t_dd_dmatmp2.h | 196 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/ |
D | brw_util.c | 106 [GL_LINE_STRIP] = _3DPRIM_LINESTRIP,
|
D | brw_primitive_restart.c | 99 case GL_LINE_STRIP: in can_cut_index_handle_prims()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 204 case GL_LINE_STRIP: in nvgl_primitive()
|
/external/mesa3d/src/mesa/main/ |
D | api_validate.c | 427 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/ |
D | IndexDataManager.cpp | 175 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/ |
D | es31fGeometryShaderTests.cpp | 164 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/ |
D | es2fBufferTestUtil.cpp | 620 …glDrawElements (GL_LINE_STRIP, numBytesToVerify, GL_UNSIGNED_BYTE, (void*)(deUintptr)(offset+cur… in verify() 630 glDrawArrays (GL_LINE_STRIP, 0, numBytesToVerify); in verify()
|
D | es2fRasterizationTests.cpp | 965 : 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/ |
D | radeon_swtcl.c | 363 [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/ |
D | glsBufferTestUtil.cpp | 817 …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/ |
D | t_vb_rendertmp.h | 103 INIT(GL_LINE_STRIP); in TAG()
|
/external/swiftshader/src/OpenGL/libGL/ |
D | utilities.cpp | 659 case GL_LINE_STRIP: in ConvertPrimitiveType()
|