Home
last modified time | relevance | path

Searched refs:UpdateCurrentProgram (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/tests/capture_tests/expected/
DCapturedTest_MultiFrame_ES3_Vulkan_001.cpp44 UpdateCurrentProgram(0); in SetupReplayContext1()
59 UpdateCurrentProgram(8); in ReplayFrame1()
103 UpdateCurrentProgram(11); in ReplayFrame2()
153 UpdateCurrentProgram(14); in ReplayFrame3()
194 UpdateCurrentProgram(5); in ReplayFrame4()
236 UpdateCurrentProgram(0); in ResetReplay()
DCapturedTest_MultiFrame_ES3_Vulkan_shared.cpp48 UpdateCurrentProgram(8); in SetupReplayContextShared()
81 UpdateCurrentProgram(3); in SetupReplayContextSharedInactive()
DCapturedTest_ActiveTextures_ES3_Vulkan_shared.cpp64 UpdateCurrentProgram(1); in SetupReplayContextShared()
DCapturedTest_ActiveTextures_ES3_Vulkan_001.cpp12 UpdateCurrentProgram(1); in SetupReplayContext3()
/external/angle/util/capture/
Dtrace_fixture.h80 void UpdateCurrentProgram(GLuint program);
Dtrace_fixture.cpp112 void UpdateCurrentProgram(GLuint program) in UpdateCurrentProgram() function
Dtrace_interpreter_autogen.cpp6445 ParamBuffer params = ParseParameters<decltype(UpdateCurrentProgram)>(paramTokens, strings); in ParseCallCapture()
6794 DispatchCallCapture(UpdateCurrentProgram, captures); in ReplayCustomFunctionCall()