OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_surface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
occlusion_tracker.cc
307
const RenderSurfaceType*
old_surface
= old_target->render_surface();
local
312
old_surface
->is_clipped(),
313
old_surface
->clip_rect(),
314
old_surface
->draw_transform());
319
old_surface
->is_clipped(),
320
old_surface
->clip_rect(),
321
old_surface
->replica_draw_transform()));
329
old_surface
->draw_transform());
335
old_target, false,
old_surface
->content_rect());
338
old_target, true,
old_surface
->content_rect())
[
all
...]
/external/chromium_org/ui/gl/
gl_surface_egl.cc
498
EGLSurface
old_surface
= surface_;
local
531
if (
old_surface
)
532
eglDestroySurface(display,
old_surface
);
Completed in 32 milliseconds