Home
last modified time | relevance | path

Searched refs:createVertices (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A DParticleSystem.cpp44 createVertices(size); in ParticleSystem()
52 createVertices(maxParticles); in ParticleSystem()
60 void ParticleSystem::createVertices(size_t numparticles) in createVertices() function in love::graphics::opengl::ParticleSystem
84 createVertices(size); in setBufferSize()
H A DParticleSystem.h50 void createVertices(size_t numparticles);
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/glsl/
H A DTestGLSLShaderState01NEWT.java101 …final GLArrayDataServer vertices0 = GLSLMiscHelper.createVertices(gl, null, sp.program(), vertices… in test00NoShaderState_Validation()
136 …final GLArrayDataServer vertices1 = GLSLMiscHelper.createVertices(gl, null, sp.program(), -1, GLSL… in test00NoShaderState_Validation()
220 …final GLArrayDataServer vertices0 = GLSLMiscHelper.createVertices(gl, st, 0, vertices0_loc, GLSLMi… in test01ShaderState_Validation()
256 …final GLArrayDataServer vertices1 = GLSLMiscHelper.createVertices(gl, st, 0, -1, GLSLMiscHelper.ve… in test01ShaderState_Validation()
344 …final GLArrayDataServer vertices0 = GLSLMiscHelper.createVertices(gl, st, 0, -1, GLSLMiscHelper.ve… in testShaderState_PerformanceSingleImpl()
433 …final GLArrayDataServer vertices0 = GLSLMiscHelper.createVertices(gl, st, 0, -1, GLSLMiscHelper.ve… in test04ShaderState_PerformanceDouble()
437 …final GLArrayDataServer vertices1 = GLSLMiscHelper.createVertices(gl, st, 0, -1, GLSLMiscHelper.ve… in test04ShaderState_PerformanceDouble()
H A DTestGLSLShaderState02NEWT.java131 …final GLArrayDataServer vertices0 = GLSLMiscHelper.createVertices(gl, st, 0, vertices0_loc, GLSLMi… in testShaderState01Validation()
169 …final GLArrayDataServer vertices1 = GLSLMiscHelper.createVertices(gl, st, 0, -1, GLSLMiscHelper.ve… in testShaderState01Validation()
290 …final GLArrayDataServer vertices0 = GLSLMiscHelper.createVertices(gl, st, 0, -1, GLSLMiscHelper.ve… in testShaderState01PerformanceDouble()
294 …final GLArrayDataServer vertices1 = GLSLMiscHelper.createVertices(gl, st, 0, -1, GLSLMiscHelper.ve… in testShaderState01PerformanceDouble()
H A DGLSLMiscHelper.java115 …public static GLArrayDataServer createVertices(final GL2ES2 gl, final ShaderState st, final int sh… in createVertices() method in GLSLMiscHelper
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/triangulate/
H A DConformingDelaunayTriangulationBuilder.java106 createVertices(constraintLines); in create()
132 private void createVertices(Geometry geom) in createVertices() method in ConformingDelaunayTriangulationBuilder
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/on_nurbs/
H A Dtriangulation.cpp76 Triangulation::createVertices (pcl::PointCloud<pcl::PointXYZ>::Ptr &cloud, float x0, float y0, floa… in createVertices() function in Triangulation
184createVertices (cloud, float (x0), float (y0), 0.0f, float (w), float (h), resolution, resolution); in convertSurface2PolygonMesh()
222createVertices (cloud, float (x0), float (y0), 0.0f, float (w), float (h), resolution, resolution); in convertTrimmedSurface2PolygonMesh()
343createVertices (cloud, float (x0), float (y0), 0.0f, float (w), float (h), resolution, resolution); in convertTrimmedSurface2PolygonMesh()
474createVertices (cloud, float (x0), float (y0), 0.0f, float (w), float (h), resolution, resolution); in convertSurface2Vertices()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/on_nurbs/
H A Dtriangulation.h63createVertices (pcl::PointCloud<pcl::PointXYZ>::Ptr &cloud, float x0, float y0, float z0, float wi…
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgLoaderWriterStuff.h133 void createVertices( int numReservedVertices = 8 ) ; // was: ThereAreNVertices
H A DssgLoadOFF.cxx199 theMesh.createVertices( _ssgNoVerticesToRead ); in parse()
H A DssgLoadATG.cxx197 _theMesh.createVertices(); in parse()
H A DssgLoadX.cxx542 currentMesh.createVertices( nNoOfVertices ); in HandleMesh()
H A DssgLoadASC.cxx505 currentMesh.createVertices( MeshStatus.maxVertex ); in HandleTriMesh()
H A DssgLoaderWriterStuff.cxx430 void ssgLoaderWriterMesh::createVertices( int numReservedVertices ) // was: ThereAreNVertices in createVertices() function in ssgLoaderWriterMesh
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/graphs/
H A DGraphBasedKBestHaplotypeFinderUnitTest.java132 …final Set<SeqVertex> createVertices(final SeqGraph graph, final int n, final SeqVertex source, fin… in createVertices() method in GraphBasedKBestHaplotypeFinderUnitTest
152 final Set<SeqVertex> starts = createVertices(graph, nStartNodes, null, middleTop); in testBasicPathFinding()
154 … final Set<SeqVertex> bubbles = createVertices(graph, nBranchesPerBubble, middleTop, middleBottom); in testBasicPathFinding()
155 final Set<SeqVertex> ends = createVertices(graph, nEndNodes, middleBottom, null); in testBasicPathFinding()
H A DJunctionTreeKBestHaplotypeFinderUnitTest.java766 …final Set<MultiDeBruijnVertex> createVertices(final JunctionTreeLinkedDeBruijnGraph graph, final i… in createVertices() method in JunctionTreeKBestHaplotypeFinderUnitTest
787 final Set<MultiDeBruijnVertex> starts = createVertices(graph, nStartNodes, null, middleTop); in testBasicPathFindingNoJunctionTrees()
789 …final Set<MultiDeBruijnVertex> bubbles = createVertices(graph, nBranchesPerBubble, middleTop, midd… in testBasicPathFindingNoJunctionTrees()
790 final Set<MultiDeBruijnVertex> ends = createVertices(graph, nEndNodes, middleBottom, null); in testBasicPathFindingNoJunctionTrees()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSamplerTests.cpp118 virtual std::vector<Vertex4Tex4> createVertices (void) const;
251 virtual std::vector<Vertex4Tex4> createVertices (void) const;
292 const std::vector<Vertex4Tex4> vertices = createVertices(); in getImageSamplingInstanceParams()
442 std::vector<Vertex4Tex4> SamplerTest::createVertices (void) const in createVertices() function in vkt::pipeline::__anon6e0efbd70111::SamplerTest
764 std::vector<Vertex4Tex4> SamplerAddressModesTest::createVertices (void) const in createVertices() function in vkt::pipeline::__anon6e0efbd70111::SamplerAddressModesTest
766 std::vector<Vertex4Tex4> vertices = SamplerTest::createVertices(); in createVertices()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/
H A Dhbr_utils.h437 createVertices(Shape const * sh, OpenSubdiv::HbrMesh<T> * mesh) { in createVertices() function
619 createVertices<T>(sh, mesh);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp138 std::vector<tcu::Vec4> createVertices (deUint32 width,
H A DvktDescriptorSetsIndexingTestsUtils.cpp618 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() function
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/CPU/
H A DbtSoftBodySolverData.h442 void createVertices( int numVertices, int clothIdentifier, int maxVertices = 0 )
H A DbtSoftBodySolver_CPU.cpp149 getVertexData().createVertices( maxVertices, softBodyIndex ); in optimize()
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewDataListIO.cpp527 static void createVertices(std::vector<double> &list, int nbelm, int nbnod, in createVertices() function
661 createVertices(*list, *numEle, numNodes, vertices); in writeMSH()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/DX11/
H A DbtSoftBodySolver_DX11SIMDAware.cpp243 getVertexData().createVertices( numVertices, softBodyIndex, maxVertices ); in optimize()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/
H A DbtSoftBodySolver_OpenCLSIMDAware.cpp254 getVertexData().createVertices( numVertices, softBodyIndex, maxVertices ); in optimize()

12