Searched defs:z_order (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/gl/
H A Dgl_image_stub.cc20 int z_order,
19 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
H A Dgl_image_surface_texture.cc85 int z_order,
84 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
H A Dgl_image_android_native_buffer.cc121 int z_order,
119 ScheduleOverlayPlane( gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
H A Dgl_image_egl.cc58 int z_order,
57 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
H A Dgl_image_io_surface.cc68 int z_order,
67 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
H A Dgl_image_memory.cc182 int z_order,
181 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
H A Dgl_image_glx.cc198 int z_order,
197 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, OverlayTransform transform, const Rect& bounds_rect, const RectF& crop_rect) argument
H A Dgl_surface.cc229 bool GLSurface::ScheduleOverlayPlane(int z_order, argument
350 bool GLSurfaceAdapter::ScheduleOverlayPlane(int z_order, argument
356 z_order, transform, image, bounds_rect, crop_rect);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_render_manager.cc90 const uint32_t z_order,
118 *this, z_order,
88 AddRenderStream(const int32_t render_id, void* window, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
H A Dvie_render_impl.cc86 const unsigned int z_order, const float left,
89 LOG_F(LS_INFO) << "render_id: " << render_id << " z_order: " << z_order
110 render_id, window, z_order, left, top, right, bottom);
125 render_id, window, z_order, left, top, right, bottom);
219 int ViERenderImpl::ConfigureRender(int render_id, const unsigned int z_order, argument
222 LOG_F(LS_INFO) << "render_id: " << render_id << " z_order: " << z_order
232 if (renderer->ConfigureRenderer(z_order, left, top, right, bottom) != 0) {
85 AddRenderer(const int render_id, void* window, const unsigned int z_order, const float left, const float top, const float right, const float bottom) argument
H A Dvie_renderer.cc24 const uint32_t z_order,
31 if (!self || self->Init(z_order, left, top, right, bottom) != 0) {
62 int32_t ViERenderer::ConfigureRenderer(const unsigned int z_order, argument
67 return render_module_.ConfigureRenderer(render_id_, z_order, left, top, right,
123 int32_t ViERenderer::Init(const uint32_t z_order, argument
130 render_id_, z_order, left, top, right, bottom));
20 CreateViERenderer(const int32_t render_id, const int32_t engine_id, VideoRender& render_module, ViERenderManager& render_manager, const uint32_t z_order, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_controller.h33 int z_order,
41 int z_order; member in struct:ui::OverlayPlane
H A Dhardware_display_controller.cc49 if (overlays[i].z_order == 0)
61 z_order(0),
67 int z_order,
72 z_order(z_order),
66 OverlayPlane(scoped_refptr<ScanoutBuffer> buffer, int z_order, gfx::OverlayTransform plane_transform, const gfx::Rect& display_bounds, const gfx::RectF& crop_rect) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dstream_texture_manager_in_process_android.cc36 int z_order,
85 int z_order,
84 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, gfx::OverlayTransform transform, const gfx::Rect& bounds_rect, const gfx::RectF& crop_rect) argument
H A Dtexture_definition.cc42 int z_order,
103 int z_order,
102 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, gfx::OverlayTransform transform, const gfx::Rect& bounds_rect, const gfx::RectF& crop_rect) argument
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc210 int z_order,
209 ScheduleOverlayPlane(gfx::AcceleratedWidget widget, int z_order, gfx::OverlayTransform transform, const gfx::Rect& bounds_rect, const gfx::RectF& crop_rect) argument

Completed in 570 milliseconds