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

  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager.cc 16 VertexArrayManager::VertexArrayManager()
21 VertexArrayManager::~VertexArrayManager() {
26 void VertexArrayManager::Destroy(bool have_context) {
32 VertexArrayManager::CreateVertexAttribManager(GLuint client_id,
49 VertexAttribManager* VertexArrayManager::GetVertexAttribManager(
55 void VertexArrayManager::RemoveVertexAttribManager(GLuint client_id) {
64 void VertexArrayManager::StartTracking(
69 void VertexArrayManager::StopTracking
    [all...]
vertex_array_manager.h 23 class GPU_EXPORT VertexArrayManager {
25 VertexArrayManager();
26 ~VertexArrayManager();
65 DISALLOW_COPY_AND_ASSIGN(VertexArrayManager);

Completed in 31 milliseconds