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

/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.cc173 bool GetAttribPointer(GLuint index, GLenum pname, void** ptr) const;
309 bool VertexArrayObject::GetAttribPointer( function in class:gpu::gles2::VertexArrayObject
426 bool VertexArrayObjectManager::GetAttribPointer( function in class:gpu::gles2::VertexArrayObjectManager
428 return bound_vertex_array_object_->GetAttribPointer(index, pname, ptr);

Completed in 315 milliseconds