/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_render.c | 71 [GL_LINES ] = PRIM3D_LINELIST, 84 [GL_LINES] = GL_LINES, 85 [GL_LINE_LOOP] = GL_LINES, 86 [GL_LINE_STRIP] = GL_LINES, 97 [GL_LINES] = 1,
|
D | intel_tris.c | 671 [GL_LINES] = PRIM3D_LINELIST, 1037 [GL_LINES] = GL_LINES, 1038 [GL_LINE_LOOP] = GL_LINES, 1039 [GL_LINE_STRIP] = GL_LINES,
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderPrimitiveCounter.cpp | 108 testConfiguration.m_feedbackMode = GL_LINES; in init() 142 testConfiguration.m_drawMode = GL_LINES; in init() 157 testConfiguration.m_drawMode = GL_LINES; in init() 165 testConfiguration.m_feedbackMode = GL_LINES; in init() 176 testConfiguration.m_drawMode = GL_LINES; in init() 222 testConfiguration.m_feedbackMode = GL_LINES; in init() 281 testConfiguration.m_feedbackMode = GL_LINES; in init() 324 testConfiguration.m_drawMode = GL_LINES; in init() 331 testConfiguration.m_drawMode = GL_LINES; in init() 339 testConfiguration.m_feedbackMode = GL_LINES; in init() [all …]
|
D | esextcGeometryShaderRendering.cpp | 101 case GL_LINES: in getTestName() 124 case GL_LINES: in getTestName() 147 case GL_LINES: in getTestName() 416 SHADER_INPUT_POINTS, GL_POINTS, SHADER_INPUT_LINES, GL_LINES, SHADER_INPUT_LINES, in init() 2020 if (drawcall_mode != GL_LINE_LOOP && drawcall_mode != GL_LINE_STRIP && drawcall_mode != GL_LINES) in GeometryShaderRenderingLinesCase() 2119 case GL_LINES: in GeometryShaderRenderingLinesCase() 2330 case GL_LINES: in GeometryShaderRenderingLinesCase() 2528 case GL_LINES: in getAmountOfElementsPerInstance() 2564 case GL_LINES: in getAmountOfVerticesPerInstance() 2886 …else if (m_drawcall_mode == GL_LINES || m_drawcall_mode == GL_LINE_LOOP || m_drawcall_mode == GL_L… in getGeometryShaderCode() [all …]
|
D | esextcGeometryShaderPrimitiveQueries.cpp | 196 return GL_LINES; in getTFMode()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 98 case GL_LINES: in vbo_count_tessellated_primitives() 157 p->mode = GL_LINES; in vbo_try_prim_conversion() 206 if (p0->mode == GL_LINES && p0->count % 2 == 0 && p1->count % 2 == 0) in vbo_can_merge_prims()
|
D | vbo_split.c | 68 case GL_LINES: in split_prim_inplace()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizerDiscardTests.cpp | 134 case GL_LINES: numVertices = 2*numPrimitives; break; in generateVertices() 445 …erizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, 0, GL_LINES)); in init() 453 …erDiscardCase(m_context, "write_stencil_lines", "lines", 4, CASE_WRITE_STENCIL, 0, GL_LINES)); in init() 467 …(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, CASEOPTION_SCISSOR, GL_LINES)); in init() 475 …context, "write_stencil_lines", "lines", 4, CASE_WRITE_STENCIL, CASEOPTION_SCISSOR, GL_LINES)); in init() 489 …Case(m_context, "write_depth_lines", "lines", 4, CASE_WRITE_DEPTH, CASEOPTION_FBO, GL_LINES)); in init() 497 …e(m_context, "write_stencil_lines", "lines", 4, CASE_WRITE_STENCIL, CASEOPTION_FBO, GL_LINES)); in init()
|
D | es3fRasterizationTests.cpp | 1045 : BaseLineCase(context, name, desc, GL_LINES, wideness, renderTarget, numSamples) in LinesCase() 2111 case GL_LINES: in extractLines() 2298 …terpolationTest (m_context, "lines", "Verify line interpolation", GL_LINES, INTERPOLATIONF… in init() 2301 …ionTest (m_context, "lines_wide", "Verify wide line interpolation", GL_LINES, INTERPOLATIONF… in init() 2315 …nterpolationTest (m_context, "lines", "Verify line interpolation", GL_LINES, INTERPOLATIONF… in init() 2318 …tionTest (m_context, "lines_wide", "Verify wide line interpolation", GL_LINES, INTERPOLATIONF… in init() 2333 …nterpolationTest (m_context, "lines", "Verify line flatshading", GL_LINES, INTERPOLATIONF… in init() 2336 …tionTest (m_context, "lines_wide", "Verify wide line flatshading", GL_LINES, INTERPOLATIONF… in init() 2399 …terpolationTest (m_context, "lines", "Verify line interpolation", GL_LINES, INTERPOLATIONF… in init() 2400 …ionTest (m_context, "lines_wide", "Verify wide line interpolation", GL_LINES, INTERPOLATIONF… in init()
|
D | es3fTransformFeedbackTests.cpp | 632 case GL_LINES: return numElements - numElements%2; in getTransformFeedbackOutputCount() 650 case GL_LINES: return numElements/2; in getTransformFeedbackPrimitiveCount() 670 case GL_LINES: in getTransformFeedbackPrimitiveMode() 673 return GL_LINES; in getTransformFeedbackPrimitiveMode() 689 case GL_LINES: return outNdx; in getAttributeIndex() 1563 { "lines", GL_LINES }, in init()
|
/external/mesa3d/src/mesa/main/ |
D | api_validate.c | 422 mode_before_gs = GL_LINES; in _mesa_valid_prim_mode() 432 case GL_LINES: in _mesa_valid_prim_mode() 435 valid_enum = (geom_mode == GL_LINES); in _mesa_valid_prim_mode() 523 pass = ctx->TransformFeedback.Mode == GL_LINES; in _mesa_valid_prim_mode() 538 pass = ctx->TransformFeedback.Mode == GL_LINES; in _mesa_valid_prim_mode() 547 case GL_LINES: in _mesa_valid_prim_mode() 550 pass = ctx->TransformFeedback.Mode == GL_LINES; in _mesa_valid_prim_mode() 579 case GL_LINES: in _mesa_valid_prim_mode()
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_unfilled.h | 73 RASTERIZE(GL_LINES); in TAG() 142 RASTERIZE(GL_LINES); in TAG()
|
D | t_dd_dmatmp2.h | 146 EMIT_PRIM( ctx, GL_LINES, HW_LINES, start, count ); in TAG() 173 ELT_INIT( GL_LINES, HW_LINES ); in TAG() 225 ELT_INIT( GL_LINES, HW_LINES ); in TAG() 585 ELT_INIT( GL_LINES, HW_LINES ); in TAG()
|
D | t_dd_dmatmp.h | 103 INIT(GL_LINES); in TAG() 455 case GL_LINES: in TAG()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | IndexDataManager.cpp | 96 case GL_LINES: in copyIndices() 99 GLsizei verticesPerPrimitive = (mode == GL_TRIANGLES) ? 3 : ((mode == GL_LINES) ? 2 : 1); in copyIndices() 242 case GL_LINES: // 2 vertex per primitive in recomputePrimitiveCount()
|
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/ |
D | gl_utils.h | 42 glDrawArrays(GL_LINES, 0, 8); in DrawBox()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_compile_clip.c | 72 case GL_LINES: in brw_compile_clip()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 153 case GL_LINES: return rr::PRIMITIVETYPE_LINES; in mapGLPrimitiveType() 199 case GL_LINES: return rr::GEOMETRYSHADERINPUTTYPE_LINES; in mapGLGeometryShaderInputType()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 105 [GL_LINES] = _3DPRIM_LINELIST,
|
D | brw_primitive_restart.c | 99 case GL_LINES: in can_cut_index_handle_prims()
|
D | brw_sf.c | 115 case GL_LINES: in brw_upload_sf_prog()
|
D | brw_draw.c | 63 [GL_LINES] = GL_LINES, 64 [GL_LINE_LOOP] = GL_LINES, 65 [GL_LINE_STRIP] = GL_LINES,
|
D | hsw_sol.c | 124 if (obj->primitive_mode == GL_LINES) { in tally_prims_written()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cClipDistance.cpp | 762 case GL_LINES: in prepareVertexShaderCode() 793 case GL_LINES: in prepareGeometry() 844 glw::GLuint increment = (glw::GLuint)((primitive_type == GL_LINES) ? in checkResults() 847 glw::GLuint base = (glw::GLuint)((primitive_type == GL_LINES) ? in checkResults() 859 …glw::GLuint i_primitive_type = (primitive_type == GL_POINTS) ? 0 : ((primitive_type == GL_LINES) ?… in checkResults() 956 const glw::GLenum gl3cts::ClipDistance::FunctionalTest::m_primitive_types[] = { GL_POINTS, GL_LINES…
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 200 case GL_LINES: in nvgl_primitive()
|