Searched defs:InvocationCountShader (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp1462 class InvocationCountShader : public sglr::ShaderProgram class in namespace:deqp::gles31::Functional::__anon3571
1473 InvocationCountShader (int numInvocations, OutputCase testCase);
1487 InvocationCountShader::InvocationCountShader (int numInvocations, OutputCase testCase) function in class:deqp::gles31::Functional::__anon3571::InvocationCountShader
1506 void InvocationCountShader::shadeVertices (const rr::VertexAttrib* inputs, rr::VertexPacket* const* packets, const int numPackets) const
1515 void InvocationCountShader::shadeFragments (rr::FragmentPacket* packets, const int numPackets, const rr::FragmentShadingContext& context) const
1522 void InvocationCountShader::shadePrimitives (rr::GeometryEmitter& output, int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const
1575 std::string InvocationCountShader::genGeometrySource (int numInvocations, OutputCase testCase)
1641 size_t InvocationCountShader::getNumVertices (int numInvocations, OutputCase testCase)
4171 static InvocationCountShader
[all...]

Completed in 46 milliseconds