HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 501 - 525 of 2392) sorted by null

<<21222324252627282930>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapper.java 1 package com.bumptech.glide.load.resource.gifbitmap;
4 import com.bumptech.glide.load.engine.Resource;
5 import com.bumptech.glide.load.resource.gif.GifData;
8 private final Resource<GifData> gifResource;
9 private final Resource<Bitmap> bitmapResource;
11 public GifBitmapWrapper(Resource<Bitmap> bitmapResource, Resource<GifData> gifResource) {
13 throw new IllegalArgumentException("Can only contain either a bitmap resource or a gif resource, not both");
16 throw new IllegalArgumentException("Must contain either a bitmap resource or a gif resource")
    [all...]
GifBitmapWrapperResource.java 1 package com.bumptech.glide.load.resource.gifbitmap;
4 import com.bumptech.glide.load.engine.Resource;
5 import com.bumptech.glide.load.resource.gif.GifData;
7 public class GifBitmapWrapperResource extends Resource<GifBitmapWrapper> {
26 Resource<Bitmap> bitmapResource = data.getBitmapResource();
30 Resource<GifData> gifDataResource = data.getGifResource();
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
BitmapBytesTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
4 import com.bumptech.glide.load.engine.Resource;
5 import com.bumptech.glide.load.resource.bytes.BytesResource;
23 public Resource<byte[]> transcode(Resource<Bitmap> toTranscode) {
32 return "BitmapBytesTranscoder.com.bumptech.glide.load.resource.transcode";
BitmapDrawableTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
6 import com.bumptech.glide.load.engine.Resource;
7 import com.bumptech.glide.load.resource.bitmap.BitmapDrawableResource;
20 public Resource<BitmapDrawable> transcode(Resource<Bitmap> toTranscode) {
27 return "BitmapDrawableTranscoder.com.bumptech.glide.load.resource.transcode";
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.h 101 static INLINE struct svga_texture *svga_texture( struct pipe_resource *resource )
103 struct svga_texture *tex = (struct svga_texture *)resource;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.hpp 32 class resource;
53 friend class clover::resource;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 56 struct pipe_resource *resource = strb->rtt ? strb->rtt->pt : strb->texture; local
59 enum pipe_format format = st->ctx->Color.sRGBEnabled ? resource->format : util_format_linear(resource->format);
63 strb->surface->texture != resource ||
68 for (level = 0; level <= resource->last_level; level++) {
69 if (u_minify(resource->width0, level) == rtt_width &&
70 u_minify(resource->height0, level) == rtt_height) {
82 resource,
164 /* Make sure the resource binding flags were set properly */
  /packages/apps/Mms/src/com/android/mms/ui/
LayoutSelectorAdapter.java 45 protected static void addItem(List<IconListItem> data, String title, int resource) {
46 IconListItem temp = new IconListItem(title, resource);
  /external/chromium_org/cc/resources/
resource_provider.h 95 // Checks whether a resource is in use by a consumer.
106 // Creates a resource of the default resource type.
112 // Creates a resource which is tagged as being managed for GPU memory
120 // You can also explicitly create a specific resource type.
129 // Wraps an IOSurface into a GL resource.
133 // Wraps an external texture mailbox into a GL resource.
141 // the resource).
174 // Gets the child->parent resource ID map.
184 // Receives resources from a child, moving them from mailboxes. Resource ID
464 const Resource* resource() const { return resource_; } function in class:cc::ResourceProvider::RasterBuffer
    [all...]
image_copy_raster_worker_pool.h 67 RasterTaskState(const RasterTask* task, ScopedResource* resource)
68 : task(task), resource(resource) {}
71 ScopedResource* resource; member in struct:cc::ImageCopyRasterWorkerPool::RasterTaskState
raster_worker_pool_unittest.cc 31 // A resource of this dimension^2 * 4 must be greater than the above transfer
47 TestRasterTaskImpl(const Resource* resource,
50 : RasterTask(resource, dependencies), reply_(reply) {}
77 BlockingTestRasterTaskImpl(const Resource* resource,
81 : TestRasterTaskImpl(resource, reply, dependencies), lock_(lock) {}
210 scoped_ptr<ScopedResource> resource(
212 resource->Allocate(size, ResourceProvider::TextureUsageAny, RGBA_8888);
213 const Resource* const_resource = resource.get()
    [all...]
resource_update.h 19 static ResourceUpdate Create(PrioritizedResource* resource,
  /bionic/libc/include/sys/
resource.h 35 #include <linux/resource.h>
  /development/ndk/platforms/android-3/include/linux/
resource.h 58 #include <asm/resource.h>
  /development/ndk/platforms/android-L/include/sys/
resource.h 35 #include <linux/resource.h>
  /external/chromium_org/cc/test/
fake_delegated_renderer_layer_impl.cc 33 TransferableResource resource; local
34 resource.id = resource_id;
35 resource.mailbox_holder.texture_target =
37 frame->resource_list.push_back(resource);
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_fullscreen_host.h 20 PP_Resource resource);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_monitor_host.h 27 PP_Resource resource);
  /external/chromium_org/extensions/browser/
file_reader.h 27 FileReader(const extensions::ExtensionResource& resource,
file_reader_unittest.cc 59 ExtensionResource resource(
69 new FileReader(resource, receiver.NewCallback()));
90 ExtensionResource resource(extension_id, path, base::FilePath(
97 new FileReader(resource, receiver.NewCallback()));
  /external/chromium_org/ppapi/api/dev/
ppb_scrollbar_dev.idl 33 * Returns PP_TRUE if the given resource is a Scrollbar. Returns PP_FALSE if
34 * the resource is invalid or some type other than a scrollbar.
36 PP_Bool IsScrollbar([in] PP_Resource resource);
41 uint32_t GetThickness([in] PP_Resource resource);
  /external/chromium_org/ppapi/c/private/
ppb_video_destination_private.h 31 * for a video destination resource, which sends video frames to a MediaStream
47 * Creates a video destination resource.
57 * Determines if a resource is a video destination resource.
59 * @param[in] resource The <code>PP_Resource</code> to test.
62 * resource is a video destination resource or <code>PP_FALSE</code>
65 PP_Bool (*IsVideoDestination)(PP_Resource resource);
70 * destination resource.
95 * destination resource
    [all...]
ppb_video_source_private.h 29 * video source resource, which receives video frames from a MediaStream video
45 * Creates a video source resource.
55 * Determines if a resource is a video source resource.
57 * @param[in] resource The <code>PP_Resource</code> to test.
60 * resource is a video source resource or <code>PP_FALSE</code> otherwise.
62 PP_Bool (*IsVideoSource)(PP_Resource resource);
67 * source resource.
84 * The image data resource inside the returned frame will have its referenc
    [all...]
  /external/chromium_org/ppapi/cpp/
host_resolver.h 12 #include "ppapi/cpp/resource.h"
26 class HostResolver : public Resource {
34 /// @param[in] instance The instance with which this resource will be
41 /// @param[in] resource A <code>PPB_HostResolver</code> resource.
42 HostResolver(PassRef, PP_Resource resource);
net_address.h 10 #include "ppapi/cpp/resource.h"
18 class NetAddress : public Resource {
27 /// @param[in] resource A <code>PPB_NetAddress</code> resource.
28 NetAddress(PassRef, PP_Resource resource);
33 /// @param[in] instance The instance with which this resource will be
42 /// @param[in] instance The instance with which this resource will be

Completed in 688 milliseconds

<<21222324252627282930>>