Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format.h211 struct InsertSyncPointCHROMIUM { struct
212 typedef InsertSyncPointCHROMIUM ValueType; argument
213 static const CommandId kCmdId = kInsertSyncPointCHROMIUM; argument
214 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
215 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
216 CommandHeader header;
/external/chromium_org/cc/test/
Dtest_gles2_interface.cc363 GLuint TestGLES2Interface::InsertSyncPointCHROMIUM() { in InsertSyncPointCHROMIUM() function in cc::TestGLES2Interface
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.cc177 DELEGATE_TO_GL_R(insertSyncPoint, InsertSyncPointCHROMIUM, unsigned int) in DELEGATE_TO_GL_R() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h841 GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() { in InsertSyncPointCHROMIUM() function
Dgles2_trace_implementation_impl_autogen.h1481 GLuint GLES2TraceImplementation::InsertSyncPointCHROMIUM() { in InsertSyncPointCHROMIUM() function
Dgles2_implementation.cc3993 GLuint GLES2Implementation::InsertSyncPointCHROMIUM() { in InsertSyncPointCHROMIUM() function in gpu::gles2::GLES2Implementation