Searched refs:VertexArrayObject (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.h20 class VertexArrayObject;
97 typedef base::hash_map<GLuint, VertexArrayObject*> VertexArrayObjectMap;
115 VertexArrayObject* default_vertex_array_object_;
116 VertexArrayObject* bound_vertex_array_object_;
H A Dvertex_array_object_manager.cc43 class GLES2_IMPL_EXPORT VertexArrayObject { class in namespace:gpu::gles2
153 explicit VertexArrayObject(GLuint max_vertex_attribs);
193 DISALLOW_COPY_AND_ASSIGN(VertexArrayObject);
196 VertexArrayObject::VertexArrayObject(GLuint max_vertex_attribs) function in class:gpu::gles2::VertexArrayObject
202 void VertexArrayObject::UnbindBuffer(GLuint id) {
220 bool VertexArrayObject::BindElementArray(GLuint id) {
227 bool VertexArrayObject::HaveEnabledClientSideBuffers() const {
231 void VertexArrayObject::SetAttribEnable(GLuint index, bool enabled) {
244 void VertexArrayObject
[all...]

Completed in 568 milliseconds