Home
last modified time | relevance | path

Searched refs:gFramebufferMapPerContext (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/util/capture/
H A Dtrace_fixture.cpp127 GLuint **gFramebufferMapPerContext; variable
202 gFramebufferMapPerContext = new GLuint *[gMaxContexts]; in InitializeReplay4()
203 memset(gFramebufferMapPerContext, 0, sizeof(GLuint *) * (gMaxContexts)); in InitializeReplay4()
206 gFramebufferMapPerContext[i] = AllocateZeroedValues<GLuint>(maxFramebuffer); in InitializeReplay4()
354 delete[] gFramebufferMapPerContext[i]; in FinishReplay()
356 delete[] gFramebufferMapPerContext; in FinishReplay()
439 UpdateResourceMapPerContext(gFramebufferMapPerContext, contextId, id, readBufferOffset); in UpdateFramebufferID2()
499 glGenFramebuffers(1, &gFramebufferMapPerContext[contextID][id]); in SetFramebufferID2()
H A Dtrace_fixture.h91 extern GLuint **gFramebufferMapPerContext;