Searched defs:resource (Results 176 - 200 of 721) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h12 * resource->data has not been updated to reflect modified VRAM contents
14 * USER_MEMORY: resource->data is a pointer to client memory and may change
24 * The address of a resource will lie within the nouveau_bo referenced,
68 nv04_resource(struct pipe_resource *resource) argument
70 return (struct nv04_resource *)resource;
73 /* is resource mapped into the GPU's address space (i.e. VRAM or GART) ? */
75 nouveau_resource_mapped_by_gpu(struct pipe_resource *resource) argument
77 return nv04_resource(resource)->domain != 0;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_resource.h28 /* flag to indicate a resource is to be used as a transfer so should not be tiled */
42 struct si_resource resource; member in struct:r600_resource_texture
44 /* If this resource is a depth-stencil buffer on evergreen, this contains
45 * the depth part of the format. There is a separate stencil resource
/external/chromium_org/third_party/skia/include/gpu/
H A DGrGpuResourceRef.h17 * Class that wraps a resource referenced by a GrProgramElement or GrDrawState. It manages
18 * converting refs to pending IO operations. It allows a resource ownership to be in three
32 * longer share an instance of this class, attempt to make the resource owned by GrGpuResourceRef
43 /** Does this object own a pending read or write on the resource it is wrapping. */
54 pending on the resource when markPendingIO is called. */
58 pending on the resource when markPendingIO is called. */
68 writes to the resource using the program element or draw state. It can only be called once.
97 pending on the resource when markPendingIO is called. */
98 GrTGpuResourceRef(T* resource, GrIORef::IOType ioType) : INHERITED(resource, ioTyp argument
104 set(T* resource, GrIORef::IOType ioType) argument
116 GrPendingIOResource(T* resource) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DMemoryCacheAdapter.java21 public Resource put(Key key, Resource resource) { argument
22 listener.onResourceRemoved(resource);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DStreamBitmapDecoder.java1 package com.bumptech.glide.load.resource.bitmap;
15 private static final String ID = "StreamBitmapDecoder.com.bumptech.glide.load.resource.bitmap";
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameModelLoader.java1 package com.bumptech.glide.load.resource.gif;
H A DGifResourceDecoder.java1 package com.bumptech.glide.load.resource.gif;
43 return "GifResourceDecoder.com.bumptech.glide.load.resource.gif";
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DImageVideoGifDataLoadProvider.java1 package com.bumptech.glide.load.resource.gifbitmap;
11 import com.bumptech.glide.load.resource.gif.GifData;
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DPreloadTarget.java19 public void onResourceReady(Object resource, GlideAnimation glideAnimation) { argument
H A DTarget.java10 * @param <R> The type of resource the target can display.
24 * @param resource the loaded resource.
26 public void onResourceReady(R resource, GlideAnimation<R> glideAnimation); argument
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_objects.c39 struct pipe_resource *resource)
43 if(!resource)
46 assert(resource->screen == glhd_screen->screen);
52 memcpy(&glhd_resource->base, resource, sizeof(struct pipe_resource));
56 glhd_resource->resource = resource;
61 pipe_resource_reference(&resource, NULL);
68 pipe_resource_reference(&glhd_resource->resource, NULL);
83 assert(surface->texture == glhd_resource->resource);
123 assert(view->texture == glhd_resource->resource);
38 galahad_resource_create(struct galahad_screen *glhd_screen, struct pipe_resource *resource) argument
[all...]
H A Dglhd_objects.h44 struct pipe_resource *resource; member in struct:galahad_resource
106 (void)galahad_resource(_transfer->resource);
115 return galahad_resource(_resource)->resource;
146 struct pipe_resource *resource);
/external/mesa3d/src/gallium/drivers/identity/
H A Did_objects.c39 struct pipe_resource *resource)
43 if(!resource)
46 assert(resource->screen == id_screen->screen);
52 memcpy(&id_resource->base, resource, sizeof(struct pipe_resource));
56 id_resource->resource = resource;
61 pipe_resource_reference(&resource, NULL);
68 pipe_resource_reference(&id_resource->resource, NULL);
83 assert(surface->texture == id_resource->resource);
124 assert(view->texture == id_resource->resource);
38 identity_resource_create(struct identity_screen *id_screen, struct pipe_resource *resource) argument
[all...]
H A Did_objects.h44 struct pipe_resource *resource; member in struct:identity_resource
104 (void)identity_resource(_transfer->resource);
113 return identity_resource(_resource)->resource;
144 struct pipe_resource *resource);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_flush.c99 struct pipe_resource *resource,
109 referenced = llvmpipe_is_resource_referenced(pipe, resource, level, layer);
98 llvmpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *resource, unsigned level, int layer, boolean read_only, boolean cpu_access, boolean do_not_block, const char *reason) argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.h12 * resource->data has not been updated to reflect modified VRAM contents
14 * USER_MEMORY: resource->data is a pointer to client memory and may change
24 * The address of a resource will lie within the nouveau_bo referenced,
68 nv04_resource(struct pipe_resource *resource) argument
70 return (struct nv04_resource *)resource;
73 /* is resource mapped into the GPU's address space (i.e. VRAM or GART) ? */
75 nouveau_resource_mapped_by_gpu(struct pipe_resource *resource) argument
77 return nv04_resource(resource)->domain != 0;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_resource.h28 /* flag to indicate a resource is to be used as a transfer so should not be tiled */
42 struct si_resource resource; member in struct:r600_resource_texture
44 /* If this resource is a depth-stencil buffer on evergreen, this contains
45 * the depth part of the format. There is a separate stencil resource
/external/objenesis/tck/src/org/objenesis/tck/
H A DCandidateLoader.java103 * @param resource File name
106 public void loadFromResource(Class cls, String resource) throws IOException { argument
107 InputStream candidatesConfig = cls.getResourceAsStream(resource);
109 throw new IOException("Resource '" + resource + "' not found relative to " + cls.getName());
/external/smack/src/org/jivesoftware/smack/packet/
H A DAuthentication.java34 private String resource = null; field in class:Authentication
131 * Returns the resource or <tt>null</tt> if the resource hasn't been set.
133 * @return the resource.
136 return resource;
140 * Sets the resource.
142 * @param resource the resource.
144 public void setResource(String resource) { argument
145 this.resource
[all...]
/external/apache-harmony/
H A DAndroid.mk29 # We need to use -maxdepth 4 because there's a non-resource directory called "resources" deeper in the tree.
30 define harmony-test-resource-dirs
34 harmony_test_resource_dirs := $(call harmony-test-resource-dirs,$(harmony_test_dirs))
/external/chromium_org/cc/layers/
H A Ddelegated_frame_provider_unittest.cc39 TransferableResource resource; local
40 resource.id = resource_id;
41 resource.mailbox_holder.texture_target = GL_TEXTURE_2D;
42 frame->resource_list.push_back(resource);
358 // Add a second reference on the resource.
H A Ddelegated_frame_resource_collection_unittest.cc43 TransferableResource resource; local
44 resource.id = 444;
45 resources.push_back(resource);
/external/chromium_org/cc/test/
H A Dfake_content_layer.cc60 const PrioritizedResource* resource = ResourceAtForTesting(i, j); local
61 return resource && resource->have_backing_texture();
H A Dfake_delegated_renderer_layer_impl.cc33 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/browser/extensions/
H A Dconvert_web_app_unittest.cc143 ExtensionResource resource = local
147 ASSERT_TRUE(!resource.empty());
148 EXPECT_TRUE(base::PathExists(resource.GetFilePath()));

Completed in 971 milliseconds

1234567891011>>