Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/compiler_tests/
H A DGeometryShader_test.cpp34 bool compileGeometryShader(const std::string &statement1, const std::string &statement2) in compileGeometryShader() function in GeometryShaderTest
41 bool compileGeometryShader(const std::string &statement1, in compileGeometryShader() function in GeometryShaderTest
221 if (!compileGeometryShader(GetGeometryShaderLayout("in", inputPrimitive, -1, -1), in TEST_F()
226 if (compileGeometryShader(kInputLayout, in TEST_F()
244 if (!compileGeometryShader(inputLayoutStr1, inputLayoutStr1, kOutputLayout, "")) in TEST_F()
253 if (compileGeometryShader(inputLayoutStr1, inputLayoutStr2, kOutputLayout, "")) in TEST_F()
587 if (!compileGeometryShader(kInputLayout, in TEST_F()
593 if (compileGeometryShader(GetGeometryShaderLayout("in", outPrimitive, -1, -1), in TEST_F()
613 if (!compileGeometryShader(kInputLayout, outputLayoutStr1, outputLayoutStr2, "")) in TEST_F()
621 if (compileGeometryShader(kInputLayout, outputLayoutStr1, outputLayoutStr3, "")) in TEST_F()
[all …]