Searched defs:GetProgramInfoCHROMIUM (Results 1 – 6 of 6) sorted by relevance
7822 struct GetProgramInfoCHROMIUM { struct7823 typedef GetProgramInfoCHROMIUM ValueType; argument7824 static const CommandId kCmdId = kGetProgramInfoCHROMIUM; argument7825 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
2798 TEST_F(GLES2FormatTest, GetProgramInfoCHROMIUM) { in TEST_F() argument
720 void GLES2InterfaceStub::GetProgramInfoCHROMIUM(GLuint /* program */, in GetProgramInfoCHROMIUM() function
1258 void GLES2TraceImplementation::GetProgramInfoCHROMIUM(GLuint program, in GetProgramInfoCHROMIUM() function
3288 void GLES2Implementation::GetProgramInfoCHROMIUM( in GetProgramInfoCHROMIUM() function in gpu::gles2::GLES2Implementation
1637 void GetProgramInfoCHROMIUM(GLuint program, uint32_t bucket_id) { in GetProgramInfoCHROMIUM() function