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

/external/chromium_org/gpu/command_buffer/common/
H A Dbuffer.cc25 Buffer::Buffer(scoped_ptr<BufferBacking> backing) argument
26 : backing_(backing.Pass()),
H A Dbuffer.h45 explicit Buffer(scoped_ptr<BufferBacking> backing);
47 BufferBacking* backing() const { return backing_.get(); } function in class:gpu::Buffer
/external/chromium_org/cc/resources/
H A Dprioritized_resource.cc96 void PrioritizedResource::Link(Backing* backing) { argument
97 DCHECK(backing);
98 DCHECK(!backing->owner_);
101 backing_ = backing;
H A Dprioritized_resource.h39 // Texture properties. Changing these causes the backing texture to be lost.
57 // This returns whether we still have a backing texture. This can continue
61 bool have_backing_texture() const { return !!backing(); }
66 // a backing texture for use. Call this whenever the texture is actually
78 // Update pixels of backing resource from image. This functions will aquire
79 // the backing if needed.
164 Backing* backing() const { return backing_; } function in class:cc::PrioritizedResource
165 void Link(Backing* backing);
H A Dprioritized_resource_manager.cc38 // Each remaining backing is a leaked opengl texture. There should be none.
172 PrioritizedResource::Backing* backing = (*it); local
173 backing->UpdateState(resource_provider);
235 if (texture->backing() || !texture->is_above_priority_cutoff())
238 // Find a backing below, by either recycling or allocating.
239 PrioritizedResource::Backing* backing = NULL;
250 backing = (*it);
256 // Otherwise reduce memory and just allocate a new backing texures.
257 if (!backing) {
263 backing
296 PrioritizedResource::Backing* backing = backings_.front(); local
395 PrioritizedResource::Backing* backing = (*it); local
460 PrioritizedResource::Backing* backing = new PrioritizedResource::Backing( local
471 PrioritizedResource::Backing* backing = backings_.front(); local
504 PrioritizedResource::Backing* backing = texture->backing(); local
531 PrioritizedResource::Backing* backing = *it; local
[all...]
/external/chromium_org/content/browser/loader/
H A Dredirect_to_file_resource_handler.cc28 // GrowableIOBuffer) because the backing IOBuffer may realloc its data. In this
36 DependentIOBuffer(net::IOBuffer* backing, char* memory) argument
38 backing_(backing) {
H A Dasync_resource_handler.cc71 DependentIOBuffer(ResourceBuffer* backing, char* memory) argument
73 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/v8/src/
H A Dparser.h40 explicit FunctionEntry(Vector<unsigned> backing) argument
41 : backing_(backing) { }
100 // a single element. The last element added is stored outside the backing list,
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3234 BlockdevRef * backing; member in struct:BlockdevOptionsGenericCOWFormat
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 311 milliseconds