Searched defs:createResult (Results 1 – 4 of 4) sorted by relevance
507 VkResult createResult = vk::ShaderModule::Create(nullptr, moduleCreateInfo, &tempModule); in compileShaders() local597 VkResult createResult = vk::ShaderModule::Create(nullptr, moduleCreateInfo, &tempModule); in compileShaders() local
342 BOOL createResult = CreateProcess(NULL, (LPTSTR)(LPCTSTR)appLaunchedSys, in WinMain() local
110 protected TestResult createResult() { in createResult() method in TestCase
170 List<Integer> createResult(int colorCount) { in createResult() method in QuantizerWu