Home
last modified time | relevance | path

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

/external/angle/src/tests/capture_tests/expected/
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()
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()
/external/angle/util/capture/
Dtrace_fixture.h198 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size);
Dtrace_fixture.cpp399 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size) in UpdateClientArrayPointer() function
Dtrace_interpreter_autogen.cpp6428 ParseParameters<decltype(UpdateClientArrayPointer)>(paramTokens, strings); in ParseCallCapture()
6779 DispatchCallCapture(UpdateClientArrayPointer, captures); in ReplayCustomFunctionCall()