HomeSort by relevance Sort by last modified time
    Searched full:destroy (Results 851 - 875 of 5200) sorted by null

<<31323334353637383940>>

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 57 // Called in Destroy(), before the context/surface are released.
151 void Destroy();
217 // GpuChannels destroy all the GpuCommandBufferStubs that they own when they
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory_tv.cc 35 void Destroy();
114 void RTCDemuxerStream::Destroy() {
191 stream_->Destroy();
  /external/chromium_org/gpu/command_buffer/service/
shader_manager_unittest.cc 24 manager_.Destroy(false);
62 TEST_F(ShaderManagerTest, Destroy) {
74 manager_.Destroy(true);
  /external/chromium_org/ppapi/proxy/
plugin_var_tracker_unittest.cc 206 // Release the plugin ref to the var. WebKit hasn't called destroy so
207 // we won't get a destroy call.
235 // Destroy the instance. This should not call deallocate since the plugin
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan.cc 203 * @destroy:
216 hb_destroy_func_t destroy,
219 return hb_object_set_user_data (shape_plan, key, data, destroy, replace);
  /external/chromium_org/third_party/libjingle/source/talk/base/
autodetectproxy.cc 54 resolver_->Destroy(false);
156 resolver_->Destroy(false);
199 resolver_->Destroy(false);
  /external/chromium_org/third_party/mesa/src/include/GL/
osmesa.h 38 * OSMesaDestroyContext - destroy an OSMesaContext
138 * Destroy an Off-Screen Mesa rendering context.
140 * Input: ctx - the context to destroy
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 265 ctx->destroy = noop_destroy_context;
351 oscreen->destroy(oscreen);
371 screen->destroy = noop_destroy_screen;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_screen.c 336 if(winsys->destroy)
337 winsys->destroy(winsys);
380 screen->base.destroy = softpipe_destroy_screen;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_context.c 66 svga->swc->destroy(svga->swc);
97 svga->pipe.destroy = svga_destroy;
193 svga->swc->destroy(svga->swc);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_screen.c 370 if (screen->st_api && screen->st_api->destroy)
371 screen->st_api->destroy(screen->st_api);
374 screen->base.screen->destroy(screen->base.screen);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 128 * Destroy an XMesaVisual, but not the associated XVisualInfo.
150 * Destroy a rendering context as returned by XMesaCreateContext()
171 * Destroy an XMesaBuffer, but not the corresponding window or pixmap.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_manager.c 160 pipe->destroy(pipe);
194 pipe->destroy(pipe);
199 ctx->iface.destroy = vg_context_destroy;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_fence.c 281 * vmw_fence_ops_destroy - Destroy a pb_fence_ops function table.
283 * @ops: The function table to destroy.
313 ops->base.destroy = &vmw_fence_ops_destroy;
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 44 Destroy();
56 Destroy();
66 void AcceleratedSurface::Destroy() {
  /external/clang/test/Analysis/
dtor.cpp 300 void destroy(Subclass *obj) { function in namespace:ExplicitDestructorCall
423 void destroy(T &obj) { function in namespace:PseudoDtor
430 destroy(i);
  /external/clang/test/CodeGenCXX/
microsoft-abi-exceptions.cpp 46 // Destroy the two const ref temporaries.
51 // Conditionally destroy arg1.
114 // Somewhere in the landing pad soup, we conditionally destroy arg1.
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 103 Display.destroy();
152 Display.destroy();
154 listener.handleError("Failed to destroy context", ex);
  /external/kernel-headers/original/linux/
dm-ioctl.h 30 * Remove all dm devices, destroy all tables. Only really used
43 * Remove a device, destroy any tables.
73 * Destroy any table in the 'inactive' slot (ie. abort).
  /external/llvm/include/llvm/ADT/
SmallVector.h 280 // Destroy the original elements.
300 // No need to do a destroy loop for POD's.
387 // Destroy the constructed elements in the vector.
696 /// This does not construct or destroy any elements in the vector.
754 // destroy any excess.
765 // Destroy excess elements.
773 // If we have to grow to have enough elements, destroy the current elements.
777 // Destroy current elements.
814 // destroy any excess.
823 // Destroy excess elements and trim the bounds
    [all...]
  /external/mesa3d/include/GL/
osmesa.h 38 * OSMesaDestroyContext - destroy an OSMesaContext
138 * Destroy an Off-Screen Mesa rendering context.
140 * Input: ctx - the context to destroy
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 265 ctx->destroy = noop_destroy_context;
351 oscreen->destroy(oscreen);
371 screen->destroy = noop_destroy_screen;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c 336 if(winsys->destroy)
337 winsys->destroy(winsys);
380 screen->base.destroy = softpipe_destroy_screen;
  /external/mesa3d/src/gallium/drivers/svga/
svga_context.c 66 svga->swc->destroy(svga->swc);
97 svga->pipe.destroy = svga_destroy;
193 svga->swc->destroy(svga->swc);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_screen.c 370 if (screen->st_api && screen->st_api->destroy)
371 screen->st_api->destroy(screen->st_api);
374 screen->base.screen->destroy(screen->base.screen);

Completed in 1895 milliseconds

<<31323334353637383940>>