Home
last modified time | relevance | path

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

/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_format_autogen.h7822 struct GetProgramInfoCHROMIUM { struct
7823 typedef GetProgramInfoCHROMIUM ValueType; argument
7824 static const CommandId kCmdId = kGetProgramInfoCHROMIUM; argument
7825 static const cmd::ArgFlags kArgFlags = cmd::kFixed;
7826 static const uint8 cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(3);
7828 struct Result {
7856 COMPILE_ASSERT(sizeof(GetProgramInfoCHROMIUM) == 12, argument
Dgles2_cmd_format_test_autogen.h2798 TEST_F(GLES2FormatTest, GetProgramInfoCHROMIUM) { in TEST_F() argument
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h720 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, in GetProgramInfoCHROMIUM() function
Dgles2_trace_implementation_impl_autogen.h1258 void GLES2TraceImplementation::GetProgramInfoCHROMIUM(GLuint program, in GetProgramInfoCHROMIUM() function
Dgles2_implementation.cc3288 void GLES2Implementation::GetProgramInfoCHROMIUM( in GetProgramInfoCHROMIUM() function in gpu::gles2::GLES2Implementation
Dgles2_cmd_helper_autogen.h1637 void GetProgramInfoCHROMIUM(GLuint program, uint32_t bucket_id) { in GetProgramInfoCHROMIUM() function