Searched refs:shaderGeometry (Results 1 – 2 of 2) sorted by relevance
106 string shaderGeometry (bool pointSize) const;135 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms()137 …sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true… in initPrograms()158 string EmitTest::shaderGeometry (bool pointSize) const in shaderGeometry() function in vkt::geometry::__anon0b7b76c00111::EmitTest
129 string shaderGeometry (bool pointSize) const;159 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms()161 …sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true… in initPrograms()182 string GeometryExpanderRenderTest::shaderGeometry (bool pointSize) const in shaderGeometry() function in vkt::geometry::__anon2c251d810111::GeometryExpanderRenderTest