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

<<41424344454647484950>>

  /external/chromium_org/third_party/libyuv/unit_test/
unit_test.h 18 #include <sys/resource.h>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 693 struct pipe_resource *dst = glhd_resource_dst->resource;
694 struct pipe_resource *src = glhd_resource_src->resource;
709 glhd_warn("Resource target mismatch: Source is %i, destination is %i",
806 struct pipe_resource *resource = glhd_resource->resource; local
810 resource,
834 struct pipe_resource *resource = glhd_resource->resource; local
838 resource,
866 struct pipe_resource *resource = glhd_resource->resource local
958 struct pipe_resource *resource = glhd_resource->resource; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_screen.h 176 struct pipe_resource *resource,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 98 static inline pipe_box d3d11_to_pipe_box(struct pipe_resource* resource, unsigned level, const D3D11_BOX* pBox)
113 box.width = u_minify(resource->width0, level);
114 box.height = u_minify(resource->height0, level);
115 box.depth = u_minify(resource->depth0, level);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
native_drm.c 98 struct pipe_resource *resource; local
103 resource = resource_surface_get_single_resource(surface->rsurf, attachment);
107 screen->resource_get_handle(screen, resource, &wsh);
109 pipe_resource_reference(&resource, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_st.c 163 struct pipe_resource *resource; local
165 resource = stwfb->textures[statt];
166 if (resource) {
167 stw_framebuffer_present_locked(hdc, stwfb->fb, resource);
  /external/compiler-rt/lib/asan/
asan_posix.cc 30 #include <sys/resource.h>
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_mac.cc 35 #include <sys/resource.h>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /external/eigen/bench/btl/generic_bench/timers/
portable_timer.hh 93 #include <sys/resource.h>
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
ResourceRunnerFactory.java 9 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
23 * @param <T> The type of data the resource will be decoded from.
24 * @param <Z> The type of the resource that will be decoded.
25 * @param <R> The type of the resource that will be transcoded to from the decoded resource.
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
FileDescriptorBitmapDataLoadProvider.java 1 package com.bumptech.glide.load.resource.bitmap;
FileDescriptorBitmapDecoder.java 1 package com.bumptech.glide.load.resource.bitmap;
8 import com.bumptech.glide.load.engine.Resource;
30 public Resource<Bitmap> decode(ParcelFileDescriptor source, int width, int height) throws IOException {
ImageVideoBitmapDecoder.java 1 package com.bumptech.glide.load.resource.bitmap;
6 import com.bumptech.glide.load.engine.Resource;
25 public Resource<Bitmap> decode(ImageVideoWrapper source, int width, int height) throws IOException {
26 Resource<Bitmap> result = null;
49 return "ImageVideoBitmapDecoder.com.bumptech.glide.load.resource.bitmap";
ImageVideoDataLoadProvider.java 1 package com.bumptech.glide.load.resource.bitmap;
StreamBitmapDataLoadProvider.java 1 package com.bumptech.glide.load.resource.bitmap;
StreamBitmapDecoder.java 1 package com.bumptech.glide.load.resource.bitmap;
6 import com.bumptech.glide.load.engine.Resource;
15 private static final String ID = "StreamBitmapDecoder.com.bumptech.glide.load.resource.bitmap";
36 public Resource<Bitmap> decode(InputStream source, int width, int height) {
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDataLoadProvider.java 1 package com.bumptech.glide.load.resource.gif;
  /external/glide/library/src/main/java/com/bumptech/glide/provider/
FixedLoadProvider.java 7 import com.bumptech.glide.load.resource.transcode.ResourceTranscoder;
  /external/icu/icu4c/source/samples/ufortune/resources/
fortune_resources.mak 12 # List of resource files to be built.
13 # When adding a resource source (.txt) file for a new locale, the corresponding
  /external/libunwind/tests/
test-mem.c 36 #include <sys/resource.h>
  /external/libyuv/files/unit_test/
unit_test.h 52 #include <sys/resource.h>
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 693 struct pipe_resource *dst = glhd_resource_dst->resource;
694 struct pipe_resource *src = glhd_resource_src->resource;
709 glhd_warn("Resource target mismatch: Source is %i, destination is %i",
806 struct pipe_resource *resource = glhd_resource->resource; local
810 resource,
834 struct pipe_resource *resource = glhd_resource->resource; local
838 resource,
866 struct pipe_resource *resource = glhd_resource->resource local
958 struct pipe_resource *resource = glhd_resource->resource; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_screen.h 176 struct pipe_resource *resource,
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 98 static inline pipe_box d3d11_to_pipe_box(struct pipe_resource* resource, unsigned level, const D3D11_BOX* pBox)
113 box.width = u_minify(resource->width0, level);
114 box.height = u_minify(resource->height0, level);
115 box.depth = u_minify(resource->depth0, level);

Completed in 535 milliseconds

<<41424344454647484950>>