Searched defs:backing (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/cc/resources/
H A Dprioritized_resource.cc98 void PrioritizedResource::Link(Backing* backing) { argument
99 DCHECK(backing);
100 DCHECK(!backing->owner_);
103 backing_ = backing;
H A Dprioritized_resource.h37 // Texture properties. Changing these causes the backing texture to be lost.
55 // This returns whether we still have a backing texture. This can continue
59 bool have_backing_texture() const { return !!backing(); }
64 // a backing texture for use. Call this whenever the texture is actually
76 // Update pixels of backing resource from image. This functions will aquire
77 // the backing if needed.
159 Backing* backing() const { return backing_; } function in class:cc::PrioritizedResource
160 void Link(Backing* backing);
H A Dprioritized_resource_manager.cc38 // Each remaining backing is a leaked opengl texture. There should be none.
171 PrioritizedResource::Backing* backing = (*it); local
172 backing->UpdateInDrawingImplTree();
234 if (texture->backing() || !texture->is_above_priority_cutoff())
237 // Find a backing below, by either recycling or allocating.
238 PrioritizedResource::Backing* backing = NULL;
249 backing = (*it);
255 // Otherwise reduce memory and just allocate a new backing texures.
256 if (!backing) {
262 backing
295 PrioritizedResource::Backing* backing = backings_.front(); local
398 PrioritizedResource::Backing* backing = (*it); local
459 PrioritizedResource::Backing* backing = new PrioritizedResource::Backing( local
470 PrioritizedResource::Backing* backing = backings_.front(); local
503 PrioritizedResource::Backing* backing = texture->backing(); local
530 PrioritizedResource::Backing* backing = *it; local
[all...]
/external/chromium_org/content/browser/loader/
H A Dredirect_to_file_resource_handler.cc30 // GrowableIOBuffer) because the backing IOBuffer may realloc its data. In this
38 DependentIOBuffer(net::IOBuffer* backing, char* memory) argument
40 backing_(backing) {
H A Dasync_resource_handler.cc70 DependentIOBuffer(ResourceBuffer* backing, char* memory) argument
72 backing_(backing) {
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c176 static SDL_Surface *backing; variable
209 backing = SDL_CreateRGBSurface(SDL_SWSURFACE, sprite->w, sprite->h, 8,
211 if ( backing == NULL ) {
219 converted = SDL_DisplayFormat(backing);
220 SDL_FreeSurface(backing);
227 backing = converted;
255 SDL_BlitSurface(backing, NULL, screen, &updates[0]);
296 SDL_BlitSurface(screen, &updates[1], backing, NULL);
312 SDL_BlitSurface(backing, NULL, screen, &updates[0]);
316 SDL_BlitSurface(screen, &updates[1], backing, NUL
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp176 ASSERT(layer->backing());
177 RenderLayerBacking* backing = layer->backing(); local
178 GraphicsLayer* mainLayer = backing->childForSuperlayers();
181 clearPositionConstraintExceptForLayer(backing->ancestorClippingLayer(), mainLayer);
182 clearPositionConstraintExceptForLayer(backing->graphicsLayer(), mainLayer);
383 RenderLayerBacking* backing = iter->key->backing(); local
386 GraphicsLayer* graphicsLayer = backing->scrollingContentsLayer();
388 graphicsLayer = backing
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_unittest.cc426 // Create the shared backing store.
869 // but should not expect ack for empty physical backing size.
880 // but should not expect ack for only physical backing size change.
1057 // Tests getting the backing store with the renderer not setting repaint ack
1065 // We don't currently have a backing store, and if the renderer doesn't send
1068 BackingStore* backing = host_->GetBackingStore(true); local
1069 EXPECT_FALSE(backing);
1076 // Allowing the renderer to reply in time should give is a backing store.
1080 backing = host_->GetBackingStore(true);
1081 EXPECT_TRUE(backing);
1101 BackingStore* backing = host_->GetBackingStore(true); local
[all...]
/external/chromium_org/v8/src/
H A Dparser.h79 explicit FunctionEntry(Vector<unsigned> backing) argument
80 : backing_(backing) { }
182 // a single element. The last element added is stored outside the backing list,
/external/v8/src/
H A Dparser.h79 explicit FunctionEntry(Vector<unsigned> backing) argument
80 : backing_(backing) { }
191 // a single element. The last element added is stored outside the backing list,
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.h729 RenderLayerBacking* backing() const { return m_backing.get(); } function in class:WebCore::RenderLayer
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 264 milliseconds