Searched defs:resources (Results 151 - 175 of 232) sorted by relevance

12345678910

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DShaderLang.cpp182 // Initialize built-in resources with minimum expected values.
184 void ShInitBuiltInResources(ShBuiltInResources* resources) argument
187 resources->MaxVertexAttribs = 8;
188 resources->MaxVertexUniformVectors = 128;
189 resources->MaxVaryingVectors = 8;
190 resources->MaxVertexTextureImageUnits = 0;
191 resources->MaxCombinedTextureImageUnits = 8;
192 resources->MaxTextureImageUnits = 8;
193 resources->MaxFragmentUniformVectors = 16;
194 resources
225 ShConstructCompiler(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output, const ShBuiltInResources* resources) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp82 std::vector<struct ureg_src> resources; member in struct:sm4_to_tgsi_converter
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
456 ureg_LOAD_MS(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
459 ureg_SAMPLE(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)]);
462 ureg_SAMPLE_B(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
465 ureg_SAMPLE_C(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
468 ureg_SAMPLE_C_LZ(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
471 ureg_SAMPLE_D(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4), _src(5));
478 ureg_SAMPLE_L(ureg, _dst(), ureg_src(tmp), resources[_id
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c52 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[
180 resource_surface_get_resources(struct resource_surface *rsurf, struct pipe_resource **resources, uint resource_mask) argument
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_screen_x11.cc165 // call through into GetDisplayNearestWindow(). But the X11 resources are
263 XRRScreenResources* resources = local
265 if (!resources) {
280 for (int i = 0; i < resources->noutput; ++i) {
281 RROutput output_id = resources->outputs[i];
283 XRRGetOutputInfo(xdisplay_, resources, output_id);
293 resources,
347 XRRFreeScreenResources(resources);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java89 Map resources = new HashMap(); field in class:FingerPrintGraph
186 // Get/Set graphical resources
187 Font italicFont = (Font) this.resources.get("italicFont");
193 this.resources.put("italicFont", italicFont);
195 Color blueref = (Color) this.resources.get("blueref");
198 this.resources.put("blueref", blueref);
200 Color lightyellow= (Color) this.resources.get("lightyellow");
203 this.resources.put("lightyellow", lightyellow);
205 Color darkyellow= (Color) this.resources.get("darkyellow");
208 this.resources
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp82 std::vector<struct ureg_src> resources; member in struct:sm4_to_tgsi_converter
449 ureg_SVIEWINFO(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
453 ureg_LOAD(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
456 ureg_LOAD_MS(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)]);
459 ureg_SAMPLE(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)]);
462 ureg_SAMPLE_B(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
465 ureg_SAMPLE_C(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
468 ureg_SAMPLE_C_LZ(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4));
471 ureg_SAMPLE_D(ureg, _dst(), _src(1), resources[_idx(SM4_FILE_RESOURCE, 2)], samplers[_idx(SM4_FILE_SAMPLER, 3)], _src(4), _src(5));
478 ureg_SAMPLE_L(ureg, _dst(), ureg_src(tmp), resources[_id
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c52 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[
180 resource_surface_get_resources(struct resource_surface *rsurf, struct pipe_resource **resources, uint resource_mask) argument
[all...]
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_delegated.cc24 #include "cc/resources/returned_resource.h"
40 // Tests if the list of resources matches an expectation, modulo the order.
719 // Both frames' resources should be in the parent's resource provider.
738 // Generate a frame with two resources in it.
769 // The resources in the quads should be remapped to the parent's namespace.
792 ReturnedResourceArray resources; variable
797 // Generate a frame with two resources in it.
806 // All of the resources are in use.
807 resource_collection_->TakeUnusedResourcesForChildCompositor(&resources);
808 EXPECT_EQ(0u, resources
876 ReturnedResourceArray resources; variable
947 ReturnedResourceArray resources; variable
1047 ReturnedResourceArray resources; variable
1167 ReturnedResourceArray resources; variable
1321 ReturnedResourceArray resources; variable
1387 ReturnedResourceArray resources; variable
1466 ReturnedResourceArray resources; variable
1522 ReturnedResourceArray resources; variable
1603 ReturnedResourceArray resources; variable
1792 ReturnedResourceArray resources; variable
1814 ReturnedResourceArray resources; variable
1874 ReturnedResourceArray resources; variable
1944 ReturnedResourceArray resources; variable
2032 ReturnedResourceArray resources; variable
2124 ReturnedResourceArray resources; variable
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc215 // If there's more than one malicious resources, it means the user
419 // Check to see if some new notifications of unsafe resources have been
425 // Build an interstitial for all the unsafe resources notifications.
465 // The user does not want to proceed, clear the queued unsafe resources
631 std::vector<UnsafeResource> resources; local
632 resources.push_back(unsafe_resource);
637 return factory_->CreateSafeBrowsingPage(ui_manager, web_contents, resources);
H A Dsafe_browsing_service_browsertest.cc469 std::vector<SafeBrowsingUIManager::UnsafeResource> resources; local
470 resources.push_back(resource);
475 resources, true));
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dautofill_options_handler.cc311 static OptionsStringResource resources[] = { local
327 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dwebsite_settings_handler.cc74 static OptionsStringResource resources[] = { local
107 RegisterStrings(localized_strings, resources, arraysize(resources));
H A Dcontent_settings_handler.cc282 static OptionsStringResource resources[] = { local
411 RegisterStrings(localized_strings, resources, arraysize(resources));
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc255 static OptionsStringResource resources[] = { local
307 RegisterStrings(localized_strings, resources, arraysize(resources));
/external/chromium_org/components/invalidation/
H A Dsync_invalidation_listener_unittest.cc252 invalidation::SystemResources* resources,
250 CreateFakeInvalidationClient( FakeInvalidationClient** fake_invalidation_client, invalidation::SystemResources* resources, int client_type, const invalidation::string& client_name, const invalidation::string& application_name, invalidation::InvalidationListener* listener) argument
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_storage_unittest.cc561 // Cons up a new registration+version with two script resources.
568 std::vector<ResourceRecord> resources; variable
569 resources.push_back(ResourceRecord(resource_id1_, script_));
570 resources.push_back(ResourceRecord(resource_id2_, import_));
571 registration_ = storage()->GetOrCreateRegistration(data, resources);
574 // Add the resources ids to the uncommitted list.
589 // Storing the registration/version should take the resources ids out
636 // Deleting the registration should result in the resources being added to the
665 // Deleting the registration should result in the resources being added to the
718 // Deleting the registration should move the resources t
[all...]
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc765 std::set<PP_Resource> resources; local
773 resources.insert(imageres);
776 resources.insert(imageres);
781 ASSERT_TRUE(resources.find(imageres) != resources.end());
783 ASSERT_TRUE(resources.find(imageres) != resources.end());
790 // resources. We can't easily test what resource is bound, but we can test
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute.c63 TEX2... consumes the same fetch resources, that VTX2... would consume
137 shader->resources = (struct evergreen_compute_resource*)
164 free(shader->resources);
325 struct evergreen_compute_resource *resources = local
326 ctx->cs_shader_state.shader->resources;
352 if (resources[i].enabled) {
356 for (j = 0; j < resources[i].cs_end; j++) {
357 if (resources[i].do_reloc[j]) {
358 assert(resources[i].bo);
360 resources[
468 struct r600_surface **resources = (struct r600_surface **)surfaces; local
533 evergreen_set_global_binding( struct pipe_context *ctx_, unsigned first, unsigned n, struct pipe_resource **resources, uint32_t **handles) argument
[all...]
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFTypes.cpp56 const SkTDArray<SkPDFObject*>* resources,
59 if (resources->count()) {
61 newResourceObjects->count() + resources->count());
62 for (int i = 0; i < resources->count(); i++) {
63 if (!knownResourceObjects.contains((*resources)[i]) &&
64 !newResourceObjects->contains((*resources)[i])) {
65 newResourceObjects->add((*resources)[i]);
66 (*resources)[i]->ref();
67 (*resources)[i]->getResources(knownResourceObjects,
55 GetResourcesHelper( const SkTDArray<SkPDFObject*>* resources, const SkTSet<SkPDFObject*>& knownResourceObjects, SkTSet<SkPDFObject*>* newResourceObjects) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c63 TEX2... consumes the same fetch resources, that VTX2... would consume
137 shader->resources = (struct evergreen_compute_resource*)
164 free(shader->resources);
325 struct evergreen_compute_resource *resources = local
326 ctx->cs_shader_state.shader->resources;
352 if (resources[i].enabled) {
356 for (j = 0; j < resources[i].cs_end; j++) {
357 if (resources[i].do_reloc[j]) {
358 assert(resources[i].bo);
360 resources[
468 struct r600_surface **resources = (struct r600_surface **)surfaces; local
533 evergreen_set_global_binding( struct pipe_context *ctx_, unsigned first, unsigned n, struct pipe_resource **resources, uint32_t **handles) argument
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java89 private Resources resources; field in class:ShadowApplication
111 shadowApplication.resources = ShadowResources.bind(new Resources(null, null, null), resourceLoader);
132 if (resources == null ) {
133 resources = ShadowResources.bind(new Resources(null, null, null), resourceLoader);
135 return resources;
/external/skia/src/pdf/
H A DSkPDFTypes.cpp56 const SkTDArray<SkPDFObject*>* resources,
59 if (resources->count()) {
61 newResourceObjects->count() + resources->count());
62 for (int i = 0; i < resources->count(); i++) {
63 if (!knownResourceObjects.contains((*resources)[i]) &&
64 !newResourceObjects->contains((*resources)[i])) {
65 newResourceObjects->add((*resources)[i]);
66 (*resources)[i]->ref();
67 (*resources)[i]->getResources(knownResourceObjects,
55 GetResourcesHelper( const SkTDArray<SkPDFObject*>* resources, const SkTSet<SkPDFObject*>& knownResourceObjects, SkTSet<SkPDFObject*>* newResourceObjects) argument
/external/svox/pico/lib/
H A Dpicorsrc.c62 /* next connects all active resources of a resource manager and the garbaged resources of the manager's free list */
214 picorsrc_Resource resources, freeResources; member in struct:picorsrc_resource_manager
235 this->resources = NULL;
256 /* ******* accessing resources **************************************/
264 r = this->resources;
559 return picoos_emRaiseException(this->common->em,PICO_EXC_MAX_NUM_EXCEED,NULL,(picoos_char *)"no more than %i resources",PICO_MAX_NUM_RESOURCES);
616 /* resources are read-only; the following write protection
658 res->next = this->resources;
659 this->resources
[all...]
/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc11 #include "cc/resources/video_resource_updater.h"
481 VideoFrameExternalResources resources = local
485 EXPECT_EQ(VideoFrameExternalResources::YUV_RESOURCE, resources.type);
487 resources.mailboxes.size());
489 resources.release_callbacks.size());
493 resources.mailboxes[media::VideoFrame::kYPlane],
495 resources.release_callbacks[media::VideoFrame::kYPlane]));
498 resources.mailboxes[media::VideoFrame::kUPlane],
500 resources.release_callbacks[media::VideoFrame::kUPlane]));
503 resources
[all...]
/external/chromium_org/content/browser/compositor/
H A Ddelegated_frame_host.cc12 #include "cc/resources/single_release_callback.h"
13 #include "cc/resources/texture_mailbox.h"
320 &ack.resources);
347 // resources from the old one with resources from the new one which would
353 // any resources from the old output surface with the new output surface id.
471 ack.resources.swap(surface_returned_resources_);
473 resource_collection_->TakeUnusedResourcesForChildCompositor(&ack.resources);
495 ack.resources.swap(surface_returned_resources_);
498 resource_collection_->TakeUnusedResourcesForChildCompositor(&ack.resources);
509 ReturnResources( const cc::ReturnedResourceArray& resources) argument
[all...]

Completed in 486 milliseconds

12345678910