HomeSort by relevance Sort by last modified time
    Searched defs:resources (Results 176 - 200 of 463) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.cpp 312 Vector<NetworkResourcesData::ResourceData*> NetworkResourcesData::resources() function in class:WebCore::NetworkResourcesData
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 251 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); local
252 if (!resources || !resources->filter())
RenderSVGShape.cpp 162 // Invalidate all resources of this client if our layout changed.
207 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this);
208 if (!resources)
211 return resources->markerStart() || resources->markerMid() || resources->markerEnd();
368 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); local
369 ASSERT(resources);
371 RenderSVGResourceMarker* markerStart = resources->markerStart();
372 RenderSVGResourceMarker* markerMid = resources->markerMid()
444 SVGResources* resources = SVGResourcesCache::cachedResourcesForRenderObject(this); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPageNewSerializerTest.cpp 167 // Server the delayed resources.
177 static bool resourceVectorContains(const WebVector<WebPageSerializer::Resource>& resources, const char* url, const char* mimeType)
180 for (size_t i = 0; i < resources.size(); ++i) {
181 const WebPageSerializer::Resource& resource = resources[i];
200 // Tests that a page with resources and sub-frame is reported with all its resources.
220 WebVector<WebPageSerializer::Resource> resources; local
221 WebPageSerializer::serialize(m_webView, &resources);
222 ASSERT_FALSE(resources.isEmpty());
225 const WebPageSerializer::Resource& resource = resources[0]
247 WebVector<WebPageSerializer::Resource> resources; local
283 WebVector<WebPageSerializer::Resource> resources; local
310 WebVector<WebPageSerializer::Resource> resources; local
    [all...]
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 40 // Set up the per compile resources
42 void GenerateResources(ShBuiltInResources* resources)
44 ShInitBuiltInResources(resources);
46 resources->MaxVertexAttribs = 8;
47 resources->MaxVertexUniformVectors = 128;
48 resources->MaxVaryingVectors = 8;
49 resources->MaxVertexTextureImageUnits = 0;
50 resources->MaxCombinedTextureImageUnits = 8;
51 resources->MaxTextureImageUnits = 8;
52 resources->MaxFragmentUniformVectors = 16
75 ShBuiltInResources resources; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 252 pipe_resource_reference(&buf->resources[i], NULL);
278 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format);
280 if (util_format_get_nr_components(buf->resources[i]->format) == 1)
283 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ);
316 struct pipe_resource *res = buf->resources[plane_order[i]];
363 if (!buf->resources[j]) {
370 surf_templ.format = vl_video_buffer_surface_format(buf->resources[j]->format);
373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ);
440 struct pipe_resource *resources[VL_NUM_COMPONENTS] local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.h 145 /** list of resources referenced by the scene commands */
146 struct resource_ref *resources; member in struct:lp_scene
154 /** Sum of sizes of all resources referenced by the scene. Sums
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 13 struct pipe_resource *resources[3]; member in struct:nouveau_video_buffer
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
native_helper.c 52 struct pipe_resource *resources[NUM_NATIVE_ATTACHMENTS]; member in struct:resource_surface
93 if (rsurf->resources[i])
94 pipe_resource_reference(&rsurf->resources[i], NULL);
158 assert(!rsurf->resources[i]);
160 rsurf->resources[i] =
162 if (rsurf->resources[i])
175 pipe_resource_reference(&rsurf->resources[which], pres);
181 struct pipe_resource **resources,
188 resources[i] = NULL;
189 pipe_resource_reference(&resources[i], rsurf->resources[i])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/
native_drm.h 64 drmModeResPtr resources; member in struct:drm_display
  /external/chromium_org/ui/base/resource/
resource_bundle_unittest.cc 136 std::map<uint16, base::StringPiece> resources; local
137 resources[3u] = base::StringPiece(
139 DataPack::WritePack(path, resources, ui::DataPack::BINARY);
384 // In some cases, we fail to mmap resources.pak, but try to keep going anyway.
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.c 252 pipe_resource_reference(&buf->resources[i], NULL);
278 u_sampler_view_default_template(&sv_templ, buf->resources[i], buf->resources[i]->format);
280 if (util_format_get_nr_components(buf->resources[i]->format) == 1)
283 buf->sampler_view_planes[i] = pipe->create_sampler_view(pipe, buf->resources[i], &sv_templ);
316 struct pipe_resource *res = buf->resources[plane_order[i]];
363 if (!buf->resources[j]) {
370 surf_templ.format = vl_video_buffer_surface_format(buf->resources[j]->format);
373 buf->surfaces[surf] = pipe->create_surface(pipe, buf->resources[j], &surf_templ);
440 struct pipe_resource *resources[VL_NUM_COMPONENTS] local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 145 /** list of resources referenced by the scene commands */
146 struct resource_ref *resources; member in struct:lp_scene
154 /** Sum of sizes of all resources referenced by the scene. Sums
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 13 struct pipe_resource *resources[3]; member in struct:nouveau_video_buffer
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 52 struct pipe_resource *resources[NUM_NATIVE_ATTACHMENTS]; member in struct:resource_surface
93 if (rsurf->resources[i])
94 pipe_resource_reference(&rsurf->resources[i], NULL);
158 assert(!rsurf->resources[i]);
160 rsurf->resources[i] =
162 if (rsurf->resources[i])
175 pipe_resource_reference(&rsurf->resources[which], pres);
181 struct pipe_resource **resources,
188 resources[i] = NULL;
189 pipe_resource_reference(&resources[i], rsurf->resources[i])
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/drm/
native_drm.h 64 drmModeResPtr resources; member in struct:drm_display
  /external/strace/
resource.c 58 static const struct xlat resources[] = { variable in typeref:struct:xlat
153 printxval(resources, tcp->u_arg[0], "RLIMIT_???");
179 printxval(resources, tcp->u_arg[0], "RLIMIT_???");
219 printxval(resources, tcp->u_arg[0], "RLIMIT_???");
241 printxval(resources, tcp->u_arg[0], "RLIMIT_???");
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
ViewfinderView.java 23 import android.content.res.Resources;
66 Resources resources = getResources(); local
67 maskColor = resources.getColor(R.color.viewfinder_mask);
68 resultColor = resources.getColor(R.color.result_view);
69 frameColor = resources.getColor(R.color.viewfinder_frame);
70 laserColor = resources.getColor(R.color.viewfinder_laser);
71 resultPointColor = resources.getColor(R.color.possible_result_points);
  /frameworks/base/core/java/android/printservice/
PrintServiceInfo.java 24 import android.content.res.Resources;
100 * @param context Context for accessing resources.
125 Resources resources = packageManager.getResourcesForApplication( local
128 TypedArray attributes = resources.obtainAttributes(allAttributes,
147 Log.e(LOG_TAG, "Unable to load resources for: "
  /frameworks/base/core/java/com/android/internal/app/
LocalePicker.java 27 import android.content.res.Resources;
109 final Resources resources = context.getResources(); local
112 Resources.getSystem().getAssets().getLocales()));
126 final String[] specialLocaleCodes = resources.getStringArray(R.array.special_locale_codes);
127 final String[] specialLocaleNames = resources.getStringArray(R.array.special_locale_names);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 20 import android.content.res.Resources;
55 Resources resources = getContext().getResources(); local
56 mHandleBar = resources.getDrawable(R.drawable.status_bar_close);
57 mHandleBarHeight = resources.getDimensionPixelSize(R.dimen.close_handle_height);
SettingsPanelView.java 20 import android.content.res.Resources;
58 Resources resources = getContext().getResources(); local
59 mHandleBar = resources.getDrawable(R.drawable.status_bar_close);
60 mHandleBarHeight = resources.getDimensionPixelSize(R.dimen.close_handle_height);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
IconUtilities.java 43 import android.content.res.Resources;
70 final Resources resources = context.getResources(); local
71 DisplayMetrics metrics = mDisplayMetrics = resources.getDisplayMetrics();
75 mIconWidth = mIconHeight = (int) resources.getDimension(android.R.dimen.app_icon_size);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 31 import com.android.resources.Density;
32 import com.android.resources.ResourceType;
33 import com.android.resources.ScreenOrientation;
34 import com.android.resources.ScreenSize;
120 RenderResources resources = mParams.getResources(); local
123 mContext = new BridgeContext(mParams.getProjectKey(), metrics, resources,
231 // make sure the Resources object references the context (and other objects) for this
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 304 File resources = Support_Resources.createTempFolder(); local
305 String folder = resources.getAbsolutePath() + "/" + dirName;
306 String folderWithParent = resources.getAbsolutePath() + "/" +

Completed in 1359 milliseconds

1 2 3 4 5 6 78 91011>>