Home
last modified time | relevance | path

Searched defs:Vertex (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp69 static Binding binding(const VertexBuffer<Vertex, DrawMode>& buffer, in binding()
118 class Vertex<> { class
124 class Vertex<A1> { class
133 class Vertex<A1, A2> { class
143 class Vertex<A1, A2, A3> { class
154 class Vertex<A1, A2, A3, A4> { class
166 class Vertex<A1, A2, A3, A4, A5> { class
231 using Vertex = detail::Vertex<typename As::Type...>; typedef in mbgl::gl::Attributes
269 static Bindings bindings(const VertexBuffer<Vertex, DrawMode>& buffer) { in bindings()
H A Dvertex_buffer.hpp16 using Vertex = V; typedef in mbgl::gl::VertexVector
40 using Vertex = V; typedef in mbgl::gl::VertexBuffer
H A Dcontext.hpp66 …VertexBuffer<Vertex, DrawMode> createVertexBuffer(VertexVector<Vertex, DrawMode>&& v, const Buffer… in createVertexBuffer()
74 …void updateVertexBuffer(VertexBuffer<Vertex, DrawMode>& buffer, VertexVector<Vertex, DrawMode>&& v… in updateVertexBuffer()
H A Dtypes.hpp31 Vertex = 0x8B31, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp143 struct Vertex struct
145 QVector2D position;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dimgproc.hpp1172 struct CV_EXPORTS Vertex struct in cv::Subdiv2D
1179 int firstEdge;
1180 int type;
1181 Point2f pt;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dimgproc.hpp1172 struct CV_EXPORTS Vertex struct in cv::Subdiv2D
1179 int firstEdge;
1180 int type;
1181 Point2f pt;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dimgproc.hpp1172 struct CV_EXPORTS Vertex struct in cv::Subdiv2D
1179 int firstEdge;
1180 int type;
1181 Point2f pt;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp188 using Vertex = gl::detail::Vertex<gl::Attribute<uint16_t, 1>>; typedef in mbgl::SourceFunctionSymbolSizeBinder
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpaint_property_binder.hpp188 using Vertex = gl::detail::Vertex<Attribute>; typedef in mbgl::CompositeFunctionPaintPropertyBinder
/OK3568_Linux_fs/kernel/drivers/video/fbdev/riva/
H A Driva_hw.h339 } Vertex[16]; member