Home
last modified time | relevance | path

Searched refs:gQueryMap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/util/capture/
H A Dtrace_fixture.cpp130 GLuint *gQueryMap; variable
310 gQueryMap = AllocateZeroedUints(maxQuery); in InitializeReplay()
344 delete[] gQueryMap; in FinishReplay()
454 UpdateResourceMap(gQueryMap, id, readBufferOffset); in UpdateQueryID()
H A Dframe_capture_replay_autogen.cpp59 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 Dtrace_fixture.h94 extern GLuint *gQueryMap;
H A Dtrace_interpreter.cpp1033 return gQueryMap[key]; in GetResourceIDMapValue()