Searched refs:resource (Results 201 - 225 of 1082) sorted by relevance

1234567891011>>

/external/mesa3d/include/CL/
H A Dcl_d3d11.h88 ID3D11Buffer * resource,
94 ID3D11Texture2D * resource,
101 ID3D11Texture3D * resource,
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.c221 buffer->ycbcr[i].resource = pipe_buffer_create
228 if (!buffer->ycbcr[i].resource)
233 buffer->mv[i].resource = pipe_buffer_create
240 if (!buffer->mv[i].resource)
249 pipe_resource_reference(&buffer->mv[i].resource, NULL);
253 pipe_resource_reference(&buffer->ycbcr[i].resource, NULL);
272 buf.buffer = buffer->ycbcr[component].resource;
287 buf.buffer = buffer->mv[motionvector].resource;
304 buffer->ycbcr[i].resource,
314 buffer->mv[i].resource,
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_image.c45 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, images[i].resource);
49 pipe_resource_reference(&softpipe->tgsi.image[shader]->sp_iview[idx].resource, NULL);
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c86 struct pipe_resource *resource,
92 if (offset == 0 && size == resource->width0)
98 virgl_transfer_inline_write(pipe, resource, 0, usage, &box, data, 0, 0);
85 virgl_buffer_subdata(struct pipe_context *pipe, struct pipe_resource *resource, unsigned usage, unsigned offset, unsigned size, const void *data) argument
/external/swiftshader/src/D3D8/
H A DDirect3DBaseTexture8.cpp27 resource = new sw::Resource(0);
32 resource->destruct();
149 return resource;
/external/blktrace/btt/
H A Dmisc.c28 #include <sys/resource.h>
87 static int increase_limit(int resource, rlim_t increase) argument
92 if (!getrlimit(resource, &rlim)) {
97 if (!setrlimit(resource, &rlim))
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dstack-overflow-recovery-mode.cc9 #include <sys/resource.h>
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DMemoryCache.java50 * @param resource The {@link com.bumptech.glide.load.engine.EngineResource} to store.
53 Resource<?> put(Key key, Resource<?> resource); argument
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/
H A DNullDecoder.java1 package com.bumptech.glide.load.resource;
10 * @param <Z> The type of the decoded resource that will always be null.
19 * @param <Z> The resource type.
H A DNullResourceEncoder.java1 package com.bumptech.glide.load.resource;
11 * @param <T> The type of the resource that will always fail to be encoded.
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DFitCenter.java1 package com.bumptech.glide.load.resource.bitmap;
29 return "FitCenter.com.bumptech.glide.load.resource.bitmap";
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/drawable/
H A DDrawableResource.java1 package com.bumptech.glide.load.resource.drawable;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifBitmapProvider.java1 package com.bumptech.glide.load.resource.gif;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
H A DUnitTranscoder.java1 package com.bumptech.glide.load.resource.transcode;
6 * A simple {@link ResourceTranscoder} that simply returns the given resource.
8 * @param <Z> The type of the resource that will be transcoded from and to.
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DImageViewTargetFactory.java7 import com.bumptech.glide.load.resource.drawable.GlideDrawable;
H A DPreloadTarget.java7 * A one time use {@link com.bumptech.glide.request.target.Target} class that loads a resource into memory and then
10 * @param <Z> The type of resource that will be loaded into memory.
17 * @param width The width in pixels of the desired resource.
18 * @param height The height in pixels of the desired resource.
19 * @param <Z> The type of the desired resource.
30 public void onResourceReady(Z resource, GlideAnimation<? super Z> glideAnimation) { argument
H A DTarget.java10 * An interface that Glide can load a resource into and notify of relevant lifecycle events during a load.
22 * guarantees. onLoadStarted may not be called if the resource is in memory or if the load will fail because of a
27 * @param <R> The type of resource the target can display.
63 * The method that will be called when the resource load has finished.
65 * @param resource the loaded resource.
67 void onResourceReady(R resource, GlideAnimation<? super R> glideAnimation); argument
/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.h36 #include <sys/resource.h>
/external/ltp/testcases/kernel/syscalls/getrusage/
H A Dgetrusage01.c69 #include <sys/resource.h>
/external/ltp/testcases/kernel/syscalls/nice/
H A Dnice02.c27 #include <sys/resource.h>
H A Dnice03.c28 #include <sys/resource.h>
/external/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit04.c27 #include <sys/resource.h>
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query.h22 struct pipe_resource *resource,
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_objects.h44 struct pipe_resource *resource; member in struct:rbug_resource
128 (void)rbug_resource(_transfer->resource);
145 return rbug_resource(_resource)->resource;
186 struct pipe_resource *resource);
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_clock.c38 #include <sys/resource.h>
54 /* Unix or Linux: use resource usage */

Completed in 510 milliseconds

1234567891011>>