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

/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc419 void TestGLES2Interface::LoseContextCHROMIUM(GLenum current, GLenum other) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h2066 void GLES2Implementation::LoseContextCHROMIUM(GLenum current, GLenum other) { function in class:GLES2Implementation
2071 helper_->LoseContextCHROMIUM(current, other);
H A Dgles2_interface_stub_impl_autogen.h838 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h1885 void LoseContextCHROMIUM(GLenum current, GLenum other) { function
1886 gles2::cmds::LoseContextCHROMIUM* c =
1887 GetCmdSpace<gles2::cmds::LoseContextCHROMIUM>();
H A Dgles2_trace_implementation_impl_autogen.h1475 void GLES2TraceImplementation::LoseContextCHROMIUM(GLenum current, function in class:GLES2TraceImplementation
1477 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::LoseContextCHROMIUM");
1478 gl_->LoseContextCHROMIUM(current, other);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h8866 struct LoseContextCHROMIUM { struct
8867 typedef LoseContextCHROMIUM ValueType;
8894 COMPILE_ASSERT(sizeof(LoseContextCHROMIUM) == 12,
8896 COMPILE_ASSERT(offsetof(LoseContextCHROMIUM, header) == 0,
8898 COMPILE_ASSERT(offsetof(LoseContextCHROMIUM, current) == 4,
8900 COMPILE_ASSERT(offsetof(LoseContextCHROMIUM, other) == 8,

Completed in 202 milliseconds