Searched refs:GeometryShaderInputType (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrShaders.cpp30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations)
H A DrrShaders.hpp142 enum GeometryShaderInputType enum in namespace:rr
176 GeometryShaderInputType inputType,
185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; }
191 const GeometryShaderInputType m_inputType;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp44 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive);
H A DsglrShaderProgram.hpp127 GeometryShaderDeclaration (rr::GeometryShaderInputType inputType_,
138 rr::GeometryShaderInputType inputType;
H A DsglrReferenceUtils.cpp194 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive)
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp129 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType)
200 VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType);
207 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
208 std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const;
211 VertexExpanderShader::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType)
267 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) const
282 std::string VertexExpanderShader::genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputType) const

Completed in 731 milliseconds