Searched refs:GL_LINE_LOOP (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.c118 case GL_LINE_LOOP:
H A Dvbo_exec_draw.c112 case GL_LINE_LOOP:
H A Dvbo_split_copy.c336 case GL_LINE_LOOP:
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c118 case GL_LINE_LOOP:
H A Dvbo_exec_draw.c112 case GL_LINE_LOOP:
H A Dvbo_split_copy.c336 case GL_LINE_LOOP:
/external/deqp/modules/gles3/functional/
H A Des3fRasterizerDiscardTests.cpp136 case GL_LINE_LOOP: numVertices = numPrimitives+2; break;
447 basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, 0, GL_LINE_LOOP));
455 basic->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_loop", "line_loop", 4, CASE_WRITE_STENCIL, 0, GL_LINE_LOOP));
469 scissor->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, CASEOPTION_SCISSOR, GL_LINE_LOOP));
477 scissor->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_loop", "line_loop", 4, CASE_WRITE_STENCIL, CASEOPTION_SCISSOR, GL_LINE_LOOP));
491 fbo->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, CASE_WRITE_DEPTH, CASEOPTION_FBO, GL_LINE_LOOP));
499 fbo->addChild(new RasterizerDiscardCase(m_context, "write_stencil_line_loop", "line_loop", 4, CASE_WRITE_STENCIL, CASEOPTION_FBO, GL_LINE_LOOP));
H A Des3fRasterizationTests.cpp1159 : BaseLineCase(context, name, desc, GL_LINE_LOOP, wideness, renderTarget, numSamples)
2115 case GL_LINE_LOOP:
2173 primitives->addChild(new LineLoopCase (m_context, "line_loop", "Render primitives as GL_LINE_LOOP, verify rasterization result", PRIMITIVEWIDENESS_NARROW));
2176 primitives->addChild(new LineLoopCase (m_context, "line_loop_wide", "Render primitives as GL_LINE_LOOP with wide lines, verify rasterization result", PRIMITIVEWIDENESS_WIDE));
2256 basic->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_NARROW));
2259 basic->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_NONE, PRIMITIVEWIDENESS_WIDE));
2273 projected->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_PROJECTED, PRIMITIVEWIDENESS_NARROW));
2276 projected->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_PROJECTED, PRIMITIVEWIDENESS_WIDE));
2291 flatshading->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop flatshading", GL_LINE_LOOP, INTERPOLATIONFLAGS_FLATSHADE, PRIMITIVEWIDENESS_NARROW));
2294 flatshading->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loop flatshading", GL_LINE_LOOP, INTERPOLATIONFLAGS_FLATSHAD
[all...]
H A Des3fPrimitiveRestartTests.cpp515 case PRIMITIVE_LINE_LOOP: primTypeGL = GL_LINE_LOOP; break;
H A Des3fTransformFeedbackTests.cpp621 case GL_LINE_LOOP: return numElements > 1 ? numElements*2 : 0;
639 case GL_LINE_LOOP: return numElements > 1 ? numElements : 0;
658 case GL_LINE_LOOP:
692 case GL_LINE_LOOP:
1555 // { "line_loop", GL_LINE_LOOP },
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h202 case GL_LINE_LOOP:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h202 case GL_LINE_LOOP:
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp155 case GL_LINE_LOOP: return rr::PRIMITIVETYPE_LINE_LOOP;
201 case GL_LINE_LOOP: return rr::GEOMETRYSHADERINPUTTYPE_LINES;
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DLineLoopTest.cpp101 glDrawElements(GL_LINE_LOOP, 4, indexType, indexPtr);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_validate.c218 case GL_LINE_LOOP:
271 case GL_LINE_LOOP:
/external/mesa3d/src/mesa/main/
H A Dapi_validate.c218 case GL_LINE_LOOP:
271 case GL_LINE_LOOP:
/external/chromium_org/third_party/angle/src/common/
H A Dutilities.cpp354 case GL_LINE_LOOP:
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_validation_implementation_autogen.h50 GL_POINTS, GL_LINE_STRIP, GL_LINE_LOOP, GL_LINES,
/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp882 : BaseLineCase(context, name, desc, GL_LINE_LOOP, wideness)
1746 case GL_LINE_LOOP:
1791 primitives->addChild(new LineLoopCase (m_context, "line_loop", "Render primitives as GL_LINE_LOOP, verify rasterization result", PRIMITIVEWIDENESS_NARROW));
1794 primitives->addChild(new LineLoopCase (m_context, "line_loop_wide", "Render primitives as GL_LINE_LOOP with wide lines, verify rasterization result", PRIMITIVEWIDENESS_WIDE));
1874 basic->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_NONE, 1.0f));
1877 basic->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_NONE, 5.0f));
1891 projected->addChild(new LineInterpolationTest (m_context, "line_loop", "Verify line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_PROJECTED, 1.0f));
1894 projected->addChild(new LineInterpolationTest (m_context, "line_loop_wide", "Verify wide line loop interpolation", GL_LINE_LOOP, INTERPOLATIONFLAGS_PROJECTED, 5.0f));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c359 case GL_LINE_LOOP:
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_rendertmp.h129 INIT(GL_LINE_LOOP);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c359 case GL_LINE_LOOP:
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_rendertmp.h129 INIT(GL_LINE_LOOP);
/external/deqp/framework/opengl/
H A DgluDrawUtil.cpp209 case PRIMITIVETYPE_LINE_LOOP: return GL_LINE_LOOP;
H A DgluStrUtil.inl299 case GL_LINE_LOOP: return "GL_LINE_LOOP";

Completed in 293 milliseconds

123