Searched defs:BlitFramebufferCHROMIUM (Results 1 – 7 of 7) sorted by relevance
6462 struct BlitFramebufferCHROMIUM { struct6463 typedef BlitFramebufferCHROMIUM ValueType; argument6464 static const CommandId kCmdId = kBlitFramebufferCHROMIUM; argument6465 static const cmd::ArgFlags kArgFlags = cmd::kFixed;6466 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(1);6468 static uint32_t ComputeSize() { in ComputeSize()6472 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()6474 void Init(GLint _srcX0, in Init()6497 void* Set(void* cmd, in Set()6534 COMPILE_ASSERT(sizeof(BlitFramebufferCHROMIUM) == 44, argument
2337 TEST_F(GLES2FormatTest, BlitFramebufferCHROMIUM) { in TEST_F() argument
1692 void GLES2Implementation::BlitFramebufferCHROMIUM(GLint srcX0, in BlitFramebufferCHROMIUM() function
990 void GLES2TraceImplementation::BlitFramebufferCHROMIUM(GLint srcX0, in BlitFramebufferCHROMIUM() function
569 void GLES2InterfaceStub::BlitFramebufferCHROMIUM(GLint /* srcX0 */, in BlitFramebufferCHROMIUM() function
1345 void BlitFramebufferCHROMIUM(GLint srcX0, in BlitFramebufferCHROMIUM() function
1584 TEST_F(GLES2ImplementationTest, BlitFramebufferCHROMIUM) { in TEST_F() argument