Searched refs:gMemoryObjectMap (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/angle/util/capture/ |
H A D | trace_fixture.cpp | 128 GLuint *gMemoryObjectMap; variable 308 gMemoryObjectMap = AllocateZeroedUints(maxMemoryObject); in InitializeReplay() 342 delete[] gMemoryObjectMap; in FinishReplay() 444 UpdateResourceMap(gMemoryObjectMap, id, readBufferOffset); in UpdateMemoryObjectID()
|
H A D | frame_capture_replay_autogen.cpp | 265 gMemoryObjectMap[captures[2].value.GLuintVal], in ReplayTraceFunctionCall() 1468 glGetMemoryObjectParameterivEXT(gMemoryObjectMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 2132 glImportMemoryFdEXT(gMemoryObjectMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 2138 gMemoryObjectMap[captures[0].value.GLuintVal], captures[1].value.GLuint64Val, in ReplayTraceFunctionCall() 2192 glIsMemoryObjectEXT(gMemoryObjectMap[captures[0].value.GLuintVal]); in ReplayTraceFunctionCall() 2346 glMemoryObjectParameterivEXT(gMemoryObjectMap[captures[0].value.GLuintVal], in ReplayTraceFunctionCall() 3508 gMemoryObjectMap[captures[5].value.GLuintVal], in ReplayTraceFunctionCall() 3516 gMemoryObjectMap[captures[6].value.GLuintVal], captures[7].value.GLuint64Val); in ReplayTraceFunctionCall() 3522 gMemoryObjectMap[captures[6].value.GLuintVal], in ReplayTraceFunctionCall() 3530 captures[6].value.GLbooleanVal, gMemoryObjectMap[captures[7].value.GLuintVal], in ReplayTraceFunctionCall() [all …]
|
H A D | trace_fixture.h | 92 extern GLuint *gMemoryObjectMap;
|