Searched defs:BlitFramebufferCHROMIUM (Results 1 – 7 of 7) sorted by relevance
6572 struct BlitFramebufferCHROMIUM { struct6573 typedef BlitFramebufferCHROMIUM ValueType; argument6574 static const CommandId kCmdId = kBlitFramebufferCHROMIUM; argument6575 static const cmd::ArgFlags kArgFlags = cmd::kFixed;6576 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(1);6578 static uint32_t ComputeSize() { in ComputeSize()6582 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()6584 void Init(GLint _srcX0, in Init()6607 void* Set(void* cmd, in Set()6644 COMPILE_ASSERT(sizeof(BlitFramebufferCHROMIUM) == 44, argument
2369 TEST_F(GLES2FormatTest, BlitFramebufferCHROMIUM) { in TEST_F() argument
1692 void GLES2Implementation::BlitFramebufferCHROMIUM(GLint srcX0, in BlitFramebufferCHROMIUM() function
569 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */, in BlitFramebufferCHROMIUM() function
990 void GLES2TraceImplementation::BlitFramebufferCHROMIUM(GLint srcX0, in BlitFramebufferCHROMIUM() function
1584 TEST_F(GLES2ImplementationTest, BlitFramebufferCHROMIUM) { in TEST_F() argument
1367 void BlitFramebufferCHROMIUM(GLint srcX0, in BlitFramebufferCHROMIUM() function