Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DGeometryShaderTest.cpp32 static std::string CreateEmptyGeometryShader(const std::string &inputPrimitive, in CreateEmptyGeometryShader() function in __anondb2baf9e0111::GeometryShaderTest
333 const std::string &emptyGeometryShader = CreateEmptyGeometryShader("points", "points", 2, 1); in TEST_P()
346 const std::string gsWithoutInputPrimitive = CreateEmptyGeometryShader("", "points", 2, 1); in TEST_P()
347 const std::string gsWithoutOutputPrimitive = CreateEmptyGeometryShader("points", "", 2, 1); in TEST_P()
348 const std::string gsWithoutInvocations = CreateEmptyGeometryShader("points", "points", -1, 1); in TEST_P()
349 const std::string gsWithoutMaxVertices = CreateEmptyGeometryShader("points", "points", 2, -1); in TEST_P()