Searched refs:UpdateClientArrayPointer (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/tests/capture_tests/expected/ |
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()
|
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()
|
/external/angle/util/capture/ |
D | trace_fixture.h | 198 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size);
|
D | trace_fixture.cpp | 399 void UpdateClientArrayPointer(int arrayIndex, const void *data, uint64_t size) in UpdateClientArrayPointer() function
|
D | trace_interpreter_autogen.cpp | 6428 ParseParameters<decltype(UpdateClientArrayPointer)>(paramTokens, strings); in ParseCallCapture() 6779 DispatchCallCapture(UpdateClientArrayPointer, captures); in ReplayCustomFunctionCall()
|