HomeSort by relevance Sort by last modified time
    Searched refs:backing (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 60 private Vector<Backing> mBackings = new Vector<Backing>();
67 /** The most up-to-date data backing */
68 private Backing mCurrentBacking = null;
70 /** The currently locked backing */
71 private Backing mLockedBacking = null;
88 public Backing lockBacking(int mode, int access) {
89 Backing backing = fetchBacking(mode, access); local
90 if (backing == null)
187 Backing backing = getBacking(mode, access); local
204 final Backing backing = mBackings.get(i); local
216 Backing backing = createBacking(mode, access); local
226 Backing backing = null; local
309 final Backing backing = mBackings.get(i); local
    [all...]
FrameManager.java 19 import androidx.media.filterfw.BackingStore.Backing;
57 private Set<Backing> mBackings = new HashSet<Backing>();
115 public abstract Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize);
117 public abstract boolean cacheBacking(Backing backing);
135 public Backing fetchBacking(int mode, int access, int[] dimensions, int elemSize) {
140 public boolean cacheBacking(Backing backing) {
161 private PriorityQueue<Backing> mQueue
    [all...]
FrameValue.java 19 import androidx.media.filterfw.BackingStore.Backing;
30 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_OBJECT); local
31 backing.setData(value);
FrameImage2D.java 24 import androidx.media.filterfw.BackingStore.Backing;
63 Backing backing = mBackingStore.lockBacking(MODE_WRITE, BackingStore.ACCESS_BITMAP); local
64 backing.setData(bitmap);
  /external/chromium_org/cc/resources/
prioritized_resource_manager.cc 38 // 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
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...]
prioritized_resource.h 39 // 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.
106 class Backing : public Resource {
108 Backing(unsigned id,
112 ~Backing();
149 DISALLOW_COPY_AND_ASSIGN(Backing);
164 Backing* backing() const { return backing_; } function in class:cc::PrioritizedResource
    [all...]
prioritized_resource.cc 96 void PrioritizedResource::Link(Backing* backing) {
97 DCHECK(backing);
98 DCHECK(!backing->owner_);
101 backing_ = backing;
119 PrioritizedResource::Backing::Backing(unsigned id,
137 PrioritizedResource::Backing::~Backing() {
142 void PrioritizedResource::Backing::DeleteResource
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
buffer.cc 25 Buffer::Buffer(scoped_ptr<BufferBacking> backing)
26 : backing_(backing.Pass()),
buffer.h 45 explicit Buffer(scoped_ptr<BufferBacking> backing);
47 BufferBacking* backing() const { return backing_.get(); } function in class:gpu::Buffer
  /external/chromium_org/mojo/services/gles2/
command_buffer_impl.cc 135 scoped_ptr<gpu::BufferBacking> backing(
137 if (!backing.get())
140 command_buffer_->SetSharedStateBuffer(backing.Pass());
164 scoped_ptr<gpu::BufferBacking> backing(
166 if (!backing.get()) {
170 command_buffer_->RegisterTransferBuffer(id, backing.Pass());
  /external/chromium_org/v8/test/mjsunit/regress/
regress-117409.js 32 // Create literal with a fast double elements backing store
39 // Truncate array to 0 elements, at which point backing store will be replaced
43 // ArrayPush built-in will replace empty fixed array backing store with 19
44 // elements fixed array backing store. This leads to a mismatch between the map
45 // and the backing store. Debug mode will crash here in set_elements accessor.
48 // Corrupt the backing store!
regress-91013.js 28 // Test that KeyedStore stub for unboxed double arrays backing store
33 // Create array with unboxed double array backing store.
  /external/chromium_org/gpu/command_buffer/service/
transfer_buffer_manager_unittest.cc 44 scoped_ptr<SharedMemoryBufferBacking> backing(
46 SharedMemoryBufferBacking* backing_raw_ptr = backing.get();
49 1, backing.PassAs<BufferBacking>()));
54 EXPECT_EQ(backing_raw_ptr, registered->backing());
  /external/qemu/distrib/jpeg-6b/
Android.mk 16 # use ashmem as libjpeg decoder's backing store
22 # use sdcard as libjpeg decoder's backing store
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.h 40 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag;
SDL_QuartzWindow.m 184 - (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag
196 return [ super initWithContentRect:contentRect styleMask:styleMask backing:backingType defer:flag ];
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
CanvasTexture.java 51 abstract protected void onDraw(Canvas canvas, Bitmap backing);
MultiLineTexture.java 49 protected void onDraw(Canvas canvas, Bitmap backing) {
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 176 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, NULL)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
APPRTCAppDelegate.m 58 backing:NSBackingStoreBuffered
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
cocoa_full_screen_window.mm 50 backing:NSBackingStoreBuffered
  /external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/
testAPI_mac.mm 41 backing:NSBackingStoreBuffered
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_cocoa_mac.mm 44 backing:NSBackingStoreBuffered
64 backing:NSBackingStoreBuffered
  /external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.cc 282 gpu::SharedMemoryBufferBacking* backing =
283 static_cast<gpu::SharedMemoryBufferBacking*>(buffer->backing());
284 DCHECK(backing && backing->shared_memory());
286 TransportSHMHandle(dispatcher(), backing->shared_memory()),
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 225 SortedMap<C, V> backing = backingRowMap(); local
226 if (backing == null) {
233 SortedMap<C, V> backing = backingRowMap(); local
234 if (backing == null) {

Completed in 1199 milliseconds

1 2 3 4 5 6