HomeSort by relevance Sort by last modified time
    Searched defs:cstate (Results 1 - 22 of 22) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 264 struct vl_compositor_state *cstate; local
269 cstate = dev->delayed_rendering.cstate;
270 if (!cstate)
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area);
285 dev->delayed_rendering.cstate = NULL;
301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate)
308 dev->delayed_rendering.cstate = cstate;
presentation.c 69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) {
103 vl_compositor_cleanup_state(&pq->cstate);
135 vl_compositor_set_clear_color(&pq->cstate, &color);
159 vl_compositor_get_clear_color(&pq->cstate, &color);
214 struct vl_compositor_state *cstate; local
226 cstate = &pq->cstate;
253 cstate = pq->device->delayed_rendering.cstate;
254 vl_compositor_set_dst_clip(cstate, &dst_clip)
    [all...]
output.c 122 vl_compositor_init_state(&vlsurface->cstate, pipe);
150 vl_compositor_cleanup_state(&vlsurface->cstate);
283 struct vl_compositor_state *cstate; local
301 cstate = &vlsurface->cstate;
390 vl_compositor_clear_layers(cstate);
391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false);
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL);
422 struct vl_compositor_state *cstate; local
636 struct vl_compositor_state *cstate; local
695 struct vl_compositor_state *cstate; local
    [all...]
vdpau_private.h 318 struct vl_compositor_state *cstate; member in struct:__anon27567::__anon27568
333 struct vl_compositor_state cstate; member in struct:__anon27570
339 struct vl_compositor_state cstate; member in struct:__anon27571
383 struct vl_compositor_state cstate; member in struct:__anon27576
411 void vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemCopyOf.java 88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize());
ElemTemplate.java 348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
349 java.util.Vector vnames = cstate.getVariableNames();
353 cstate.resetStackFrameSize();
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
364 m_frameSize = cstate.getFrameSize();
366 cstate.resetStackFrameSize();
ElemVariable.java 337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
341 java.util.Vector vnames = cstate.getVariableNames();
343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize());
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize();
356 cstate.resetStackFrameSize();
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
375 m_frameSize = cstate.getFrameSize();
376 cstate.resetStackFrameSize();
ElemSort.java 336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
337 java.util.Vector vnames = cstate.getVariableNames();
339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize());
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize());
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize());
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize());
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize());
ElemTemplateElement.java 199 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
200 cstate.pushStackMark();
208 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
209 cstate.popStackMark();
    [all...]
ElemElement.java 132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
133 java.util.Vector vnames = cstate.getVariableNames();
135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize());
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize());
ElemLiteralResult.java 101 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local
102 java.util.Vector vnames = cstate.getVariableNames();
110 avt.fixupVariables(vnames, cstate.getGlobalsSize());
    [all...]
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...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 351 struct vl_compositor_state *cstate; local
382 cstate = &context_priv->cstate;
411 vl_compositor_clear_layers(cstate);
412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer,
421 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette,
424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler,
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
436 vl_compositor_render(cstate, compositor, surf, dirty_area)
    [all...]
xvmc_private.h 60 struct vl_compositor_state cstate; member in struct:__anon27607
  /external/ppp/pppd/include/net/
vjcompress.h 102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used state (xmit only) */
119 struct cstate *last_cs; /* most recently used tstate */
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */
127 struct cstate rstate[MAX_STATES]; /* receive connection states */
slcompress.h 102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */
120 struct cstate *last_cs; /* most recently used tstate */
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */
135 struct cstate rstate[MAX_STATES]; /* receive connection states */
  /system/core/libcutils/
config_utils.c 120 } cstate; typedef in typeref:struct:__anon106761
122 static int _lex(cstate *cs, int value)
232 static int lex(cstate *cs, int value)
243 static int parse_expr(cstate *cs, cnode *node);
245 static int parse_block(cstate *cs, cnode *node)
262 static int parse_expr(cstate *cs, cnode *root)
295 cstate cs;
  /external/syslinux/core/lwip/src/netif/ppp/
chap.c 147 static void ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len);
148 static void ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len);
160 chap_state *cstate = &chap[unit]; local
162 BZERO(cstate, sizeof(*cstate));
163 cstate->unit = unit;
164 cstate->clientstate = CHAPCS_INITIAL;
165 cstate->serverstate = CHAPSS_INITIAL;
166 cstate->timeouttime = CHAP_DEFTIMEOUT;
167 cstate->max_transmits = CHAP_DEFTRANSMITS
179 chap_state *cstate = &chap[unit]; local
206 chap_state *cstate = &chap[unit]; local
230 chap_state *cstate = (chap_state *) arg; local
257 chap_state *cstate = (chap_state *) arg; local
274 chap_state *cstate = (chap_state *) arg; local
295 chap_state *cstate = &chap[unit]; local
321 chap_state *cstate = &chap[unit]; local
345 chap_state *cstate = &chap[unit]; local
365 chap_state *cstate = &chap[unit]; local
    [all...]
vj.h 105 struct cstate { struct
106 struct cstate *cs_next; /* next most recently used state (xmit only) */
134 struct cstate *last_cs; /* most recently used tstate */
143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
144 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
  /external/dhcpcd-6.8.2/
ipv6.c 1486 const struct ipv6_state *cstate; local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1260 milliseconds