HomeSort by relevance Sort by last modified time
    Searched defs:resource (Results 1 - 25 of 519) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
dri2_buffer.h 11 struct pipe_resource *resource; member in struct:dri2_buffer
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2_buffer.h 11 struct pipe_resource *resource; member in struct:dri2_buffer
  /external/chromium/base/
resource_util.cc 29 void* resource = LockResource(hres); local
30 if (!resource)
33 *data = resource;
  /external/chromium_org/ppapi/shared_impl/
host_resource.cc 14 HostResource resource; local
15 resource.SetHostResource(instance, 0);
16 return resource;
19 void HostResource::SetHostResource(PP_Instance instance, PP_Resource resource) {
21 host_resource_ = resource;
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification_factory.cc 36 int resource = IDR_NOTIFICATION_ICON_HTML; local
48 resource = IDR_NOTIFICATION_ICON_LINK_HTML;
52 string16 content_url = DesktopNotificationService::CreateDataUrl(resource,
  /external/chromium_org/base/win/
resource_util.cc 34 void* resource = LockResource(hres); local
35 if (!resource)
38 *data = resource;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
PendingScript.cpp 48 void PendingScript::setScriptResource(ScriptResource* resource)
50 if (m_resource == resource)
54 m_resource = resource;
59 ScriptResource* PendingScript::resource() const function in class:WebCore::PendingScript
64 void PendingScript::notifyFinished(Resource*)
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/
AudioBusChromium.cpp 46 const WebKit::WebData& resource = WebKit::Platform::current()->loadResource(name); local
47 if (resource.isEmpty())
51 RefPtr<AudioBus> audioBus = decodeAudioFileData(resource.data(), resource.size(), sampleRate);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleFetchedShader.h 47 virtual ShaderResource* resource() const { return m_shader.get(); } function in class:WebCore::StyleFetchedShader
StyleShader.h 49 virtual ShaderResource* resource() const { return 0; } function in class:WebCore::StyleShader
  /external/chromium_org/cc/test/
fake_content_layer.cc 42 const PrioritizedResource* resource = ResourceAtForTesting(i, j); local
43 return resource && resource->have_backing_texture();
fake_delegated_renderer_layer_impl.cc 28 TransferableResource resource; local
29 resource.id = resource_id;
30 frame->resource_list.push_back(resource);
  /external/chromium_org/content/test/
test_content_client.cc 44 base::StringPiece resource; local
45 data_pack_.GetStringPiece(resource_id, &resource);
46 return resource;
  /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/tools/telemetry/telemetry/core/platform/
proc_util.py 6 import resource # pylint: disable=F0401 namespace
8 resource = None # Not available on all platforms variable
34 'WorkingSetSize': int(stats[23]) * resource.getpagesize(),
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
resource.cpp 23 #include "core/resource.hpp"
33 box(const resource::point &origin, const resource::point &size) :
48 resource::resource(clover::device &dev, clover::memory_obj &obj) : function in class:resource
52 resource::~resource() {
56 resource::copy(command_queue &q, const point &origin, const point &region,
57 resource &src_res, const point &src_origin) {
66 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 23 #include "core/resource.hpp"
33 box(const resource::point &origin, const resource::point &size) :
48 resource::resource(clover::device &dev, clover::memory_obj &obj) : function in class:resource
52 resource::~resource() {
56 resource::copy(command_queue &q, const point &origin, const point &region,
57 resource &src_res, const point &src_origin) {
66 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 138 ExtensionResource resource = extension->GetIconResource( local
140 ASSERT_TRUE(!resource.empty());
141 EXPECT_TRUE(file_util::PathExists(resource.GetFilePath()));
  /external/chromium/chrome/common/extensions/
extension_resource_unittest.cc 18 ExtensionResource resource; local
20 EXPECT_TRUE(resource.extension_root().empty());
21 EXPECT_TRUE(resource.relative_path().empty());
22 EXPECT_TRUE(resource.GetFilePath().empty());
38 ExtensionResource resource(extension_id, root_path, relative_path);
41 EXPECT_EQ(root_path.value(), resource.extension_root().value());
42 EXPECT_EQ(relative_path.value(), resource.relative_path().value());
43 EXPECT_TRUE(resource.GetFilePath().empty());
50 // Create resource in the extension root.
74 ExtensionResource resource(extension_id, temp.path()
    [all...]
  /external/chromium_org/cc/resources/
resource_pool.cc 11 ResourcePool::Resource::Resource(cc::ResourceProvider* resource_provider,
14 : cc::Resource(resource_provider->CreateManagedResource(
24 ResourcePool::Resource::~Resource() {
44 scoped_ptr<ResourcePool::Resource> ResourcePool::AcquireResource(
48 Resource* resource = *it; local
51 // doesn't happen two frames in a row for any resource
53 if (!resource_provider_->CanLockForWrite(resource->id())
67 Resource* resource = new Resource(resource_provider_, size, format); local
109 Resource* resource = unused_resources_.back(); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
convert_web_app_unittest.cc 148 ExtensionResource resource = local
152 ASSERT_TRUE(!resource.empty());
153 EXPECT_TRUE(base::PathExists(resource.GetFilePath()));
image_loader.h 37 // resource.
46 ImageRepresentation(const ExtensionResource& resource,
52 // Extension resource to load.
53 ExtensionResource resource; member in struct:extensions::ImageLoader::ImageRepresentation
74 // Checks whether image is a component extension resource. Returns false
75 // if a given |resource| does not have a corresponding image in bundled
77 // extension the resource is in is actually a component extension.
83 // Specify image resource to load. If the loaded image is larger than
87 // Note this method loads a raw bitmap from the resource. All sizes given are
90 const ExtensionResource& resource,
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8 91011>>