Home
last modified time | relevance | path

Searched refs:VertexArrayID (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dobject.hpp36 void operator()(VertexArrayID) const;
55 using UniqueVertexArray = std_experimental::unique_resource<VertexArrayID, detail::VertexArrayDelet…
H A Dobject.cpp34 void VertexArrayDeleter::operator()(VertexArrayID id) const { in operator ()()
H A Dtypes.hpp14 using VertexArrayID = uint32_t; typedef
H A Dvalue.hpp237 using Type = gl::VertexArrayID;
H A Dcontext.hpp299 std::vector<VertexArrayID> abandonedVertexArrays;
H A Dcontext.cpp55 static_assert(std::is_same<VertexArrayID, GLuint>::value, "OpenGL type mismatch");
357 VertexArrayID id = 0; in createVertexArray()