Searched defs:template (Results 51 - 75 of 103) sorted by relevance

12345

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c406 const struct pipe_resource *template)
414 tex->b.b = *template;
419 assert(template->last_level < SVGA_MAX_TEXTURE_LEVELS);
420 if(template->last_level >= SVGA_MAX_TEXTURE_LEVELS)
424 tex->key.size.width = template->width0;
425 tex->key.size.height = template->height0;
426 tex->key.size.depth = template->depth0;
428 if(template->target == PIPE_TEXTURE_CUBE) {
438 if (template->bind & PIPE_BIND_SAMPLER_VIEW)
441 if (template
405 svga_texture_create(struct pipe_screen *screen, const struct pipe_resource *template) argument
497 svga_texture_from_handle(struct pipe_screen *screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
[all...]
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c290 struct pipe_resource *template; local
306 template = &srf->template;
307 template->format = fdesc.format;
308 template->target = PIPE_TEXTURE_2D;
309 template->width0 = width;
310 template->height0 = height;
311 template->depth0 = 1;
312 template->array_size = 1;
313 template
347 struct pipe_resource *template = &srf->template; local
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c108 struct pipe_resource template; local
110 memset(&template, 0, sizeof(template));
111 template.target = PIPE_TEXTURE_2D;
115 template.format = PIPE_FORMAT_Z16_UNORM;
118 template.format = PIPE_FORMAT_Z32_UNORM;
121 template.format = ms->ds_depth_bits_last ?
126 template.format = ms->ds_depth_bits_last ?
129 template.width0 = pDraw->width;
130 template
[all...]
H A Dxorg_exa.c864 struct pipe_resource template; local
866 memset(&template, 0, sizeof(template));
867 template.target = PIPE_TEXTURE_2D;
868 exa_get_pipe_format(depth, &template.format, &bitsPerPixel, &priv->picture_format);
870 template.width0 = util_next_power_of_two(width);
871 template.height0 = util_next_power_of_two(height);
874 template.width0 = width;
875 template.height0 = height;
878 template
940 struct pipe_resource template; local
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DTranslateInfoBar.java116 String template = context.getString(R.string.translate_infobar_text);
117 return formatBeforeInfoBarMessage(template, mOptions.sourceLanguage(),
291 private CharSequence formatBeforeInfoBarMessage(String template, String sourceLanguage, argument
310 return TextUtils.expandTemplate(template, formattedSourceLanguage, formattedTargetLanguage);
/external/chromium_org/third_party/boringssl/src/crypto/conf/
H A Dconf.c342 CONF_VALUE template; local
344 memset(&template, 0, sizeof(template));
345 template.section = (char *) section;
346 return lh_CONF_VALUE_retrieve(conf->data, &template);
359 CONF_VALUE template, *value; local
361 memset(&template, 0, sizeof(template));
362 template.section = (char *) section;
363 template
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj.c241 ASN1_OBJECT *match, template; local
243 template.sn = short_name;
244 match = lh_ASN1_OBJECT_retrieve(global_added_by_short_name, &template);
275 ASN1_OBJECT *match, template; local
277 template.ln = long_name;
278 match = lh_ASN1_OBJECT_retrieve(global_added_by_long_name, &template);
328 ASN1_OBJECT *match, template; local
330 template.nid = nid;
331 match = lh_ASN1_OBJECT_retrieve(global_added_by_nid, &template);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c177 struct pipe_resource template, *tex; local
230 memset(&template, 0, sizeof(template));
231 template.target = PIPE_TEXTURE_2D;
232 template.format = PIPE_FORMAT_B8G8R8X8_UNORM;
233 template.last_level = 0;
234 template.width0 = reply->width;
235 template.height0 = reply->height;
236 template.depth0 = 1;
237 template
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java56 import com.google.clearsilver.jsilver.template.Macro;
57 import com.google.clearsilver.jsilver.template.RenderingContext;
58 import com.google.clearsilver.jsilver.template.Template;
59 import com.google.clearsilver.jsilver.template.TemplateLoader;
68 * Main JSilver interpreter. This walks a template's AST and renders the result out.
72 private final Template template; field in class:TemplateInterpreter
80 public TemplateInterpreter(Template template, TemplateLoader templateLoader, argument
82 this.template = template;
148 // Now parse result, into new mini template
[all...]
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c177 struct pipe_resource template, *tex; local
230 memset(&template, 0, sizeof(template));
231 template.target = PIPE_TEXTURE_2D;
232 template.format = PIPE_FORMAT_B8G8R8X8_UNORM;
233 template.last_level = 0;
234 template.width0 = reply->width;
235 template.height0 = reply->height;
236 template.depth0 = 1;
237 template
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java411 * Template match against a template. null field in template indicates wild
414 public boolean match(SIPHeaderList<?> template) { argument
415 if (template == null)
417 if (!this.getClass().equals(template.getClass()))
419 SIPHeaderList<SIPHeader> that = (SIPHeaderList<SIPHeader>) template;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_resource_texture.c942 const struct pipe_resource *template,
953 tex->b.b = *template;
958 if ( (force_untiled) || (template->usage == PIPE_USAGE_STREAM) )
976 if ((template->bind & PIPE_BIND_SCANOUT) && template->width0 != 64)
1000 const struct pipe_resource *template,
1015 if ((template->target != PIPE_TEXTURE_2D &&
1016 template->target != PIPE_TEXTURE_RECT) ||
1017 template->last_level != 0 ||
1018 template
941 i915_texture_create(struct pipe_screen *screen, const struct pipe_resource *template, boolean force_untiled) argument
999 i915_texture_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa.c864 struct pipe_resource template; local
866 memset(&template, 0, sizeof(template));
867 template.target = PIPE_TEXTURE_2D;
868 exa_get_pipe_format(depth, &template.format, &bitsPerPixel, &priv->picture_format);
870 template.width0 = util_next_power_of_two(width);
871 template.height0 = util_next_power_of_two(height);
874 template.width0 = width;
875 template.height0 = height;
878 template
940 struct pipe_resource template; local
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp84 #define template macro
169 template
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhist.c276 static struct hist_entry *hist_entry__new(struct hist_entry *template) argument
282 *he = *template;
299 memcpy(he->branch_info, template->branch_info,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c942 const struct pipe_resource *template,
953 tex->b.b = *template;
958 if ( (force_untiled) || (template->usage == PIPE_USAGE_STREAM) )
976 if ((template->bind & PIPE_BIND_SCANOUT) && template->width0 != 64)
1000 const struct pipe_resource *template,
1015 if ((template->target != PIPE_TEXTURE_2D &&
1016 template->target != PIPE_TEXTURE_RECT) ||
1017 template->last_level != 0 ||
1018 template
941 i915_texture_create(struct pipe_screen *screen, const struct pipe_resource *template, boolean force_untiled) argument
999 i915_texture_from_handle(struct pipe_screen * screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c366 XVisualInfo *vi, template; local
370 SDL_memset(&template, 0, (sizeof template));
371 template.visualid = SDL_strtol(visual_id, NULL, 0);
372 vi = XGetVisualInfo(SDL_Display, VisualIDMask, &template, &nvis);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DStylesheetRoot.java354 * @param templ non-null reference to template element that will have
394 * @param addToList <code>true</code> if this template should be added to the import list
704 * The "xsl:template" properties.
710 * Recompose the template declarations.
712 * @param template An ElemTemplate object to add to the template list.
714 void recomposeTemplates(ElemTemplate template) argument
716 m_templateList.setTemplate(template);
733 * the template list is built during the recompose process and should not be
743 * Get an "xsl:template" propert
[all...]
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c2 * pattern.c: Implemetation of the template match compilation and lookup
105 xsltTemplatePtr template; /* the associated template */ member in struct:_xsltCompMatch
221 * @payload: pointer to template hash table entry
223 * @name: template match name
2020 * @cur: an XSLT template
2053 pat->template = cur;
2134 * template rules that are left, the one that occurs
2231 * Finds the template applying to this node, if @style is non-NULL
2232 * it means one needs to look for the next imported template i
[all...]
H A Dxsltutils.c1890 xsltTemplatePtr template; local
1905 template = style->templates;
1906 while (template != NULL) {
1910 if (template->nbCalls > 0)
1911 templates[nb++] = template;
1912 template = template->next;
1923 template = templates[j];
1925 templates[i] = template;
1982 * to extract template processin
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c491 struct GLX_egl_config *GLX_conf, template; local
494 memset(&template, 0, sizeof(template));
495 _eglInitConfig(&template.Base, dpy, id);
498 GLX_dpy->fbconfigs[i], &template);
502 &GLX_dpy->visuals[i], &template);
507 fix_config(GLX_dpy, &template);
508 if (!_eglValidateConfig(&template.Base, EGL_FALSE)) {
515 memcpy(GLX_conf, &template, sizeof(template));
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c470 const struct pipe_resource *template,
484 lpr->base = *template;
508 template,
469 llvmpipe_resource_from_handle(struct pipe_screen *screen, const struct pipe_resource *template, struct winsys_handle *whandle) argument
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_glx.c467 XVisualInfo template; local
472 template.visualid = visual->visualID;
474 visuals = XGetVisualInfo(dpy, mask, &template, &num_visuals);
/external/e2fsprogs/e2fsck/
H A Ddict.c356 void dict_init_like(dict_t *dict, const dict_t *template) argument
358 dict->compare = template->compare;
359 dict->allocnode = template->allocnode;
360 dict->freenode = template->freenode;
361 dict->context = template->context;
363 dict->maxcount = template->maxcount;
368 dict->dupes = template->dupes;
370 assert (dict_similar(dict, template));
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c491 struct GLX_egl_config *GLX_conf, template; local
494 memset(&template, 0, sizeof(template));
495 _eglInitConfig(&template.Base, dpy, id);
498 GLX_dpy->fbconfigs[i], &template);
502 &GLX_dpy->visuals[i], &template);
507 fix_config(GLX_dpy, &template);
508 if (!_eglValidateConfig(&template.Base, EGL_FALSE)) {
515 memcpy(GLX_conf, &template, sizeof(template));
[all...]

Completed in 988 milliseconds

12345