OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:surf_draw
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c
210
struct pipe_surface surf_templ, *
surf_draw
;
local
240
surf_draw
= pipe->create_surface(pipe, tex, &surf_templ);
246
dst_clip.x1 = clip_width ? clip_width :
surf_draw
->width;
247
dst_clip.y1 = clip_height ? clip_height :
surf_draw
->height;
250
dst_clip.x1 ==
surf_draw
->width && dst_clip.y1 ==
surf_draw
->height) {
255
vlVdpResolveDelayedRendering(pq->device,
surf_draw
, dirty_area);
262
src_rect.x1 =
surf_draw
->width;
263
src_rect.y1 =
surf_draw
->height;
268
vl_compositor_render(cstate, compositor,
surf_draw
, dirty_area)
[
all
...]
Completed in 136 milliseconds