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

/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.cc91 VertexAttribManager::VertexAttribManager() function in class:gpu::gles2::VertexAttribManager
99 VertexAttribManager::VertexAttribManager( function in class:gpu::gles2::VertexAttribManager
110 VertexAttribManager::~VertexAttribManager() {
121 void VertexAttribManager::Initialize(
135 void VertexAttribManager::SetElementArrayBuffer(Buffer* buffer) {
139 bool VertexAttribManager::Enable(GLuint index, bool enable) {
151 void VertexAttribManager
[all...]
H A Dvertex_attrib_manager.h87 friend class VertexAttribManager;
166 class GPU_EXPORT VertexAttribManager : class in namespace:gpu::gles2
167 public base::RefCounted<VertexAttribManager> {
171 VertexAttribManager();
255 friend class base::RefCounted<VertexAttribManager>;
258 VertexAttribManager(VertexArrayManager* manager, GLuint service_id,
261 ~VertexAttribManager();
282 // The VertexArrayManager that owns this VertexAttribManager

Completed in 378 milliseconds