HomeSort by relevance Sort by last modified time
    Searched refs:VertexArrayObject (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
vertex_array_object_manager.h 19 class VertexArrayObject;
96 typedef gpu::hash_map<GLuint, VertexArrayObject*> VertexArrayObjectMap;
114 VertexArrayObject* default_vertex_array_object_;
115 VertexArrayObject* bound_vertex_array_object_;
vertex_array_object_manager.cc 43 class GLES2_IMPL_EXPORT VertexArrayObject {
153 explicit VertexArrayObject(GLuint max_vertex_attribs);
193 DISALLOW_COPY_AND_ASSIGN(VertexArrayObject);
196 VertexArrayObject::VertexArrayObject(GLuint max_vertex_attribs)
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::SetAttribPointer
    [all...]

Completed in 40 milliseconds