Home
last modified time | relevance | path

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

/external/angle/util/capture/
Dtrace_fixture.cpp133 GLuint *gSemaphoreMap; variable
313 gSemaphoreMap = AllocateZeroedUints(maxSemaphore); in InitializeReplay()
346 delete[] gSemaphoreMap; in FinishReplay()
471 UpdateResourceMap(gSemaphoreMap, id, readBufferOffset); in UpdateSemaphoreID()
Dtrace_fixture.h98 extern GLuint *gSemaphoreMap;
Dtrace_interpreter.cpp1045 return gSemaphoreMap[key]; in GetResourceIDMapValue()
Dframe_capture_replay_autogen.cpp1788 glGetSemaphoreParameterui64vEXT(gSemaphoreMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall()
2142 glImportSemaphoreFdEXT(gSemaphoreMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall()
2146 glImportSemaphoreZirconHandleANGLE(gSemaphoreMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall()
2219 glIsSemaphoreEXT(gSemaphoreMap[captures[0].value.GLuintVal]); in ReplayTraceFunctionCall()
3195 glSemaphoreParameterui64vEXT(gSemaphoreMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall()
3221 gSemaphoreMap[captures[0].value.GLuintVal], captures[1].value.GLuintVal, in ReplayTraceFunctionCall()
3900 glWaitSemaphoreEXT(gSemaphoreMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall()