Home
last modified time | relevance | path

Searched defs:runProgram (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/execserver/tools/
DxsTest.cpp349 void runProgram (void) { /* nothing */ } in runProgram() function in xs::ConnectTest
366 void runProgram (void) { /* nothing */ } in runProgram() function in xs::HelloTest
406 void runProgram (void) { /* nothing */ } in runProgram() function in xs::ExecFailTest
462 void runProgram (void) { /* print nothing. */ } in runProgram() function in xs::SimpleExecTest
527 void runProgram (void) { printf("%s", infoStr.c_str()); } in runProgram() function in xs::InfoTest
595 void runProgram (void) in runProgram() function in xs::LogDataTest
693 void runProgram (void) in runProgram() function in xs::BigLogDataTest
813 void runProgram (void) { /* nothing */ } in runProgram() function in xs::KeepAliveTest
852 std::string runProgram = ""; in runExecServerTests() local
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp452 auto runProgram = [](const SkParticleEffectParams* params, const char* entry, in update() local