/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 | 1110 : 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()
|
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()
|
D | es3fPrimitiveRestartTests.cpp | 514 case PRIMITIVE_LINE_STRIP: primTypeGL = GL_LINE_STRIP; break; in draw()
|
/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/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 204 case GL_LINE_STRIP: in nvgl_primitive()
|
/external/mesa3d/src/mesa/vbo/ |
D | vbo_split.c | 72 case GL_LINE_STRIP: in split_prim_inplace()
|
D | vbo_exec.c | 115 case GL_LINE_STRIP: in count_tessellated_primitives()
|
D | vbo_exec_api.c | 678 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()
|
D | vbo_exec_draw.c | 104 case GL_LINE_STRIP: in vbo_copy_vertices()
|
D | vbo_split_copy.c | 342 begin(copy, GL_LINE_STRIP, prim->begin && j == 0); in replay_elts()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_primitive_restart.c | 104 case GL_LINE_STRIP: in can_cut_index_handle_prims()
|
D | brw_draw.c | 358 case GL_LINE_STRIP: in verts_per_prim()
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_dmatmp.h | 183 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()
|
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/main/ |
D | api_validate.c | 219 case GL_LINE_STRIP: in _mesa_valid_prim_mode() 270 case GL_LINE_STRIP: in _mesa_valid_prim_mode()
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 152 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/ |
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 | 833 : 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/ |
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/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 208 case PRIMITIVETYPE_LINE_STRIP: return GL_LINE_STRIP; in getPrimitiveGLType()
|
/external/mesa3d/include/GLES/ |
D | gl.h | 59 #define GL_LINE_STRIP 0x0003 macro
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 57 #define GL_LINE_STRIP 0x0003 macro
|