Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderDirectiveTests.cpp339 const std::string simpleVtxFrag = "#version 310 es\n" in geometry_shader() local
353 …ramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySource(geometry) << glu::Fragment… in geometry_shader()
428 const std::string simpleVtxFrag = "#version 310 es\n" in tessellation_shader() local
444 sources << glu::VertexSource(simpleVtxFrag) in tessellation_shader()
447 << glu::FragmentSource(simpleVtxFrag); in tessellation_shader()