Searched refs:gQueryMap (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/util/capture/ |
H A D | trace_fixture.cpp | 130 GLuint *gQueryMap; variable 310 gQueryMap = AllocateZeroedUints(maxQuery); in InitializeReplay() 344 delete[] gQueryMap; in FinishReplay() 454 UpdateResourceMap(gQueryMap, id, readBufferOffset); in UpdateQueryID()
|
H A D | frame_capture_replay_autogen.cpp | 59 glBeginQuery(captures[0].value.GLenumVal, gQueryMap[captures[1].value.GLuintVal]); in ReplayTraceFunctionCall() 62 glBeginQueryEXT(captures[0].value.GLenumVal, gQueryMap[captures[1].value.GLuintVal]); in ReplayTraceFunctionCall() 1645 glGetQueryObjecti64vEXT(gQueryMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1651 gQueryMap[captures[0].value.GLuintVal], captures[1].value.GLenumVal, in ReplayTraceFunctionCall() 1656 glGetQueryObjectivEXT(gQueryMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1660 glGetQueryObjectivRobustANGLE(gQueryMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1666 glGetQueryObjectui64vEXT(gQueryMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 1672 gQueryMap[captures[0].value.GLuintVal], captures[1].value.GLenumVal, in ReplayTraceFunctionCall() 1677 glGetQueryObjectuiv(gQueryMap[captures[0].value.GLuintVal], captures[1].value.GLenumVal, in ReplayTraceFunctionCall() 1681 glGetQueryObjectuivEXT(gQueryMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() [all …]
|
H A D | trace_fixture.h | 94 extern GLuint *gQueryMap;
|
H A D | trace_interpreter.cpp | 1033 return gQueryMap[key]; in GetResourceIDMapValue()
|