Searched refs:threeStr (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderLoopTests.cpp | 1080 string threeStr; in createSpecialLoopCase() local 1087 threeStr = "3"; in createSpecialLoopCase() 1094 threeStr = "ui_three"; in createSpecialLoopCase() 1101 threeStr = "one*ui_three"; in createSpecialLoopCase() 1117 params.insert(pair<string, string>("THREE", threeStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 1072 string threeStr; in createSpecialLoopCase() local 1079 threeStr = "3"; in createSpecialLoopCase() 1086 threeStr = "ui_three"; in createSpecialLoopCase() 1093 threeStr = "one*ui_three"; in createSpecialLoopCase() 1110 params.insert(pair<string, string>("THREE", threeStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderLoopTests.cpp | 1187 string threeStr; in createSpecialLoopCase() local 1194 threeStr = "3"; in createSpecialLoopCase() 1201 threeStr = "ui_three"; in createSpecialLoopCase() 1208 threeStr = "one*ui_three"; in createSpecialLoopCase() 1224 params.insert(pair<string, string>("THREE", threeStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 1424 std::string threeStr; in createSpecialLoopCase() local 1434 threeStr = "3"; in createSpecialLoopCase() 1441 threeStr = "ui_three"; in createSpecialLoopCase() 1448 threeStr = "one*ui_three"; in createSpecialLoopCase() 1465 params.insert(std::pair<std::string, std::string>("THREE", threeStr)); in createSpecialLoopCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderLoopTests.cpp | 1424 std::string threeStr; in createSpecialLoopCase() local 1434 threeStr = "3"; in createSpecialLoopCase() 1441 threeStr = "ui_three"; in createSpecialLoopCase() 1448 threeStr = "one*ui_three"; in createSpecialLoopCase() 1465 params.insert(std::pair<std::string, std::string>("THREE", threeStr)); in createSpecialLoopCase()
|