Home
last modified time | relevance | path

Searched defs:VertexArray (Results 1 – 25 of 217) sorted by relevance

123456789

/dports/games/taisei/taisei-1.3.2/src/renderer/gl33/
H A Dvertex_array.h20 struct VertexArray { struct
32 VertexArray* gl33_vertex_array_create(void); argument
/dports/games/tetzle/tetzle-2.2.0/src/
H A Dgraphics_layer.h42 struct VertexArray struct
47 VertexArray() in VertexArray() function
68 void updateArray(VertexArray& array, const QVector<Vertex>& data); argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/gl/
H A Dtypes_prod.go64 type VertexArray struct { struct
65 Value uint32
84 func (v VertexArray) c() uintptr { return uintptr(v.Value) }
94 func (v VertexArray) String() string { return fmt.Sprintf("VertexArray(%d)", v.Value) }
H A Dtypes_debug.go53 type VertexArray struct { struct
54 Value uint32
73 func (v VertexArray) c() uintptr { return uintptr(v.Value) }
83 func (v VertexArray) String() string { return fmt.Sprintf("VertexArray(%d)", v.Value) }
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/widgetry/src/
H A Dbackend_glow.rs123 struct VertexArray { struct
124 id: <glow::Context as glow::HasContext>::VertexArray, argument
128 impl VertexArray { argument
129 fn new(gl: &glow::Context) -> VertexArray { in new()
146 impl Drop for VertexArray { implementation
/dports/games/astromenace/astromenace-1.4.1/src/core/graphics/
H A Dgl_draw3d.cpp55 void Draw3D_EnableStates(int DataFormat, GLvoid *VertexArray, in Draw3D_EnableStates()
139 void vw_Draw3D(ePrimitiveType mode, GLsizei count, int DataFormat, GLvoid *VertexArray, in vw_Draw3D()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Graphics/
H A DVertexArray.cpp35 VertexArray::VertexArray() : in VertexArray() function in sf::VertexArray
43 VertexArray::VertexArray(PrimitiveType type, std::size_t vertexCount) : in VertexArray() function in sf::VertexArray
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/graphics/
H A DVertexArrayPtr.h6 class VertexArray; variable
H A DSurface.h49 friend class VertexArray; // TODO find cleaner way variable
/dports/devel/sfml/SFML-2.5.1/include/SFML/Graphics/
H A DVertexArray.hpp45 class SFML_GRAPHICS_API VertexArray : public Drawable class
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DVertexArray.cpp27 VertexArray::VertexArray() : in VertexArray() function in TrenchBroom::Renderer::VertexArray
133 VertexArray::VertexArray(BaseHolder::Ptr holder) : in VertexArray() function in TrenchBroom::Renderer::VertexArray
H A DTexturedIndexRangeMap.h35 class VertexArray; variable
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkDecimatePro.h348 class VertexArray; variable
349 friend class VertexArray; variable
353 VertexArray(const vtkIdType sz) in VertexArray() function
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkDecimatePro.h352 class VertexArray; variable
353 friend class VertexArray; variable
356 VertexArray(const vtkIdType sz) in VertexArray() function
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkDecimatePro.h304 class VertexArray; variable
305 friend class VertexArray; variable
308 VertexArray(const vtkIdType sz) in VertexArray() function
/dports/math/vtk8/VTK-8.2.0/Infovis/Core/
H A DvtkCollapseVerticesByArray.h151 char* VertexArray; variable
/dports/math/vtk9/VTK-9.1.0/Infovis/Core/
H A DvtkCollapseVerticesByArray.h143 char* VertexArray; variable
/dports/math/vtk6/VTK-6.2.0/Infovis/Core/
H A DvtkCollapseVerticesByArray.h124 char* VertexArray; variable
/dports/games/pioneer/pioneer-20210723/src/scenegraph/
H A DBillboard.h13 class VertexArray; variable
/dports/games/gl-117/gl-117-1.3.2-src/src/
H A Dvertexarray.cpp32 VertexArray::VertexArray () in VertexArray() function in VertexArray
41 VertexArray::VertexArray (int pref) in VertexArray() function in VertexArray
/dports/games/pioneer/pioneer-20210723/src/text/
H A DDistanceFieldFont.h30 class VertexArray; variable
/dports/games/pioneer/pioneer-20210723/src/
H A DBeam.h21 class VertexArray; variable
H A DHyperspaceCloud.h15 class VertexArray; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DVertexArray.cpp20 VertexArray::VertexArray(GLuint name) : gl::NamedObject(name) in VertexArray() function in es2::VertexArray
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DVertexArray.cpp20 VertexArray::VertexArray(GLuint name) : gl::NamedObject(name) in VertexArray() function in es2::VertexArray

123456789