Searched defs:GetMaxValueInBufferCHROMIUM (Results 1 – 7 of 7) sorted by relevance
7366 struct GetMaxValueInBufferCHROMIUM { struct7367 typedef GetMaxValueInBufferCHROMIUM ValueType; argument7368 static const CommandId kCmdId = kGetMaxValueInBufferCHROMIUM; argument7369 static const cmd::ArgFlags kArgFlags = cmd::kFixed;7370 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);7372 typedef GLuint Result;7374 static uint32_t ComputeSize() { in ComputeSize()7378 void SetHeader() { header.SetCmd<ValueType>(); } in SetHeader()7380 void Init(GLuint _buffer_id, in Init()7416 COMPILE_ASSERT(sizeof(GetMaxValueInBufferCHROMIUM) == 28, argument
2645 TEST_F(GLES2FormatTest, GetMaxValueInBufferCHROMIUM) { in TEST_F() argument
131 TEST_P(GLES2DecoderWithShaderTest, GetMaxValueInBufferCHROMIUM) { in TEST_P() argument
649 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */, in GetMaxValueInBufferCHROMIUM() function
1134 GLuint GLES2TraceImplementation::GetMaxValueInBufferCHROMIUM(GLuint buffer_id, in GetMaxValueInBufferCHROMIUM() function
830 GLuint GLES2Implementation::GetMaxValueInBufferCHROMIUM( in GetMaxValueInBufferCHROMIUM() function in gpu::gles2::GLES2Implementation
1539 void GetMaxValueInBufferCHROMIUM(GLuint buffer_id, in GetMaxValueInBufferCHROMIUM() function