HomeSort by relevance Sort by last modified time
    Searched defs:resource (Results 1 - 25 of 359) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2_buffer.h 11 struct pipe_resource *resource; member in struct:dri2_buffer
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2_buffer.h 11 struct pipe_resource *resource; member in struct:dri2_buffer
  /external/chromium_org/ppapi/proxy/
plugin_resource_var.h 10 #include "ppapi/shared_impl/resource.h"
14 // Represents a resource Var, usable on the plugin side.
17 // Makes a null resource var.
20 // Makes a resource var with an existing resource.
21 // Takes one reference to the given resource.
22 explicit PluginResourceVar(ppapi::Resource* resource);
28 scoped_refptr<ppapi::Resource> resource() const { return resource_; function in class:PluginResourceVar
    [all...]
  /external/chromium_org/ppapi/shared_impl/
host_resource.cc 13 HostResource resource; local
14 resource.SetHostResource(instance, 0);
15 return resource;
18 void HostResource::SetHostResource(PP_Instance instance, PP_Resource resource) {
20 host_resource_ = resource;
  /external/chromium_org/base/win/
resource_util.cc 34 void* resource = LockResource(hres); local
35 if (!resource)
38 *data = resource;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
VideoBitmapDecoder.java 1 package com.bumptech.glide.load.resource.bitmap;
29 public Bitmap decode(ParcelFileDescriptor resource, BitmapPool bitmapPool, int outWidth, int outHeight,
33 mediaMetadataRetriever.setDataSource(resource.getFileDescriptor());
36 resource.close();
42 return "VideoBitmapDecoder.com.bumptech.glide.load.resource.bitmap";
BitmapDecoder.java 1 package com.bumptech.glide.load.resource.bitmap;
8 * A bitmap decoder for a given resource type.
10 * @param <T> The type of resource this decoder can decode a {@link Bitmap} from.
14 * Returns a decoded bitmap for a given resource and target dimensions.
16 * @param resource The resource to decode.
24 public Bitmap decode(T resource, BitmapPool bitmapPool, int outWidth, int outHeight, DecodeFormat decodeFormat)
  /external/chromium_org/chrome/browser/extensions/
chrome_component_extension_resource_manager_unittest.cc 60 ExtensionResource resource = local
66 // The resource is a component resource.
69 extension->path(), resource.relative_path(), &resource_id));
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_controller_delegate_win.cc 14 #include "ui/base/resource/resource_bundle.h"
27 gfx::ImageSkia* resource = ResourceBundle::GetSharedInstance(). local
29 return *resource;
  /external/chromium_org/content/test/
test_content_client.cc 44 base::StringPiece resource; local
45 data_pack_.GetStringPiece(resource_id, &resource);
46 return resource;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 60 struct pipe_resource *resource = buffer->driver_buffer; local
62 pipe_resource_reference(&resource, NULL);
78 struct pipe_resource *resource = buffer->driver_buffer; local
85 switch (resource->format) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/gbm/
gbm_gallium_drmint.h 53 struct pipe_resource *resource; member in struct:gbm_gallium_drm_bo
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/
NullDecoder.java 1 package com.bumptech.glide.load.resource;
4 import com.bumptech.glide.load.engine.Resource;
17 public Resource<Z> decode(T source, int width, int height) throws IOException {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
GifBitmapWrapperStreamResourceDecoder.java 1 package com.bumptech.glide.load.resource.gifbitmap;
3 import com.bumptech.glide.load.engine.Resource;
18 public Resource<GifBitmapWrapper> decode(InputStream source, int width, int height) throws IOException {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
GifDataBytesTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
3 import com.bumptech.glide.load.engine.Resource;
4 import com.bumptech.glide.load.resource.bytes.BytesResource;
5 import com.bumptech.glide.load.resource.gif.GifData;
9 public Resource<byte[]> transcode(Resource<GifData> toTranscode) {
16 return "GifDataBytesTranscoder.com.bumptech.glide.load.resource.transcode";
GifDataDrawableTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
3 import com.bumptech.glide.load.engine.Resource;
4 import com.bumptech.glide.load.resource.gif.GifData;
5 import com.bumptech.glide.load.resource.gif.GifDrawable;
6 import com.bumptech.glide.load.resource.gif.GifDrawableResource;
10 public Resource<GifDrawable> transcode(Resource<GifData> toTranscode) {
16 return "GifDataDrawableTranscoder.com.bumptech.glide.load.resource.transcode";
ResourceTranscoder.java 1 package com.bumptech.glide.load.resource.transcode;
3 import com.bumptech.glide.load.engine.Resource;
6 * Transcodes a resource of one type to a resource of another type.
8 * @param <Z> The type of the resource that will be transcoded from.
9 * @param <R> The type of the resource that will be transcoded to.
13 * Transcodes the given resource to the new resource type and returns the wew resource.
15 * @param toTranscode The resource to transcode
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_wayland_drm_bufmgr_helper.c 60 struct pipe_resource *resource = buffer->driver_buffer; local
62 pipe_resource_reference(&resource, NULL);
78 struct pipe_resource *resource = buffer->driver_buffer; local
85 switch (resource->format) {
  /external/mesa3d/src/gallium/state_trackers/gbm/
gbm_gallium_drmint.h 53 struct pipe_resource *resource; member in struct:gbm_gallium_drm_bo
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.cpp 23 #include "core/resource.hpp"
33 box(const resource::point &origin, const resource::point &size) :
48 resource::resource(clover::device &dev, clover::memory_obj &obj) : function in class:resource
52 resource::~resource() {
56 resource::copy(command_queue &q, const point &origin, const point &region,
57 resource &src_res, const point &src_origin) {
66 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 23 #include "core/resource.hpp"
33 box(const resource::point &origin, const resource::point &size) :
48 resource::resource(clover::device &dev, clover::memory_obj &obj) : function in class:resource
52 resource::~resource() {
56 resource::copy(command_queue &q, const point &origin, const point &region,
57 resource &src_res, const point &src_origin) {
66 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking
    [all...]
  /external/chromium_org/cc/layers/
nine_patch_layer_unittest.cc 68 scoped_ptr<ScopedUIResource> resource = ScopedUIResource::Create( local
73 test_layer->SetUIResourceId(resource->id());
ui_resource_layer_unittest.cc 97 scoped_ptr<ScopedUIResource> resource = ScopedUIResource::Create( local
99 test_layer->SetUIResourceId(resource->id());
  /external/chromium_org/cc/resources/
resource_pool.cc 43 ScopedResource* resource = *it; local
44 DCHECK(resource_provider_->CanLockForWrite(resource->id()));
46 if (resource->size() != size)
50 unused_memory_usage_bytes_ -= resource->bytes();
51 return make_scoped_ptr(resource);
54 scoped_ptr<ScopedResource> resource = local
56 resource->AllocateManaged(size, target_, format_);
58 memory_usage_bytes_ += resource->bytes();
60 return resource.Pass();
63 void ResourcePool::ReleaseResource(scoped_ptr<ScopedResource> resource) {
89 ScopedResource* resource = unused_resources_.front(); local
112 ScopedResource* resource = *it; local
    [all...]
  /external/chromium_org/cc/test/
fake_content_layer.cc 60 const PrioritizedResource* resource = ResourceAtForTesting(i, j); local
61 return resource && resource->have_backing_texture();

Completed in 1164 milliseconds

1 2 3 4 5 6 7 8 91011>>