Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderDirectiveTests.cpp306 const std::string simpleVtxFrag = "#version 310 es\n" in geometry_shader() local
320 …ramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySource(geometry) << glu::Fragment… in geometry_shader()
392 const std::string simpleVtxFrag = "#version 310 es\n" in tessellation_shader() local
408 sources << glu::VertexSource(simpleVtxFrag) in tessellation_shader()
411 << glu::FragmentSource(simpleVtxFrag); in tessellation_shader()