/external/mesa3d/src/mesa/state_tracker/ |
st_atom_framebuffer.c | 56 struct pipe_resource *resource = strb->rtt ? strb->rtt->pt : strb->texture; local 59 enum pipe_format format = st->ctx->Color.sRGBEnabled ? resource->format : util_format_linear(resource->format); 63 strb->surface->texture != resource || 68 for (level = 0; level <= resource->last_level; level++) { 69 if (u_minify(resource->width0, level) == rtt_width && 70 u_minify(resource->height0, level) == rtt_height) { 82 resource, 164 /* Make sure the resource binding flags were set properly */
|
/packages/apps/Mms/src/com/android/mms/ui/ |
LayoutSelectorAdapter.java | 45 protected static void addItem(List<IconListItem> data, String title, int resource) { 46 IconListItem temp = new IconListItem(title, resource);
|
/bionic/libc/kernel/common/linux/ |
resource.h | 64 #include <asm/resource.h>
|
/development/ndk/platforms/android-3/include/linux/ |
resource.h | 58 #include <asm/resource.h>
|
/external/chromium/chrome/browser/extensions/ |
file_reader.h | 26 FileReader(const ExtensionResource& resource, Callback* callback);
|
file_reader_unittest.cc | 57 ExtensionResource resource(extension_id, path, 67 new FileReader(resource, receiver.NewCallback())); 89 ExtensionResource resource(extension_id, path, FilePath( 96 new FileReader(resource, receiver.NewCallback()));
|
/external/chromium_org/chrome/browser/resources/predictors/ |
resource_prefetch_predictor.js | 68 var resource = main.resources[j]; 83 truncateString(resource.resource_url); 85 resource.resource_type; 87 resource.number_of_hits; 89 resource.number_of_misses; 91 resource.consecutive_misses; 93 resource.position; 95 resource.score;
|
/external/chromium_org/chrome/browser/safe_browsing/ |
ui_manager.h | 57 // The |resource| must not be accessed after OnSafeBrowsingHit returns. 59 virtual void OnSafeBrowsingHit(const UnsafeResource& resource) = 0; 82 // |url| is the url of the resource that matches a safe browsing list. 96 virtual void DoDisplayBlockingPage(const UnsafeResource& resource); 98 // Returns true if we already displayed an interstitial for that resource. 100 bool IsWhitelisted(const UnsafeResource& resource); 148 void UpdateWhitelist(const UnsafeResource& resource);
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_drm_renderer_host.h | 24 PP_Resource resource);
|
pepper_flash_fullscreen_host.h | 22 PP_Resource resource);
|
/external/chromium_org/extensions/browser/ |
file_reader.h | 27 FileReader(const extensions::ExtensionResource& resource,
|
file_reader_unittest.cc | 59 ExtensionResource resource( 69 new FileReader(resource, receiver.NewCallback())); 90 ExtensionResource resource(extension_id, path, base::FilePath( 97 new FileReader(resource, receiver.NewCallback()));
|
/external/chromium_org/ppapi/api/dev/ |
ppb_scrollbar_dev.idl | 33 * Returns PP_TRUE if the given resource is a Scrollbar. Returns PP_FALSE if 34 * the resource is invalid or some type other than a scrollbar. 36 PP_Bool IsScrollbar([in] PP_Resource resource); 41 uint32_t GetThickness([in] PP_Resource resource);
|
/external/chromium_org/ppapi/c/ |
ppb_audio.h | 83 * Create() creates an audio resource. No sound will be heard until 97 * config resource. 102 * @return A <code>PP_Resource</code> containing the audio resource if 111 * IsAudio() determines if the provided resource is an audio resource. 113 * @param[in] resource A <code>PP_Resource</code> corresponding to a generic 114 * resource. 117 * if the given resource is an Audio resource, otherwise 120 PP_Bool (*IsAudio)(PP_Resource resource); [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_video_destination_private.h | 31 * for a video destination resource, which sends video frames to a MediaStream 47 * Creates a video destination resource. 57 * Determines if a resource is a video destination resource. 59 * @param[in] resource The <code>PP_Resource</code> to test. 62 * resource is a video destination resource or <code>PP_FALSE</code> 65 PP_Bool (*IsVideoDestination)(PP_Resource resource); 70 * destination resource. 95 * destination resource [all...] |
ppb_video_source_private.h | 29 * video source resource, which receives video frames from a MediaStream video 45 * Creates a video source resource. 55 * Determines if a resource is a video source resource. 57 * @param[in] resource The <code>PP_Resource</code> to test. 60 * resource is a video source resource or <code>PP_FALSE</code> otherwise. 62 PP_Bool (*IsVideoSource)(PP_Resource resource); 67 * source resource. 84 * The image data resource inside the returned frame will have its referenc [all...] |
/external/chromium_org/ppapi/cpp/ |
host_resolver.h | 12 #include "ppapi/cpp/resource.h" 26 class HostResolver : public Resource { 34 /// @param[in] instance The instance with which this resource will be 41 /// @param[in] resource A <code>PPB_HostResolver</code> resource. 42 HostResolver(PassRef, PP_Resource resource);
|
net_address.h | 10 #include "ppapi/cpp/resource.h" 18 class NetAddress : public Resource { 27 /// @param[in] resource A <code>PPB_NetAddress</code> resource. 28 NetAddress(PassRef, PP_Resource resource); 33 /// @param[in] instance The instance with which this resource will be 42 /// @param[in] instance The instance with which this resource will be
|
/external/chromium_org/ppapi/generators/test_thunk/ |
simple_thunk.cc | 29 PP_Bool IsSimple(PP_Resource resource) { 31 EnterResource<PPB_Simple_API> enter(resource, false); 51 uint32_t DoUint32Instance(PP_Instance instance, PP_Resource resource) { 56 return enter.functions()->DoUint32Instance(instance, resource);
|
/external/chromium_org/ppapi/host/ |
ppapi_host.h | 37 // The host provides routing and tracking for resource message calls that 43 // Normally the creator will add filters for resource creation messages 62 void SendUnsolicitedReply(PP_Resource resource, const IPC::Message& msg); 70 // Adds the given host resource as a pending one (with no corresponding 71 // PluginResource object and no PP_Resource ID yet). The pending resource ID 83 // Returns null if the resource doesn't exist. 84 host::ResourceHost* GetResourceHost(PP_Resource resource) const; 108 void OnHostMsgAttachToPendingHost(PP_Resource resource, int pending_host_id); 109 void OnHostMsgResourceDestroyed(PP_Resource resource); 116 // Filters for resource creation messages. Note that since we don't suppor [all...] |
/external/chromium_org/ppapi/proxy/ |
plugin_resource_tracker.h | 32 // Given a host resource, maps it to an existing plugin resource ID if it 35 const HostResource& resource) const; 39 virtual PP_Resource AddResource(Resource* object) OVERRIDE; 40 virtual void RemoveResource(Resource* object) OVERRIDE; 43 // Map of host instance/resource pairs to a plugin resource ID.
|
ppp_input_event_proxy.cc | 104 scoped_refptr<PPB_InputEvent_Shared> resource(new PPB_InputEvent_Shared( 108 resource->pp_resource()); 115 scoped_refptr<PPB_InputEvent_Shared> resource(new PPB_InputEvent_Shared( 119 resource->pp_resource());
|
/external/chromium_org/ppapi/shared_impl/ |
host_resource.h | 29 // The point is to prevent mistakes where the wrong resource value is sent. 30 // Resource values are remapped in the plugin so that it can talk to multiple 47 // resource in the host. Yet these resources still need an instance to be 49 // instances and a 0 host resource ID for these cases. 57 void SetHostResource(PP_Instance instance, PP_Resource resource);
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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);
|