Searched defs:max_vertex_attribs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.h78 uint32 max_vertex_attribs() const { function in class:gpu::gles2::ContextGroup
H A Dvertex_attrib_manager.cc122 uint32 max_vertex_attribs, bool init_attribs) {
123 vertex_attribs_.resize(max_vertex_attribs);
121 Initialize( uint32 max_vertex_attribs, bool init_attribs) argument
/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.cc153 explicit VertexArrayObject(GLuint max_vertex_attribs);
196 VertexArrayObject::VertexArrayObject(GLuint max_vertex_attribs) argument
199 vertex_attribs_.resize(max_vertex_attribs);
330 GLuint max_vertex_attribs,
333 : max_vertex_attribs_(max_vertex_attribs),
340 default_vertex_array_object_(new VertexArrayObject(max_vertex_attribs)),
329 VertexArrayObjectManager( GLuint max_vertex_attribs, GLuint array_buffer_id, GLuint element_array_buffer_id) argument
H A Dgles2_implementation.h150 GLint max_vertex_attribs; member in struct:gpu::gles2::GLES2Implementation::GLStaticState::IntState

Completed in 341 milliseconds