Home
last modified time | relevance | path

Searched refs:gVertexArrayMap (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/tests/capture_tests/expected/
H A DCapturedTest_MultiFrame_ES3_Vulkan_001.cpp70 UpdateResourceIDBuffer(0, gVertexArrayMap[0]); in ReplayFrame1()
72 UpdateResourceIDBuffer(0, gVertexArrayMap[1]); in ReplayFrame1()
116 UpdateResourceIDBuffer(0, gVertexArrayMap[0]); in ReplayFrame2()
118 UpdateResourceIDBuffer(0, gVertexArrayMap[1]); in ReplayFrame2()
/aosp_15_r20/external/angle/util/capture/
H A Dtrace_fixture.cpp137 GLuint *gVertexArrayMap; variable
317 gVertexArrayMap = AllocateZeroedUints(maxVertexArray); in InitializeReplay()
350 delete[] gVertexArrayMap; in FinishReplay()
489 UpdateResourceMap(gVertexArrayMap, id, readBufferOffset); in UpdateVertexArrayID()
H A Dtrace_fixture.h101 extern GLuint *gVertexArrayMap;
H A Dtrace_interpreter.cpp1047 return gVertexArrayMap[key]; in GetResourceIDMapValue()
H A Dframe_capture_replay_autogen.cpp139 glBindVertexArray(gVertexArrayMap[captures[0].value.GLuintVal]); in ReplayTraceFunctionCall()
142 glBindVertexArrayOES(gVertexArrayMap[captures[0].value.GLuintVal]); in ReplayTraceFunctionCall()
2234 glIsVertexArray(gVertexArrayMap[captures[0].value.GLuintVal]); in ReplayTraceFunctionCall()
2237 glIsVertexArrayOES(gVertexArrayMap[captures[0].value.GLuintVal]); in ReplayTraceFunctionCall()