Home
last modified time | relevance | path

Searched defs:GetMaxValueInBufferCHROMIUM (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h7366 struct GetMaxValueInBufferCHROMIUM { struct
7367 typedef GetMaxValueInBufferCHROMIUM ValueType; argument
7368 static const CommandId kCmdId = kGetMaxValueInBufferCHROMIUM; argument
7369 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
Dgles2_cmd_format_test_autogen.h2645 TEST_F(GLES2FormatTest, GetMaxValueInBufferCHROMIUM) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest.cc131 TEST_P(GLES2DecoderWithShaderTest, GetMaxValueInBufferCHROMIUM) { in TEST_P() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h649 GLuint GLES2InterfaceStub::GetMaxValueInBufferCHROMIUM(GLuint /* buffer_id */, in GetMaxValueInBufferCHROMIUM() function
Dgles2_trace_implementation_impl_autogen.h1134 GLuint GLES2TraceImplementation::GetMaxValueInBufferCHROMIUM(GLuint buffer_id, in GetMaxValueInBufferCHROMIUM() function
Dgles2_implementation.cc830 GLuint GLES2Implementation::GetMaxValueInBufferCHROMIUM( in GetMaxValueInBufferCHROMIUM() function in gpu::gles2::GLES2Implementation
Dgles2_cmd_helper_autogen.h1539 void GetMaxValueInBufferCHROMIUM(GLuint buffer_id, in GetMaxValueInBufferCHROMIUM() function