Searched refs:GeometryShaderInputType (Results 1 – 6 of 6) sorted by relevance
142 enum GeometryShaderInputType enum176 GeometryShaderInputType inputType,185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType()191 const GeometryShaderInputType m_inputType;
30 …ometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType… in GeometryShader()
44 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive);
127 GeometryShaderDeclaration (rr::GeometryShaderInputType inputType_, in GeometryShaderDeclaration()138 rr::GeometryShaderInputType inputType;
194 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive) in mapGLGeometryShaderInputType()
129 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType) in inputTypeToGLString()200 …VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, …207 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;208 …std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType i…211 …::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType… in VertexExpanderShader()267 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) const in calcOutputVertices()282 …der::genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType… in genGeometrySource()