Searched refs:UpdateClientArrayPointer (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/tests/capture_tests/expected/ |
H A D | CapturedTest_MultiFrame_ES3_Vulkan_001.cpp | 65 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 D | CapturedTest_ActiveTextures_ES3_Vulkan_001.cpp | 28 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 D | trace_fixture.h | 197 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size);
|
H A D | trace_fixture.cpp | 397 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size) in UpdateClientArrayPointer() function
|
H A D | trace_interpreter_autogen.cpp | 6414 ParseParameters<decltype(UpdateClientArrayPointer)>(paramTokens, strings); in ParseCallCapture() 6765 DispatchCallCapture(UpdateClientArrayPointer, captures); in ReplayCustomFunctionCall()
|