Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp296 class VertexEmitterShader : public sglr::ShaderProgram class
299VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int endCountA, int emit…
314 VertexEmitterShader::VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int … in VertexEmitterShader() function in deqp::gles31::Functional::__anon38a6d29b0111::VertexEmitterShader
332 void VertexEmitterShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* p… in shadeVertices()
342 void VertexEmitterShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const … in shadeFragments()
349 void VertexEmitterShader::shadePrimitives (rr::GeometryEmitter& output, int verticesIn, const rr::P… in shadePrimitives()
383 std::string VertexEmitterShader::genGeometrySource (const glu::ContextType& contextType, int emitCo… in genGeometrySource()
2221 VertexEmitterShader* m_program;
2242 …m_program = new VertexEmitterShader(m_context.getRenderContext().getType(), m_emitCountA, m_endCou… in init()