Searched defs:ScheduleOverlayPlaneCHROMIUM (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h2108 void GLES2Implementation::ScheduleOverlayPlaneCHROMIUM( function in class:GLES2Implementation
2127 helper_->ScheduleOverlayPlaneCHROMIUM(plane_z_order,
H A Dgles2_interface_stub_impl_autogen.h851 void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1919 void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order, function
1930 gles2::cmds::ScheduleOverlayPlaneCHROMIUM* c =
1931 GetCmdSpace<gles2::cmds::ScheduleOverlayPlaneCHROMIUM>();
H A Dgles2_trace_implementation_impl_autogen.h1502 void GLES2TraceImplementation::ScheduleOverlayPlaneCHROMIUM( function in class:GLES2TraceImplementation
1515 "GLES2Trace::ScheduleOverlayPlaneCHROMIUM");
1516 gl_->ScheduleOverlayPlaneCHROMIUM(plane_z_order,
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h9005 struct ScheduleOverlayPlaneCHROMIUM { struct
9006 typedef ScheduleOverlayPlaneCHROMIUM ValueType;
9082 COMPILE_ASSERT(sizeof(ScheduleOverlayPlaneCHROMIUM) == 48,
9084 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, header) == 0,
9086 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, plane_z_order) == 4,
9088 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, plane_transform) == 8,
9090 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, overlay_texture_id) == 12,
9092 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, bounds_x) == 16,
9094 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, bounds_y) == 20,
9096 COMPILE_ASSERT(offsetof(ScheduleOverlayPlaneCHROMIUM, bounds_widt
[all...]

Completed in 66 milliseconds