HomeSort by relevance Sort by last modified time
    Searched refs:resource (Results 426 - 450 of 2028) sorted by null

<<11121314151617181920>>

  /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/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 20 GrCrash("Too many Resource Types");
28 GrResourceEntry::GrResourceEntry(const GrResourceKey& key, GrResource* resource)
29 : fKey(key), fResource(resource) {
30 // we assume ownership of the resource, and will unref it when we die
31 GrAssert(resource);
32 resource->ref();
117 fClientDetachedBytes += entry->resource()->sizeInBytes();
132 fEntryBytes -= entry->resource()->sizeInBytes();
143 fClientDetachedBytes -= entry->resource()->sizeInBytes();
148 fEntryBytes += entry->resource()->sizeInBytes()
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
ImageImageDescriptor.java 13 import org.eclipse.jface.resource.ImageDescriptor;
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.h 44 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/
id_objects.h 44 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/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLayoutInflater.java 42 public View inflate(int resource, ViewGroup root, boolean attachToRoot) {
43 return getResourceLoader().inflateView(context, resource, attachToRoot ? root : null);
47 public View inflate(int resource, ViewGroup root) {
48 return inflate(resource, root, root != null);
  /external/skia/src/gpu/
GrResourceCache.cpp 20 GrCrash("Too many Resource Types");
28 GrResourceEntry::GrResourceEntry(const GrResourceKey& key, GrResource* resource)
29 : fKey(key), fResource(resource) {
30 // we assume ownership of the resource, and will unref it when we die
31 GrAssert(resource);
32 resource->ref();
117 fClientDetachedBytes += entry->resource()->sizeInBytes();
132 fEntryBytes -= entry->resource()->sizeInBytes();
143 fClientDetachedBytes -= entry->resource()->sizeInBytes();
148 fEntryBytes += entry->resource()->sizeInBytes()
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
resource.h 58 #include <asm/resource.h>
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
resource.h 58 #include <asm/resource.h>

Completed in 3109 milliseconds

<<11121314151617181920>>