Searched refs:shaderGeometry (Results 1 – 2 of 2) sorted by relevance
107 string shaderGeometry (bool pointSize) const;141 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms()143 …sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true… in initPrograms()164 string EmitTest::shaderGeometry (bool pointSize) const in shaderGeometry() function in vkt::geometry::__anon0b7b76c00111::EmitTest
130 string shaderGeometry (bool pointSize) const;172 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms()174 …sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true… in initPrograms()195 string GeometryExpanderRenderTest::shaderGeometry (bool pointSize) const in shaderGeometry() function in vkt::geometry::__anon2c251d810111::GeometryExpanderRenderTest