Home
last modified time | relevance | path

Searched refs:UpdateClientArrayPointer (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.cpp65 UpdateClientArrayPointer(0, (const GLubyte *)&gBinaryData[0], 72); in ReplayFrame1()
66 UpdateClientArrayPointer(1, (const GLubyte *)&gBinaryData[80], 68); in ReplayFrame1()
109 UpdateClientArrayPointer(0, (const GLubyte *)&gBinaryData[224], 72); in ReplayFrame2()
110 UpdateClientArrayPointer(1, (const GLubyte *)&gBinaryData[304], 68); in ReplayFrame2()
200 UpdateClientArrayPointer(0, (const GLubyte *)&gBinaryData[448], 72); in ReplayFrame4()
201 UpdateClientArrayPointer(1, (const GLubyte *)&gBinaryData[528], 68); in ReplayFrame4()
H A DCapturedTest_ActiveTextures_ES3_Vulkan_001.cpp28 UpdateClientArrayPointer(0, (const GLubyte *)&gBinaryData[0], 72); in ReplayFrame1()
44 UpdateClientArrayPointer(0, (const GLubyte *)&gBinaryData[80], 72); in ReplayFrame1()
/aosp_15_r20/external/angle/util/capture/
H A Dtrace_fixture.h197 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size);
H A Dtrace_fixture.cpp397 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size) in UpdateClientArrayPointer() function
H A Dtrace_interpreter_autogen.cpp6414 ParseParameters<decltype(UpdateClientArrayPointer)>(paramTokens, strings); in ParseCallCapture()
6765 DispatchCallCapture(UpdateClientArrayPointer, captures); in ReplayCustomFunctionCall()