OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destroy
(Results
676 - 700
of
5200
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/content/renderer/media/android/
media_source_delegate.h
47
// Helper class used by scoped_ptr to
destroy
an instance of
52
static_cast<MediaSourceDelegate*>(media_source_delegate)->
Destroy
();
111
// Called by the Destroyer to
destroy
an instance of this object.
112
void
Destroy
();
/external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.h
33
virtual void
Destroy
() OVERRIDE;
/external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc
75
void
Destroy
();
103
Destroy
();
238
Destroy
();
273
void GLInProcessContextImpl::
Destroy
() {
/external/chromium_org/gpu/command_buffer/common/
gpu_control.h
39
//
Destroy
a gpu memory buffer. The ID must be positive.
/external/chromium_org/gpu/command_buffer/service/
vertex_array_manager.cc
26
void VertexArrayManager::
Destroy
(bool have_context) {
/external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc
64
gl1_.
Destroy
();
65
gl2_.
Destroy
();
284
gl2_.
Destroy
();
336
other_gl[i].
Destroy
();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_http.h
38
virtual void
Destroy
();
/external/chromium_org/net/test/
net_test_suite.cc
45
// We want to
destroy
this here before the TestSuite continues to tear down
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResourcesCache.h
49
// Called from all SVG renderers
destroy
() methods - except for RenderSVGResourceContainer.
/external/chromium_org/third_party/WebKit/Source/platform/
PlatformThreadData.cpp
51
void PlatformThreadData::
destroy
()
function in class:WebCore::PlatformThreadData
PlatformThreadData.h
51
void
destroy
();
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
DocumentOpenInDestroyStream.cpp
56
static PluginTest::Register<DocumentOpenInDestroyStream> documentOpenInDestroyStream("document-open-in-
destroy
-stream");
/external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.cpp
54
void FakeWebPlugin::
destroy
()
function in class:blink::FakeWebPlugin
/external/chromium_org/third_party/freetype/src/base/
basepic.c
58
/*
destroy
default module classes */
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-shape-plan.h
68
hb_destroy_func_t
destroy
,
/external/chromium_org/third_party/libjingle/source/talk/base/
win32window.h
50
void
Destroy
();
/external/chromium_org/third_party/libva/va/glx/
va_backend_glx.h
39
/* Optional:
destroy
a VA/GLX surface */
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_draw.c
80
rs->stage.
destroy
= nv50_render_destroy;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_draw.c
80
rs->stage.
destroy
= nvc0_render_destroy;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_stipple.c
78
stage->
destroy
= stipple_destroy;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_screen.c
427
trace_dump_call_begin("pipe_screen", "
destroy
");
432
screen->
destroy
(screen);
471
tr_scr->base.
destroy
= trace_screen_destroy;
510
assert(screen->
destroy
== trace_screen_destroy);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native.h
121
void (*
destroy
)(struct native_surface *nsurf);
member in struct:native_surface
197
void (*
destroy
)(struct native_display *ndpy);
member in struct:native_display
301
ndpy->pipe->
destroy
(ndpy->pipe);
303
ndpy->screen->
destroy
(ndpy->screen);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/gdi/
native_gdi.c
257
gsurf->base.
destroy
= gdi_surface_destroy;
381
if (winsys->
destroy
)
382
winsys->
destroy
(winsys);
402
gdpy->base.
destroy
= gdi_display_destroy;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
device.c
88
/*
Destroy
vscreen */
137
*
Destroy
a VdpPresentationQueueTarget.
155
*
Destroy
a VdpDevice.
166
dev->context->
destroy
(dev->context);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
handle.c
75
/* XXX
destroy
*/
Completed in 467 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>