HomeSort by relevance Sort by last modified time
    Searched refs:cstate (Results 26 - 35 of 35) sorted by null

12

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java 505 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
506 java.util.Vector vnames = cstate.getVariableNames();
508 m_countMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
510 m_format_avt.fixupVariables(vnames, cstate.getGlobalsSize());
512 m_fromMatchPattern.fixupVariables(vnames, cstate.getGlobalsSize());
514 m_groupingSeparator_avt.fixupVariables(vnames, cstate.getGlobalsSize());
516 m_groupingSize_avt.fixupVariables(vnames, cstate.getGlobalsSize());
518 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize());
520 m_lettervalue_avt.fixupVariables(vnames, cstate.getGlobalsSize());
522 m_valueExpr.fixupVariables(vnames, cstate.getGlobalsSize())
    [all...]
ElemTemplateElement.java 199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
200 cstate.pushStackMark();
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
209 cstate.popStackMark();
    [all...]
ElemLiteralResult.java 101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
102 java.util.Vector vnames = cstate.getVariableNames();
110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
    [all...]
  /external/libpcap/
grammar.h 321 int pcap_parse (void *yyscanner, compiler_state_t *cstate);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
attributes.c 113 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc, 1.0f, 0.0f);
  /external/mesa3d/src/gallium/state_trackers/omx_bellagio/
vid_dec.c 191 if (!vl_compositor_init_state(&priv->cstate, priv->pipe)) {
250 vl_compositor_cleanup_state(&priv->cstate);
623 vl_compositor_yuv_deint_full(&priv->cstate, &priv->compositor,
vid_enc.c 192 if (!vl_compositor_init_state(&priv->cstate, priv->s_pipe)) {
290 vl_compositor_cleanup_state(&priv->cstate);
977 struct vl_compositor_state *s = &priv->cstate;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 476 struct r600_pipe_compute *cstate = (struct r600_pipe_compute *)state; local
484 if (cstate->ir_type == PIPE_SHADER_IR_TGSI) {
487 r600_shader_select(ctx, cstate->sel, &compute_dirty);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 233 struct vl_compositor_state cstate; member in struct:__anon34058
picture.c 682 vl_compositor_yuv_deint_full(&drv->cstate, &drv->compositor,

Completed in 662 milliseconds

12