Searched refs:UnbindBuffer (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dvertex_array_object_manager.h39 void UnbindBuffer(GLuint id);
H A Dvertex_array_object_manager_unittest.cc70 TEST_F(VertexArrayObjectManagerTest, UnbindBuffer) {
96 manager_->UnbindBuffer(kBufferToUnbind);
97 manager_->UnbindBuffer(kElementArray);
128 manager_->UnbindBuffer(0);
H A Dvertex_array_object_manager.cc155 void UnbindBuffer(GLuint id);
202 void VertexArrayObject::UnbindBuffer(GLuint id) { function in class:gpu::gles2::VertexArrayObject
361 void VertexArrayObjectManager::UnbindBuffer(GLuint id) { function in class:gpu::gles2::VertexArrayObjectManager
362 bound_vertex_array_object_->UnbindBuffer(id);
H A Dgles2_implementation.cc2639 vertex_array_object_manager_->UnbindBuffer(buffers[ii]);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11.cpp202 virtual void UnbindBuffer(ID3D11Buffer* buffer) = 0;
H A Dd3d11_objects.h403 device->UnbindBuffer(this);
H A Dd3d11_context.h1934 void UnbindBuffer(ID3D11Buffer* buffer) function in struct:GalliumD3D11DeviceContext
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11.cpp202 virtual void UnbindBuffer(ID3D11Buffer* buffer) = 0;
H A Dd3d11_objects.h403 device->UnbindBuffer(this);
H A Dd3d11_context.h1934 void UnbindBuffer(ID3D11Buffer* buffer) function in struct:GalliumD3D11DeviceContext

Completed in 276 milliseconds