Searched refs:Unbind (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.h121 void Unbind(Buffer* buffer);
229 void Unbind(Buffer* buffer);
H A Dvertex_attrib_manager.cc63 void VertexAttrib::Unbind(Buffer* buffer) { function in class:gpu::gles2::VertexAttrib
151 void VertexAttribManager::Unbind(Buffer* buffer) { function in class:gpu::gles2::VertexAttribManager
156 vertex_attribs_[vv].Unbind(buffer);
H A Dvertex_attrib_manager_unittest.cc184 TEST_F(VertexAttribManagerTest, Unbind) {
202 // Unbind unattached buffer.
203 manager_->Unbind(buffer2);
207 // Unbind buffer.
208 manager_->Unbind(buffer1);
H A Dcontext_state.h73 void Unbind(TextureRef* texture) { function in struct:gpu::gles2::TextureUnit
H A Dgles2_cmd_decoder.cc2936 state_.vertex_attrib_manager->Unbind(buffer);
2984 // Unbind from current framebuffers.
3017 // Unbind texture_ref from texture_ref units.
3019 state_.texture_units[jj].Unbind(texture_ref);
3021 // Unbind from current framebuffers.
3421 // Unbind everything.
/external/chromium_org/third_party/webrtc/base/
H A Dvirtualsocketserver.h132 int Unbind(const SocketAddress& addr, VirtualSocket* socket);
H A Dvirtualsocketserver.cc153 server_->Unbind(local_addr_, this);
690 int VirtualSocketServer::Unbind(const SocketAddress& addr, function in class:rtc::VirtualSocketServer
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py430 self.time[0].Unbind(wx.EVT_KILL_FOCUS, self.time[0])
431 self.time[1].Unbind(wx.EVT_KILL_FOCUS, self.time[1])
432 self.time[2].Unbind(wx.EVT_KILL_FOCUS, self.time[2])
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h101 DX10_ONLY(device->Unbind##name(this)); \
109 DX10_ONLY(device->Unbind##name(this)); \
H A Dd3d11_context.h1889 void Unbind##name(ID3D11##name* state) \
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_objects.h101 DX10_ONLY(device->Unbind##name(this)); \
109 DX10_ONLY(device->Unbind##name(this)); \
H A Dd3d11_context.h1889 void Unbind##name(ID3D11##name* state) \

Completed in 398 milliseconds