Home
last modified time | relevance | path

Searched refs:cstate (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/testing/runner/
DWebTestThemeEngineWin.cpp60 …vas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate) in drawControl() argument
62 WebTestThemeControlWin control(canvas, webRectToSkIRect(rect), ctype, cstate); in drawControl()
66 … rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, bool drawEdges, b… in drawTextField() argument
68 WebTestThemeControlWin control(canvas, webRectToSkIRect(rect), ctype, cstate); in drawTextField()
72 …anvas, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, const WebRect& ba… in drawProgressBar() argument
74 WebTestThemeControlWin control(canvas, webRectToSkIRect(barRect), ctype, cstate); in drawProgressBar()
83 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; in paintButton() local
90 cstate = WebTestThemeControlWin::NormalState; in paintButton()
96 cstate = WebTestThemeControlWin::HotState; in paintButton()
102 cstate = WebTestThemeControlWin::PressedState; in paintButton()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
Doutput.c122 vl_compositor_init_state(&vlsurface->cstate, pipe); in vlVdpOutputSurfaceCreate()
150 vl_compositor_cleanup_state(&vlsurface->cstate); in vlVdpOutputSurfaceDestroy()
283 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
301 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsIndexed()
390 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfacePutBitsIndexed()
391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); in vlVdpOutputSurfacePutBitsIndexed()
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed()
393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); in vlVdpOutputSurfacePutBitsIndexed()
422 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsYCbCr() local
439 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsYCbCr()
[all …]
Dpresentation.c69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) { in vlVdpPresentationQueueCreate()
103 vl_compositor_cleanup_state(&pq->cstate); in vlVdpPresentationQueueDestroy()
135 vl_compositor_set_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueSetBackgroundColor()
159 vl_compositor_get_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueGetBackgroundColor()
214 struct vl_compositor_state *cstate; in vlVdpPresentationQueueDisplay() local
226 cstate = &pq->cstate; in vlVdpPresentationQueueDisplay()
253 cstate = pq->device->delayed_rendering.cstate; in vlVdpPresentationQueueDisplay()
254 vl_compositor_set_dst_clip(cstate, &dst_clip); in vlVdpPresentationQueueDisplay()
265 vl_compositor_clear_layers(cstate); in vlVdpPresentationQueueDisplay()
266 … vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL); in vlVdpPresentationQueueDisplay()
[all …]
Ddevice.c264 struct vl_compositor_state *cstate; in vlVdpResolveDelayedRendering() local
269 cstate = dev->delayed_rendering.cstate; in vlVdpResolveDelayedRendering()
270 if (!cstate) in vlVdpResolveDelayedRendering()
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area); in vlVdpResolveDelayedRendering()
285 dev->delayed_rendering.cstate = NULL; in vlVdpResolveDelayedRendering()
301 …ve4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate) in vlVdpSave4DelayedRendering() argument
308 dev->delayed_rendering.cstate = cstate; in vlVdpSave4DelayedRendering()
Dmixer.c68 vl_compositor_init_state(&vmixer->cstate, dev->context); in vlVdpVideoMixerCreate()
72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); in vlVdpVideoMixerCreate()
157 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerCreate()
181 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerDestroy()
261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, in vlVdpVideoMixerRender()
265 vl_compositor_clear_layers(&vmixer->cstate); in vlVdpVideoMixerRender()
292 …vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL… in vlVdpVideoMixerRender()
293 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rec… in vlVdpVideoMixerRender()
304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, in vlVdpVideoMixerRender()
306 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &r… in vlVdpVideoMixerRender()
[all …]
Dvdpau_private.h318 struct vl_compositor_state *cstate; member
333 struct vl_compositor_state cstate; member
339 struct vl_compositor_state cstate; member
383 struct vl_compositor_state cstate; member
411 …e4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c122 vl_compositor_init_state(&vlsurface->cstate, pipe); in vlVdpOutputSurfaceCreate()
150 vl_compositor_cleanup_state(&vlsurface->cstate); in vlVdpOutputSurfaceDestroy()
283 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsIndexed() local
301 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsIndexed()
390 vl_compositor_clear_layers(cstate); in vlVdpOutputSurfacePutBitsIndexed()
391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); in vlVdpOutputSurfacePutBitsIndexed()
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed()
393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); in vlVdpOutputSurfacePutBitsIndexed()
422 struct vl_compositor_state *cstate; in vlVdpOutputSurfacePutBitsYCbCr() local
439 cstate = &vlsurface->cstate; in vlVdpOutputSurfacePutBitsYCbCr()
[all …]
Dpresentation.c69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) { in vlVdpPresentationQueueCreate()
103 vl_compositor_cleanup_state(&pq->cstate); in vlVdpPresentationQueueDestroy()
135 vl_compositor_set_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueSetBackgroundColor()
159 vl_compositor_get_clear_color(&pq->cstate, &color); in vlVdpPresentationQueueGetBackgroundColor()
214 struct vl_compositor_state *cstate; in vlVdpPresentationQueueDisplay() local
226 cstate = &pq->cstate; in vlVdpPresentationQueueDisplay()
253 cstate = pq->device->delayed_rendering.cstate; in vlVdpPresentationQueueDisplay()
254 vl_compositor_set_dst_clip(cstate, &dst_clip); in vlVdpPresentationQueueDisplay()
265 vl_compositor_clear_layers(cstate); in vlVdpPresentationQueueDisplay()
266 … vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL); in vlVdpPresentationQueueDisplay()
[all …]
Ddevice.c264 struct vl_compositor_state *cstate; in vlVdpResolveDelayedRendering() local
269 cstate = dev->delayed_rendering.cstate; in vlVdpResolveDelayedRendering()
270 if (!cstate) in vlVdpResolveDelayedRendering()
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area); in vlVdpResolveDelayedRendering()
285 dev->delayed_rendering.cstate = NULL; in vlVdpResolveDelayedRendering()
301 …ve4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate) in vlVdpSave4DelayedRendering() argument
308 dev->delayed_rendering.cstate = cstate; in vlVdpSave4DelayedRendering()
Dmixer.c68 vl_compositor_init_state(&vmixer->cstate, dev->context); in vlVdpVideoMixerCreate()
72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); in vlVdpVideoMixerCreate()
157 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerCreate()
181 vl_compositor_cleanup_state(&vmixer->cstate); in vlVdpVideoMixerDestroy()
261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, in vlVdpVideoMixerRender()
265 vl_compositor_clear_layers(&vmixer->cstate); in vlVdpVideoMixerRender()
292 …vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL… in vlVdpVideoMixerRender()
293 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rec… in vlVdpVideoMixerRender()
304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, in vlVdpVideoMixerRender()
306 …vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &r… in vlVdpVideoMixerRender()
[all …]
Dvdpau_private.h318 struct vl_compositor_state *cstate; member
333 struct vl_compositor_state cstate; member
339 struct vl_compositor_state cstate; member
383 struct vl_compositor_state cstate; member
411 …e4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemSort.java336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
337 java.util.Vector vnames = cstate.getVariableNames(); in compose()
339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemVariable.java337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
341 java.util.Vector vnames = cstate.getVariableNames(); in compose()
343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); in compose()
356 cstate.resetStackFrameSize(); in compose()
374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
375 m_frameSize = cstate.getFrameSize(); in endCompose()
376 cstate.resetStackFrameSize(); in endCompose()
DElemTemplate.java348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
349 java.util.Vector vnames = cstate.getVariableNames(); in compose()
353 cstate.resetStackFrameSize(); in compose()
362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in endCompose() local
364 m_frameSize = cstate.getFrameSize(); in endCompose()
366 cstate.resetStackFrameSize(); in endCompose()
DElemElement.java132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
133 java.util.Vector vnames = cstate.getVariableNames(); in compose()
135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize()); in compose()
DElemCopyOf.java88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); in compose() local
89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize()); in compose()
/external/libppp/src/
Dslcompress.h112 struct cstate { struct
113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
131 struct cstate *last_cs; /* most recently used tstate */ argument
135 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */
136 struct cstate rstate[MAX_VJ_STATES]; /* receive connection states */
Dslcompress.c87 register struct cstate *tstate = comp->tstate; in sl_compress_init()
163 register struct cstate *cs = comp->last_cs->cs_next; in sl_compress_tcp()
212 register struct cstate *lcs; in sl_compress_tcp()
213 register struct cstate *lastcs = comp->last_cs; in sl_compress_tcp()
436 register struct cstate *cs; in sl_uncompress_tcp()
/external/ppp/pppd/include/net/
Dslcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ argument
120 struct cstate *last_cs; /* most recently used tstate */ argument
134 struct cstate tstate[MAX_STATES]; /* xmit connection states */
135 struct cstate rstate[MAX_STATES]; /* receive connection states */
Dvjcompress.h102 struct cstate { struct
103 struct cstate *cs_next; /* next most recently used state (xmit only) */ argument
119 struct cstate *last_cs; /* most recently used tstate */ argument
126 struct cstate tstate[MAX_STATES]; /* xmit connection states */
127 struct cstate rstate[MAX_STATES]; /* receive connection states */
/external/qemu/android/
Dconfig.c136 } cstate; typedef
139 static int _lex(cstate *cs, int value) in _lex()
260 static int lex(cstate *cs, int value)
271 static int parse_expr(cstate *cs, AConfig *node);
274 parse_block(cstate *cs, AConfig *node) in parse_block()
292 parse_expr(cstate *cs, AConfig *node) in parse_expr()
321 cstate cs; in aconfig_load()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c351 struct vl_compositor_state *cstate; in XvMCPutSurface() local
382 cstate = &context_priv->cstate; in XvMCPutSurface()
411 vl_compositor_clear_layers(cstate); in XvMCPutSurface()
412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, in XvMCPutSurface()
421 …vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->… in XvMCPutSurface()
424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, in XvMCPutSurface()
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); in XvMCPutSurface()
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); in XvMCPutSurface()
436 vl_compositor_render(cstate, compositor, surf, dirty_area); in XvMCPutSurface()
Dcontext.c273 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) { in XvMCCreateContext()
294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); in XvMCCreateContext()
330 vl_compositor_cleanup_state(&context_priv->cstate); in XvMCDestroyContext()
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
Dsurface.c351 struct vl_compositor_state *cstate; in XvMCPutSurface() local
382 cstate = &context_priv->cstate; in XvMCPutSurface()
411 vl_compositor_clear_layers(cstate); in XvMCPutSurface()
412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, in XvMCPutSurface()
421 …vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->… in XvMCPutSurface()
424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, in XvMCPutSurface()
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); in XvMCPutSurface()
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); in XvMCPutSurface()
436 vl_compositor_render(cstate, compositor, surf, dirty_area); in XvMCPutSurface()
Dcontext.c273 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) { in XvMCCreateContext()
294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); in XvMCCreateContext()
330 vl_compositor_cleanup_state(&context_priv->cstate); in XvMCDestroyContext()

12