/external/mesa3d/src/egl/main/ |
eglcontext.h | 44 /* A context is a display resource */ 45 _EGLResource Resource; 88 _eglGetResource(&ctx->Resource); 99 return (ctx) ? _eglPutResource(&ctx->Resource) : EGL_FALSE; 110 _eglLinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT); 122 _eglUnlinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT);
|
eglimage.h | 63 /* An image is a display resource */ 64 _EGLResource Resource; 84 _eglGetResource(&img->Resource); 95 return (img) ? _eglPutResource(&img->Resource) : EGL_FALSE; 106 _eglLinkResource(&img->Resource, _EGL_RESOURCE_IMAGE); 118 _eglUnlinkResource(&img->Resource, _EGL_RESOURCE_IMAGE);
|
eglsurface.h | 44 /* A surface is a display resource */ 45 _EGLResource Resource; 109 _eglGetResource(&surf->Resource); 120 return (surf) ? _eglPutResource(&surf->Resource) : EGL_FALSE; 131 _eglLinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); 143 _eglUnlinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE);
|
/external/chromium_org/cc/test/ |
tiled_layer_test_common.h | 25 class Resource : public LayerUpdater::Resource { 27 Resource(FakeLayerUpdater* updater, 28 scoped_ptr<PrioritizedResource> resource); 29 virtual ~Resource(); 40 DISALLOW_COPY_AND_ASSIGN(Resource); 45 virtual scoped_ptr<LayerUpdater::Resource> CreateResource( 46 PrioritizedResourceManager* resource) OVERRIDE;
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglsurface.h | 44 /* A surface is a display resource */ 45 _EGLResource Resource; 109 _eglGetResource(&surf->Resource); 120 return (surf) ? _eglPutResource(&surf->Resource) : EGL_FALSE; 131 _eglLinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); 143 _eglUnlinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE);
|
/external/chromium/chrome/browser/task_manager/ |
task_manager.h | 38 // A resource represents one row in the task manager. 40 class Resource { 42 virtual ~Resource() {} 73 // Return extension associated with the resource, or NULL 85 // Whether this resource does report the network usage accurately. 105 // Returns true if this resource is not visible to the user because it lives 112 // to receive resource creation/termination notifications with a call to 113 // StartUpdating(). At that point, the resource provider should call 116 // The provider remains the owner of the resource objects and is responsible 124 // Should return the resource associated to the specified ids, or NULL i [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
Resource.cpp | 25 #include "core/fetch/Resource.h" 94 DEFINE_DEBUG_ONLY_GLOBAL(RefCountedLeakCounter, cachedResourceLeakCounter, ("Resource")); 96 Resource::Resource(const ResourceRequest& request, Type type) 99 , m_cancelTimer(this, &Resource::cancelTimerFired) 143 Resource::~Resource() 157 void Resource::failBeforeStarting() 160 error(Resource::LoadError); 163 void Resource::load(ResourceFetcher* fetcher, const ResourceLoaderOptions& options [all...] |
Resource.h | 50 // A resource that is held in the cache. Classes who want to use this object should derive 52 // This class also does the actual communication with the loader to obtain the resource from the network. 53 class Resource { 54 WTF_MAKE_NONCOPYABLE(Resource); WTF_MAKE_FAST_ALLOCATED; 83 Resource(const ResourceRequest&, Type); 84 virtual ~Resource(); 98 virtual void error(Resource::Status); 174 // The resource can be brought back to cache after successful revalidation. 195 // Caches the given metadata in association with this resource and suggests 200 // Returns cached metadata of the given type associated with this resource [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uresdata.h | 15 * 06/24/02 weiv Added support for resource sharing 27 * Numeric constants for internal-only types of resource items. 36 /** Resource type constant for tables with 32-bit count, key offsets and values. */ 40 * Resource type constant for tables with 16-bit count, key offsets and values. 45 /** Resource type constant for 16-bit Unicode strings in formatVersion 2. */ 49 * Resource type constant for arrays with 16-bit count and values. 56 * A Resource is a 32-bit value that has 2 bit fields: 60 typedef uint32_t Resource; 68 /* get signed and unsigned integer values directly from the Resource handle */ 76 #define URES_MAKE_RESOURCE(type, offset) (((Resource)(type)<<28)|(Resource)(offset) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_parse.h | 73 struct tgsi_declaration_resource Resource;
|
/external/icu4c/common/ |
uresdata.h | 15 * 06/24/02 weiv Added support for resource sharing 28 * Numeric constants for internal-only types of resource items. 37 /** Resource type constant for tables with 32-bit count, key offsets and values. */ 41 * Resource type constant for tables with 16-bit count, key offsets and values. 46 /** Resource type constant for 16-bit Unicode strings in formatVersion 2. */ 50 * Resource type constant for arrays with 16-bit count and values. 57 * A Resource is a 32-bit value that has 2 bit fields: 61 typedef uint32_t Resource; 69 /* get signed and unsigned integer values directly from the Resource handle */ 82 #define URES_MAKE_RESOURCE(type, offset) (((Resource)(type)<<28)|(Resource)(offset) [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_parse.h | 73 struct tgsi_declaration_resource Resource;
|
/external/v8/test/cctest/ |
test-strings.cc | 51 class Resource: public v8::String::ExternalStringResource, 54 explicit Resource(Vector<const uc16> string): data_(string.start()) { 120 Resource* resource = new Resource(Vector<const uc16>(buf, len)); local 121 building_blocks[i] = FACTORY->NewExternalStringFromTwoByte(resource); 386 Resource* resource = new Resource(Vector<const uc16>(non_ascii, i)); local 388 v8::String::NewExternal(resource); [all...] |
/external/chromium_org/cc/resources/ |
resource_provider.cc | 164 ResourceProvider::Resource::Resource() 197 ResourceProvider::Resource::~Resource() {} 199 ResourceProvider::Resource::Resource(GLuint texture_id, 241 ResourceProvider::Resource::Resource(uint8_t* pixels, 322 Resource* resource = GetResource(id) local 328 Resource* resource = GetResource(id); local 462 Resource& resource = resources_[id]; local 501 Resource* resource = &it->second; local 518 Resource* resource = &it->second; local 590 Resource* resource = GetResource(id); local 725 Resource* resource = GetResource(id); local 760 Resource* resource = GetResource(id); local 768 Resource* resource = GetResource(id); local 782 Resource* resource = GetResource(id); local 789 Resource* resource = GetResource(id); local 859 const Resource* resource = resource_provider->LockForRead(resource_id); local 1023 TransferableResource resource; local 1076 Resource& resource = resources_[local_id]; local 1190 Resource* resource = &map_iterator->second; local 1297 Resource& resource = it->second; local 1369 Resource* resource = GetResource(id); local 1400 Resource* resource = GetResource(id); local 1438 Resource* resource = GetResource(id); local 1464 Resource* resource = GetResource(id); local 1488 Resource* resource = &it->second; local 1514 Resource* resource = GetResource(id); local 1578 Resource* resource = GetResource(id); local 1594 Resource* resource = GetResource(id); local 1620 Resource* resource = GetResource(id); local 1702 Resource* resource = GetResource(id); local 1707 Resource* resource = GetResource(id); local 1728 Resource* resource = GetResource(id); local 1745 Resource* resource = GetResource(id); local 1764 Resource* resource = GetResource(id); local 1777 Resource* resource = GetResource(id); local 1794 Resource* resource = GetResource(id); local [all...] |
resource_provider.h | 89 // Checks whether a resource is in use by a consumer. 99 // Creates a resource of the default resource type. 105 // Creates a resource which is tagged as being managed for GPU memory 113 // You can also explicitly create a specific resource type. 122 // Wraps an external texture into a GL resource. 127 // Wraps an external texture mailbox into a GL resource. 135 // the resource). 168 // Gets the child->parent resource ID map. 178 // Receives resources from a child, moving them from mailboxes. Resource ID [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-strings.cc | 103 class Resource: public v8::String::ExternalStringResource, 106 explicit Resource(Vector<const uc16> string): data_(string.start()) { 196 Resource* resource = new(zone) Resource(Vector<const uc16>(buf, len)); local 197 building_blocks[i] = factory->NewExternalStringFromTwoByte(resource); 208 AsciiResource* resource = local 210 building_blocks[i] = factory->NewExternalStringFromAscii(resource); 970 Resource* resource = new(&zone) Resource(Vector<const uc16>(non_ascii, i)) local 1040 Resource* resource = local [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | [all...] |
/external/v8/src/ |
serialize.cc | 1082 NativesExternalStringResource* resource = local 1589 const Resource* resource = string->resource(); local [all...] |
objects-inl.h | 2394 const ExternalAsciiString::Resource* ExternalAsciiString::resource() { function in class:ExternalAsciiString 2426 const ExternalTwoByteString::Resource* ExternalTwoByteString::resource() { function in class:ExternalTwoByteString [all...] |
/external/chromium_org/v8/src/ |
serialize.cc | 1242 NativesExternalStringResource* resource = local 1741 const Resource* resource = string->resource(); local [all...] |
objects-inl.h | 3033 const ExternalAsciiString::Resource* ExternalAsciiString::resource() { function in class:v8::internal::ExternalAsciiString 3065 const ExternalTwoByteString::Resource* ExternalTwoByteString::resource() { function in class:v8::internal::ExternalTwoByteString [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
externs.js | 374 function Resource() {}
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_shader_tokens.h | 176 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ 183 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ 396 /* resource related opcodes */
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 176 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ 183 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ 396 /* resource related opcodes */
|