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

/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h561 void GLES2InterfaceStub::ResizeCHROMIUM( function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1713 void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) { function
1714 gles2::cmds::ResizeCHROMIUM* c =
1715 GetCmdSpace<gles2::cmds::ResizeCHROMIUM>();
H A Dgles2_implementation.cc2953 void GLES2Implementation::ResizeCHROMIUM(GLuint width, GLuint height, function in class:gpu::gles2::GLES2Implementation
2958 helper_->ResizeCHROMIUM(width, height, scale_factor);
H A Dgles2_trace_implementation_impl_autogen.h1037 void GLES2TraceImplementation::ResizeCHROMIUM( function in class:GLES2TraceImplementation
1039 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ResizeCHROMIUM");
1040 gl_->ResizeCHROMIUM(width, height, scale_factor);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h9085 struct ResizeCHROMIUM { struct
9086 typedef ResizeCHROMIUM ValueType;
9116 COMPILE_ASSERT(sizeof(ResizeCHROMIUM) == 16,
9118 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, header) == 0,
9120 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, width) == 4,
9122 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, height) == 8,
9124 COMPILE_ASSERT(offsetof(ResizeCHROMIUM, scale_factor) == 12,

Completed in 118 milliseconds