Home
last modified time | relevance | path

Searched defs:GenMailboxCHROMIUM (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format.h203 struct GenMailboxCHROMIUM { struct
204 typedef GenMailboxCHROMIUM ValueType; argument
205 static const CommandId kCmdId = kGenMailboxCHROMIUM; argument
206 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
207 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
208 CommandHeader header;
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc387 void TestGLES2Interface::GenMailboxCHROMIUM(GLbyte* mailbox) { in GenMailboxCHROMIUM() function in cc::TestGLES2Interface
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.cc838 DELEGATE_TO_GL_1(genMailboxCHROMIUM, GenMailboxCHROMIUM, WGC3Dbyte*) in DELEGATE_TO_GL_1() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h777 void GLES2InterfaceStub::GenMailboxCHROMIUM(GLbyte* /* mailbox */) { in GenMailboxCHROMIUM() function
Dgles2_trace_implementation_impl_autogen.h1355 void GLES2TraceImplementation::GenMailboxCHROMIUM(GLbyte* mailbox) { in GenMailboxCHROMIUM() function
Dgles2_implementation.cc3580 void GLES2Implementation::GenMailboxCHROMIUM( in GenMailboxCHROMIUM() function in gpu::gles2::GLES2Implementation