Searched refs:positionVertex (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2894 static const char* const positionVertex = "#version 310 es\n" local
2900 m_renderShader = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(positionVertex) << glu::FragmentSource(genFragmentSource()) << glu::GeometrySource(genGeometrySource()));
2911 static const char* const positionVertex = "#version 310 es\n" local
2919 << glu::VertexSource(positionVertex)

Completed in 352 milliseconds