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

/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.h30 typedef std::list<VertexAttrib*> VertexAttribList; typedef in class:gpu::gles2::VertexAttrib
97 void SetList(VertexAttribList* new_list) {
157 VertexAttribList* list_;
160 VertexAttribList::iterator it_;
169 typedef std::list<VertexAttrib*> VertexAttribList; typedef in class:gpu::gles2::VertexAttribManager
181 const VertexAttribList& GetEnabledVertexAttribs() const {
279 VertexAttribList enabled_vertex_attribs_;
280 VertexAttribList disabled_vertex_attribs_;

Completed in 352 milliseconds