Searched refs:plane_z_order (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/ui/ozone/public/
H A Doverlay_candidates_ozone.h36 int plane_z_order; member in struct:ui::OverlayCandidatesOzone::OverlaySurfaceCandidate
H A Dsurface_factory_ozone.cc75 int plane_z_order,
73 ScheduleOverlayPlane( gfx::AcceleratedWidget widget, int plane_z_order, gfx::OverlayTransform plane_transform, scoped_refptr<NativePixmap> buffer, const gfx::Rect& display_bounds, const gfx::RectF& crop_rect) argument
H A Dsurface_factory_ozone.h131 // |plane_z_order| specifies the stacking order of the plane relative to the
141 int plane_z_order,
/external/chromium_org/cc/output/
H A Doverlay_candidate.h41 int plane_z_order; member in class:cc::OverlayCandidate
H A Doverlay_candidate.cc18 plane_z_order(0),
H A Doverlay_strategy_single_on_top.cc89 candidate.plane_z_order = 1;
H A Doverlay_unittest.cc561 void(int plane_z_order,
723 overlay1.plane_z_order = 1;
729 overlay2.plane_z_order = 1;
H A Dgl_renderer.cc3196 if (overlay.plane_z_order == 0)
3204 overlay.plane_z_order,
/external/chromium_org/ui/ozone/platform/dri/
H A Dgbm_surface_factory.cc39 if (first->plane_z_order == 0) {
41 } else if (second->plane_z_order == 0) {
47 if (overlay->plane_z_order > 0 &&
192 int plane_z_order,
208 plane_z_order,
190 ScheduleOverlayPlane( gfx::AcceleratedWidget widget, int plane_z_order, gfx::OverlayTransform plane_transform, scoped_refptr<NativePixmap> buffer, const gfx::Rect& display_bounds, const gfx::RectF& crop_rect) argument
H A Dgbm_surface_factory.h44 int plane_z_order,
/external/chromium_org/gpu/command_buffer/client/
H A Dcontext_support.h37 virtual void ScheduleOverlayPlane(int plane_z_order,
H A Dgles2_implementation.h228 virtual void ScheduleOverlayPlane(int plane_z_order,
H A Dgles2_implementation_impl_autogen.h2109 GLint plane_z_order,
2123 << plane_z_order << ", " << GLES2Util::GetStringEnum(plane_transform)
2127 helper_->ScheduleOverlayPlaneCHROMIUM(plane_z_order,
2108 ScheduleOverlayPlaneCHROMIUM( GLint plane_z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLint bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height) argument
H A Dgles2_c_lib_autogen.h952 void GLES2ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, argument
963 gles2::GetGLContext()->ScheduleOverlayPlaneCHROMIUM(plane_z_order,
H A Dgles2_trace_implementation_impl_autogen.h1503 GLint plane_z_order,
1516 gl_->ScheduleOverlayPlaneCHROMIUM(plane_z_order,
1502 ScheduleOverlayPlaneCHROMIUM( GLint plane_z_order, GLenum plane_transform, GLuint overlay_texture_id, GLint bounds_x, GLint bounds_y, GLint bounds_width, GLint bounds_height, GLfloat uv_x, GLfloat uv_y, GLfloat uv_width, GLfloat uv_height) argument
H A Dgles2_implementation_autogen.h732 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
H A Dgles2_interface_autogen.h496 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
H A Dgles2_interface_stub_autogen.h529 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
H A Dgles2_trace_implementation_autogen.h529 virtual void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
H A Dgles2_cmd_helper_autogen.h1919 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, argument
1933 c->Init(plane_z_order,
H A Dgles2_implementation.cc2893 int plane_z_order,
2898 ScheduleOverlayPlaneCHROMIUM(plane_z_order,
2892 ScheduleOverlayPlane( int plane_z_order, gfx::OverlayTransform plane_transform, unsigned overlay_texture_id, const gfx::Rect& display_bounds, const gfx::RectF& uv_rect) argument
/external/chromium_org/cc/test/
H A Dtest_context_support.cc86 int plane_z_order,
92 schedule_overlay_plane_callback_.Run(plane_z_order,
85 ScheduleOverlayPlane( int plane_z_order, gfx::OverlayTransform plane_transform, unsigned overlay_texture_id, const gfx::Rect& display_bounds, const gfx::RectF& uv_rect) argument
H A Dtest_context_support.h32 virtual void ScheduleOverlayPlane(int plane_z_order,
44 typedef base::Callback<void(int plane_z_order,
/external/chromium_org/content/browser/compositor/
H A Doverlay_candidate_validator_ozone.cc47 ozone_surface_list.at(i).plane_z_order = surfaces->at(i).plane_z_order;
/external/chromium_org/gpu/GLES2/
H A Dgl2extchromium.h685 glScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
698 GLint plane_z_order,

Completed in 2092 milliseconds

12