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

  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager.cc 11 #include "gpu/command_buffer/service/vertex_attrib_manager.h"
33 scoped_refptr<VertexAttribManager> vertex_attrib_manager(
37 std::make_pair(client_id, vertex_attrib_manager));
50 VertexAttribManager* vertex_attrib_manager = it->second.get(); local
51 vertex_attrib_manager->MarkAsDeleted();
57 VertexAttribManager* /* vertex_attrib_manager */) {
62 VertexAttribManager* /* vertex_attrib_manager */) {
context_state.h 16 #include "gpu/command_buffer/service/vertex_attrib_manager.h"
143 scoped_refptr<VertexAttribManager> vertex_attrib_manager; member in struct:gpu::gles2::ContextState

Completed in 144 milliseconds