Searched defs:WaitSyncPointCHROMIUM (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc324 void TestGLES2Interface::WaitSyncPointCHROMIUM(GLuint sync_point) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h1739 void GLES2Implementation::WaitSyncPointCHROMIUM(GLuint sync_point) { function in class:GLES2Implementation
1742 helper_->WaitSyncPointCHROMIUM(sync_point);
H A Dgles2_interface_stub_impl_autogen.h663 void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) { function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1989 void WaitSyncPointCHROMIUM(GLuint sync_point) { function
1990 gles2::cmds::WaitSyncPointCHROMIUM* c =
1991 GetCmdSpace<gles2::cmds::WaitSyncPointCHROMIUM>();
H A Dgles2_trace_implementation_impl_autogen.h1229 void GLES2TraceImplementation::WaitSyncPointCHROMIUM(GLuint sync_point) { function in class:GLES2TraceImplementation
1230 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::WaitSyncPointCHROMIUM");
1231 gl_->WaitSyncPointCHROMIUM(sync_point);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h10478 struct WaitSyncPointCHROMIUM { struct
10479 typedef WaitSyncPointCHROMIUM ValueType;
10505 COMPILE_ASSERT(sizeof(WaitSyncPointCHROMIUM) == 8,
10507 COMPILE_ASSERT(offsetof(WaitSyncPointCHROMIUM, header) == 0,
10509 COMPILE_ASSERT(offsetof(WaitSyncPointCHROMIUM, sync_point) == 4,

Completed in 209 milliseconds