HomeSort by relevance Sort by last modified time
    Searched refs:s_vertexSource (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramPipelineStateQueryTests.cpp 56 static const char* const s_vertexSource = "#version 310 es\n"
100 const glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource);
239 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
309 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource));
es31fMultisampleShaderRenderCase.cpp 49 static const char* const s_vertexSource = "${GLSL_VERSION_DECL}\n"
213 << glu::VertexSource(tcu::StringTemplate(s_vertexSource).specialize(args))
678 return std::string(tcu::StringTemplate(s_vertexSource).specialize(args));
es31fGeometryShaderTests.cpp     [all...]
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 48 static const char* const s_vertexSource = "#version 310 es\n"
553 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_vertexSource) << glu::FragmentSource(s_fragmentSource));
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 53 static const char* const s_vertexSource = "#version 300 es\n"
127 m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(s_vertexSource) << glu::FragmentSource(s_fragmentSource));

Completed in 228 milliseconds