/external/chromium_org/gpu/command_buffer/service/ |
query_manager.cc | 73 virtual void Destroy(bool have_context) OVERRIDE; 132 void AsyncPixelTransfersCompletedQuery::Destroy(bool /* have_context */) { 153 virtual void Destroy(bool have_context) OVERRIDE; 194 void AllSamplesPassedQuery::Destroy(bool have_context) { 212 virtual void Destroy(bool have_context) OVERRIDE; 242 void CommandsIssuedQuery::Destroy(bool /* have_context */) { 259 virtual void Destroy(bool have_context) OVERRIDE; 285 void CommandLatencyQuery::Destroy(bool /* have_context */) { 305 virtual void Destroy(bool have_context) OVERRIDE; 340 void AsyncReadPixelsCompletedQuery::Destroy(bool /* have_context */) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_cache.c | 73 /** Destroy a (key, value) pair */ 74 void (*destroy)(void *key, void *value); member in struct:util_cache 92 void (*destroy)(void *key, void *value), 103 cache->destroy = destroy; 172 if(cache->destroy) 173 cache->destroy(key, value);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
context.c | 258 pipe->destroy(pipe); 266 context_priv->decoder->destroy(context_priv->decoder); 267 pipe->destroy(pipe); 276 context_priv->decoder->destroy(context_priv->decoder); 277 pipe->destroy(pipe); 329 context_priv->decoder->destroy(context_priv->decoder); 332 context_priv->pipe->destroy(context_priv->pipe);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.c | 73 /** Destroy a (key, value) pair */ 74 void (*destroy)(void *key, void *value); member in struct:util_cache 92 void (*destroy)(void *key, void *value), 103 cache->destroy = destroy; 172 if(cache->destroy) 173 cache->destroy(key, value);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
context.c | 258 pipe->destroy(pipe); 266 context_priv->decoder->destroy(context_priv->decoder); 267 pipe->destroy(pipe); 276 context_priv->decoder->destroy(context_priv->decoder); 277 pipe->destroy(pipe); 329 context_priv->decoder->destroy(context_priv->decoder); 332 context_priv->pipe->destroy(context_priv->pipe);
|
/external/chromium_org/chrome/browser/android/ |
shortcut_helper.cc | 58 Destroy(); 62 Destroy(); 103 Destroy(); 117 Destroy(); 120 void ShortcutBuilder::Destroy() {
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftlist.h | 222 /* finalization by @FT_List_Finalize to destroy all elements in a */ 228 /* data :: The current object to destroy. */ 245 /* Destroy all elements in the list as well as the list itself. */ 250 /* destroy :: A list destructor that will be applied to each element */ 264 FT_List_Destructor destroy,
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_glx_pixmap.c | 53 .destroy = pixmap_destroy 143 d->destroy(d); 152 d->destroy(d); 162 d->destroy(d); 174 d->destroy(d);
|
/external/chromium_org/ui/gl/ |
gl_context_glx.cc | 102 void GLContextGLX::Destroy() { 122 Destroy(); 132 Destroy(); 139 Destroy(); 227 Destroy();
|
gl_surface_x11.cc | 35 virtual void Destroy() OVERRIDE; 116 Destroy(); 123 void NativeViewGLSurfaceOSMesa::Destroy() { 152 // Destroy the previous pixmap and graphics context. 265 Destroy();
|
/external/freetype/include/freetype/ |
ftlist.h | 222 /* finalization by @FT_List_Finalize to destroy all elements in a */ 228 /* data :: The current object to destroy. */ 245 /* Destroy all elements in the list as well as the list itself. */ 250 /* destroy :: A list destructor that will be applied to each element */ 264 FT_List_Destructor destroy,
|
/external/mesa3d/src/glx/apple/ |
apple_glx_pixmap.c | 53 .destroy = pixmap_destroy 143 d->destroy(d); 152 d->destroy(d); 162 d->destroy(d); 174 d->destroy(d);
|
/external/srec/srec/Nametag/include/ |
SR_Nametags.h | 86 * Returns Nametag with the specified ID. It is illegal to destroy the returned Nametag 96 * Returns Nametag at the specified index. It is illegal to destroy the returned Nametag 119 ESR_ReturnCode(*destroy)(struct SR_Nametags_t* self); member in struct:SR_Nametags_t 177 * Returns Nametag with the specified ID. It is illegal to destroy the returned Nametag 187 * Returns Nametag at the specified index. It is illegal to destroy the returned Nametag
|
/frameworks/wilhelm/tests/sandbox/ |
multithread.c | 17 // Multiple threads create and destroy objects 61 (*myMixObject)->Destroy(myMixObject); 86 (*myPlayerObject)->Destroy(myPlayerObject); 190 (*mixObject)->Destroy(mixObject); 191 (*engineObject)->Destroy(engineObject);
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapList.java | 29 @Override public void destroy() { 30 // Don't call super.destroy(). 171 public void destroy() { method in class:ImapList 174 e.destroy(); 178 super.destroy();
|
/art/runtime/verifier/ |
reg_type_cache.cc | 246 UndefinedType::Destroy(); 247 ConflictType::Destroy(); 248 BooleanType::Destroy(); 249 ByteType::Destroy(); 250 ShortType::Destroy(); 251 CharType::Destroy(); 252 IntegerType::Destroy(); 253 LongLoType::Destroy(); 254 LongHiType::Destroy(); 255 FloatType::Destroy(); [all...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
RecentlyClosedBridge.java | 65 // Ensure that destroy() was called. 70 * Cleans up the C++ side of this class. This instance must not be used after calling destroy(). 72 public void destroy() { method in class:RecentlyClosedBridge
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/ |
FaviconHelper.java | 17 * created & used & destroyed (by destroy()) in the same thread due to the C++ CancelableTaskTracker 52 // Ensure that destroy() was called. 59 public void destroy() { method in class:FaviconHelper
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/ |
MostVisitedSites.java | 57 * Cleans up the C++ side of this class. This instance must not be used after calling destroy(). 59 public void destroy() { method in class:MostVisitedSites 67 // Ensure that destroy() was called.
|
/external/chromium_org/chrome/browser/profiles/ |
profile_destroyer_unittest.cc | 88 // destroying the browser should not destroy the off the record profile... 92 // until we destroy the render process host holding on to it... 120 // Trying to destroy the original profile should be delayed until associated
|
/external/chromium_org/chrome/browser/ui/search/ |
instant_unload_handler.cc | 34 handler_->Destroy(this); 88 Destroy(delegate); 97 void InstantUnloadHandler::Destroy(WebContentsDelegateImpl* delegate) {
|
/external/chromium_org/mojo/system/ |
proxy_message_pipe_endpoint.cc | 44 (*it)->Destroy(); 61 message->Destroy(); 138 (*it)->Destroy();
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_resource_manager.cc | 74 // actually destroy the object until the manager is destroyed. 78 // Release the lock before we call Destroy; resources can call 83 resource->Destroy();
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
win32window_unittest.cc | 68 wnd.Destroy(); 79 wnd1.Destroy(); 80 wnd2.Destroy();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/null/ |
native_null.c | 134 if (ws->destroy) 135 ws->destroy(ws); 159 null->base.destroy = null_display_destroy;
|