Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
DrrShaders.hpp142 enum GeometryShaderInputType enum
176 GeometryShaderInputType inputType,
185 inline GeometryShaderInputType getInputType (void) const { return m_inputType; } in getInputType()
191 const GeometryShaderInputType m_inputType;
DrrShaders.cpp30 …ometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType… in GeometryShader()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrShaderProgram.hpp127 GeometryShaderDeclaration (rr::GeometryShaderInputType inputType_, in GeometryShaderDeclaration()
138 rr::GeometryShaderInputType inputType;
DsglrReferenceUtils.hpp44 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive);
DsglrReferenceUtils.cpp194 rr::GeometryShaderInputType mapGLGeometryShaderInputType (deUint32 primitive) in mapGLGeometryShaderInputType()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fGeometryShaderTests.cpp138 std::string inputTypeToGLString (rr::GeometryShaderInputType inputType) in inputTypeToGLString()
209 …VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType, …
216 size_t calcOutputVertices (rr::GeometryShaderInputType inputType) const;
217 …std::string genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType i…
220 …::VertexExpanderShader (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType… in VertexExpanderShader()
276 size_t VertexExpanderShader::calcOutputVertices (rr::GeometryShaderInputType inputType) const in calcOutputVertices()
291 …der::genGeometrySource (const glu::ContextType& contextType, rr::GeometryShaderInputType inputType… in genGeometrySource()