Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h9427 struct PostSubBufferCHROMIUM { struct
9428 typedef PostSubBufferCHROMIUM ValueType; argument
9429 static const CommandId kCmdId = kPostSubBufferCHROMIUM; argument
9430 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
9432 static uint32 ComputeSize() { in ComputeSize()
9436 void SetHeader() { in SetHeader()
9460 COMPILE_ASSERT(sizeof(PostSubBufferCHROMIUM) == 20, argument
Dgles2_cmd_format_test_autogen.h3852 TEST_F(GLES2FormatTest, PostSubBufferCHROMIUM) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_trace_implementation_impl_autogen.h1104 void GLES2TraceImplementation::PostSubBufferCHROMIUM( in PostSubBufferCHROMIUM() function
Dgles2_interface_stub_impl_autogen.h598 void GLES2InterfaceStub::PostSubBufferCHROMIUM( in PostSubBufferCHROMIUM() function
Dgles2_implementation.cc3236 void GLES2Implementation::PostSubBufferCHROMIUM( in PostSubBufferCHROMIUM() function in gpu::gles2::GLES2Implementation
Dgles2_cmd_helper_autogen.h1782 void PostSubBufferCHROMIUM(GLint x, GLint y, GLint width, GLint height) { in PostSubBufferCHROMIUM() function