Home
last modified time | relevance | path

Searched refs:BufferID (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dobject.hpp26 void operator()(BufferID) const;
53 using UniqueBuffer = std_experimental::unique_resource<BufferID, detail::BufferDeleter>;
H A Dvertex_array.cpp8 void VertexArray::bind(Context& context, BufferID indexBuffer, const AttributeBindingArray& binding… in bind()
H A Dvertex_array.hpp59 void bind(Context&, BufferID indexBuffer, const AttributeBindingArray&);
H A Dobject.cpp20 void BufferDeleter::operator()(BufferID id) const { in operator ()()
H A Dtypes.hpp12 using BufferID = uint32_t; typedef
H A Dvalue.hpp223 using Type = gl::BufferID;
230 using Type = gl::BufferID;
H A Dcontext.cpp53 static_assert(std::is_same<BufferID, GLuint>::value, "OpenGL type mismatch");
245 BufferID id = 0; in createVertexBuffer()
259 BufferID id = 0; in createIndexBuffer()
H A Dattribute.hpp35 BufferID vertexBuffer;
H A Dcontext.hpp297 std::vector<BufferID> abandonedBuffers;