Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 25 of 104) sorted by relevance

12345

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dkernel.hpp51 void unbind();
94 virtual void unbind(exec_context &ctx) = 0;
150 virtual void unbind(exec_context &ctx);
162 virtual void unbind(exec_context &ctx);
175 virtual void unbind(exec_context &ctx);
186 virtual void unbind(exec_context &ctx);
207 virtual void unbind(exec_context &ctx);
218 virtual void unbind(exec_context &ctx);
229 virtual void unbind(exec_context &ctx);
Dkernel.cpp95 exec.unbind(); in launch()
240 kernel::exec_context::unbind() { in unbind() function in kernel::exec_context
242 arg.unbind(*this); in unbind()
399 kernel::scalar_argument::unbind(exec_context &ctx) { in unbind() function in kernel::scalar_argument
435 kernel::global_argument::unbind(exec_context &ctx) { in unbind() function in kernel::global_argument
469 kernel::local_argument::unbind(exec_context &ctx) { in unbind() function in kernel::local_argument
503 kernel::constant_argument::unbind(exec_context &ctx) { in unbind() function in kernel::constant_argument
535 kernel::image_rd_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_rd_argument
566 kernel::image_wr_argument::unbind(exec_context &ctx) { in unbind() function in kernel::image_wr_argument
590 kernel::sampler_argument::unbind(exec_context &ctx) { in unbind() function in kernel::sampler_argument
[all …]
/external/python/cpython2/Lib/idlelib/
DMultiCall.py93 def unbind(self, triplet, func): member in _SimpleBinder
96 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
221 def unbind(self, triplet, func): member in _ComplexBinder
230 self.widget.unbind(self.widgetinst, seq, id)
331 self.__binders[triplet[1]].unbind(triplet, ei[0])
340 def unbind(self, sequence, funcid=None): member in MultiCallCreator.MultiCall
347 self.__binders[triplet[1]].unbind(triplet, func)
349 return widget.unbind(self, sequence, funcid)
378 self.__binders[triplet[1]].unbind(triplet, func)
[all …]
DAutoCompleteWindow.py386 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideid)
390 self.widget.unbind(KEYPRESS_VIRTUAL_EVENT_NAME, self.keypressid)
394 self.widget.unbind(KEYRELEASE_VIRTUAL_EVENT_NAME, self.keyreleaseid)
396 self.listbox.unbind(LISTUPDATE_SEQUENCE, self.listupdateid)
398 self.autocompletewindow.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
DIOBinding.py160 self.text.unbind("<<open-window-from-file>>", self.__id_open)
161 self.text.unbind("<<save-window>>", self.__id_save)
162 self.text.unbind("<<save-window-as-file>>",self.__id_saveas)
163 self.text.unbind("<<save-copy-of-window-as-file>>", self.__id_savecopy)
164 self.text.unbind("<<print-window>>", self.__id_print)
DCallTipWindow.py117 self.widget.unbind(CHECKHIDE_VIRTUAL_EVENT_NAME, self.checkhideid)
121 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideid)
DUndoDelegator.py29 self.unbind("<<undo>>")
30 self.unbind("<<redo>>")
31 self.unbind("<<dump-undo-state>>")
/external/python/cpython3/Lib/idlelib/
Dmulticall.py98 def unbind(self, triplet, func): member in _SimpleBinder
101 self.widget.unbind(self.widgetinst, self.sequence, self.handlerid)
107 self.widget.unbind(self.widgetinst, self.sequence,
231 def unbind(self, triplet, func): member in _ComplexBinder
241 self.widget.unbind(self.widgetinst, seq, id)
343 self.__binders[triplet[1]].unbind(triplet, ei[0])
352 def unbind(self, sequence, funcid=None): member in MultiCallCreator.MultiCall
359 self.__binders[triplet[1]].unbind(triplet, func)
361 return widget.unbind(self, sequence, funcid)
391 self.__binders[triplet[1]].unbind(triplet, func)
[all …]
Dautocomplete_w.py396 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideid)
400 self.widget.unbind(KEYPRESS_VIRTUAL_EVENT_NAME, self.keypressid)
404 self.widget.unbind(KEYRELEASE_VIRTUAL_EVENT_NAME, self.keyreleaseid)
406 self.listbox.unbind(LISTUPDATE_SEQUENCE, self.listupdateid)
408 self.autocompletewindow.unbind(WINCONFIG_SEQUENCE, self.winconfigid)
Diomenu.py131 self.text.unbind("<<open-window-from-file>>", self.__id_open)
132 self.text.unbind("<<save-window>>", self.__id_save)
133 self.text.unbind("<<save-window-as-file>>",self.__id_saveas)
134 self.text.unbind("<<save-copy-of-window-as-file>>", self.__id_savecopy)
135 self.text.unbind("<<print-window>>", self.__id_print)
Dcalltip_w.py117 self.widget.unbind(CHECKHIDE_VIRTUAL_EVENT_NAME, self.checkhideid)
121 self.widget.unbind(HIDE_VIRTUAL_EVENT_NAME, self.hideid)
Dundo.py31 self.unbind("<<undo>>")
32 self.unbind("<<redo>>")
33 self.unbind("<<dump-undo-state>>")
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp347 this->vertexDeclaration->unbind(); in Capture()
366 this->indexBuffer->unbind(); in Capture()
423 streamSource[stream].vertexBuffer->unbind(); in Capture()
451 this->texture[sampler]->unbind(); in Capture()
501 this->pixelShader->unbind(); in Capture()
520 this->vertexShader->unbind(); in Capture()
651 if(this->indexBuffer) this->indexBuffer->unbind(); in setIndices()
682 if(this->pixelShader) this->pixelShader->unbind(); in setPixelShader()
731 if(streamSource[stream].vertexBuffer) streamSource[stream].vertexBuffer->unbind(); in setStreamSource()
755 if(this->texture[sampler]) this->texture[sampler]->unbind(); in setTexture()
[all …]
DUnknown.hpp36 virtual void unbind();
/external/linux-kselftest/tools/testing/selftests/media_tests/
Dregression_test.txt8 Run bin/unbind loop while ioctls are in progress.
35 device file goes away after unbind, device file name changes. Start the
37 after unbind, /dev/media1 or /dev/media2 could get created. The idea is
38 keep ioctls going while bind/unbind runs.
41 and number to run bind and unbind. Start the bind_unbind.sh
/external/swiftshader/src/OpenGL/libGL/
DTexture.cpp292 image[i]->unbind(); in ~Texture2D()
373 image[level]->unbind(); in setImage()
390 image[level]->unbind(); in setCompressedImage()
425 image[level]->unbind(); in copyImage()
480 image[0]->unbind(); in setImage()
575 image[i]->unbind(); in generateMipmaps()
647 image[f][i]->unbind(); in ~TextureCubeMap()
748 image[face][level]->unbind(); in setCompressedImage()
884 image[face][level]->unbind(); in setImage()
911 image[face][level]->unbind(); in copyImage()
[all …]
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp407 void unbind (void) const;
464 void TestVertexData::unbind (void) const in unbind() function in deqp::gles31::Functional::__anoncaba59090111::TestVertexData
479 void unbind (void) const;
543 void TestTexture2D::unbind (void) const in unbind() function in deqp::gles31::Functional::__anoncaba59090111::TestTexture2D
562 void unbind (void);
642 void TestFramebuffer::unbind (void) in unbind() function in deqp::gles31::Functional::__anoncaba59090111::TestFramebuffer
963 m_framebufferList[idx]->unbind(); in copyFrameBufferTexture()
969 m_framebufferList[fboSrcIdx]->unbind(); in copyFrameBufferTexture()
973 m_framebufferList[fboDstIdx]->unbind(); in copyFrameBufferTexture()
988 m_framebufferList[fboSrcIdx]->unbind(); in copyFrameBufferTexture()
[all …]
/external/swiftshader/src/Renderer/
DLRUCache.hpp83 data[i]->unbind(); in ~LRUCache()
136 this->data[top]->unbind(); in add()
/external/v8/src/inspector/
Dinjected-script-native.cc53 void InjectedScriptNative::unbind(int id) { in unbind() function in v8_inspector::InjectedScriptNative
77 for (int id : groupIt->second) unbind(id); in releaseObjectGroup()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java80 controller.create().bind().unbind(); in unbind_callsUnbindWhilePaused()
86 controller.create().bind().unbind().bind().rebind(); in rebind_callsRebindWhilePaused()
DServiceControllerTest.java82 controller.create().bind().unbind(); in unbind_callsUnbindWhilePaused()
88 controller.create().bind().unbind().bind().rebind(); in rebind_callsRebindWhilePaused()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp175 swapChain[i]->unbind(); in ~Direct3DDevice8()
182 depthStencil->unbind(); in ~Direct3DDevice8()
188 renderTarget->unbind(); in ~Direct3DDevice8()
196 texture[i]->unbind(); in ~Direct3DDevice8()
205 dataStream[i]->unbind(); in ~Direct3DDevice8()
212 indexData->unbind(); in ~Direct3DDevice8()
220 pixelShader[i]->unbind(); in ~Direct3DDevice8()
229 vertexShader[i]->unbind(); in ~Direct3DDevice8()
238 stateRecorder[i]->unbind(); in ~Direct3DDevice8()
866 stateRecorder[token]->unbind(); in DeleteStateBlock()
[all …]
DUnknown.hpp36 virtual void unbind();
/external/swiftshader/src/Reactor/
DRoutine.hpp31 void unbind();
DRoutine.cpp33 void Routine::unbind() in unbind() function in sw::Routine

12345