Home
last modified time | relevance | path

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

12

/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.cpp1110 : BaseLineCase(context, name, desc, GL_LINE_STRIP, wideness, renderTarget, numSamples) in LineStripCase()
2131 case GL_LINE_STRIP: in extractLines()
2295 …Test (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2298 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2312 …nTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2315 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
2330 …onTest (m_context, "line_strip", "Verify line strip flatshading", GL_LINE_STRIP, INTERPOLATIO… in init()
2333 … (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()
Des3fPrimitiveRestartTests.cpp514 case PRIMITIVE_LINE_STRIP: primTypeGL = GL_LINE_STRIP; break; in draw()
/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/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h204 case GL_LINE_STRIP: in nvgl_primitive()
/external/mesa3d/src/mesa/vbo/
Dvbo_split.c72 case GL_LINE_STRIP: in split_prim_inplace()
Dvbo_exec.c115 case GL_LINE_STRIP: in count_tessellated_primitives()
Dvbo_exec_api.c678 prim = GL_LINE_STRIP; in vbo_exec_EvalMesh1()
746 CALL_Begin(GET_DISPATCH(), (GL_LINE_STRIP)); in vbo_exec_EvalMesh2()
753 CALL_Begin(GET_DISPATCH(), (GL_LINE_STRIP)); in vbo_exec_EvalMesh2()
Dvbo_exec_draw.c104 case GL_LINE_STRIP: in vbo_copy_vertices()
Dvbo_split_copy.c342 begin(copy, GL_LINE_STRIP, prim->begin && j == 0); in replay_elts()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_primitive_restart.c104 case GL_LINE_STRIP: in can_cut_index_handle_prims()
Dbrw_draw.c358 case GL_LINE_STRIP: in verts_per_prim()
/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp.h183 INIT( GL_LINE_STRIP ); in TAG()
215 INIT( GL_LINE_STRIP ); in TAG()
765 ELT_INIT( GL_LINE_STRIP ); in TAG()
799 ELT_INIT( GL_LINE_STRIP ); in TAG()
1202 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/main/
Dapi_validate.c219 case GL_LINE_STRIP: in _mesa_valid_prim_mode()
270 case GL_LINE_STRIP: in _mesa_valid_prim_mode()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp152 case GL_LINE_STRIP: return "line_strip"; in primitiveTypeToString()
4040 m_cases[1].value = GL_LINE_STRIP; in GeometryShaderOutputQueryCase()
5598 case PRIMITIVE_LINE_STRIP: return GL_LINE_STRIP; in getOutputPrimitive()
6022 { GL_LINES, "lines", GL_LINE_STRIP }, in init()
6023 { GL_LINE_LOOP, "line_loop", GL_LINE_STRIP }, in init()
6024 { GL_LINE_STRIP, "line_strip", GL_LINE_STRIP }, in init()
6028 { GL_LINES_ADJACENCY, "lines_adjacency", GL_LINE_STRIP }, in init()
6029 { GL_LINE_STRIP_ADJACENCY, "line_strip_adjacency", GL_LINE_STRIP }, in init()
6059 { GL_POINTS, "points_to_lines", GL_LINE_STRIP }, in init()
6060 { 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.cpp833 : BaseLineCase(context, name, desc, GL_LINE_STRIP, wideness) in LineStripCase()
1770 case GL_LINE_STRIP: in extractLines()
1913 …Test (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
1916 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
1930 …nTest (m_context, "line_strip", "Verify line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
1933 …m_context, "line_strip_wide", "Verify wide line strip interpolation", GL_LINE_STRIP, INTERPOLATIO… in init()
/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/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/deqp/framework/opengl/
DgluDrawUtil.cpp208 case PRIMITIVETYPE_LINE_STRIP: return GL_LINE_STRIP; in getPrimitiveGLType()
/external/mesa3d/include/GLES/
Dgl.h59 #define GL_LINE_STRIP 0x0003 macro
/external/mesa3d/include/GLES2/
Dgl2.h57 #define GL_LINE_STRIP 0x0003 macro

12