Home
last modified time | relevance | path

Searched defs:LoseContextCHROMIUM (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/test/
Dtest_gles2_interface.cc374 void TestGLES2Interface::LoseContextCHROMIUM(GLenum current, GLenum other) { in LoseContextCHROMIUM() function in cc::TestGLES2Interface
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h8756 struct LoseContextCHROMIUM { struct
8757 typedef LoseContextCHROMIUM ValueType; argument
8758 static const CommandId kCmdId = kLoseContextCHROMIUM; argument
8759 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
8760 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
8784 COMPILE_ASSERT(sizeof(LoseContextCHROMIUM) == 12, argument
Dgles2_cmd_format_test_autogen.h3328 TEST_F(GLES2FormatTest, LoseContextCHROMIUM) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_implementation_impl_autogen.h2064 void GLES2Implementation::LoseContextCHROMIUM(GLenum current, GLenum other) { in LoseContextCHROMIUM() function
Dgles2_trace_implementation_impl_autogen.h1475 void GLES2TraceImplementation::LoseContextCHROMIUM(GLenum current, in LoseContextCHROMIUM() function
Dgles2_interface_stub_impl_autogen.h838 void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */, in LoseContextCHROMIUM() function
Dgles2_cmd_helper_autogen.h1863 void LoseContextCHROMIUM(GLenum current, GLenum other) { in LoseContextCHROMIUM() function
Dgles2_implementation_unittest_autogen.h1850 TEST_F(GLES2ImplementationTest, LoseContextCHROMIUM) { in TEST_F() argument