OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeometryShaderInputType
(Results
1 - 6
of
6
) sorted by null
/external/deqp/framework/referencerenderer/
rrShaders.cpp
30
GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs,
GeometryShaderInputType
inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations)
rrShaders.hpp
142
enum
GeometryShaderInputType
176
GeometryShaderInputType
inputType,
185
inline
GeometryShaderInputType
getInputType (void) const { return m_inputType; }
191
const
GeometryShaderInputType
m_inputType;
/external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.hpp
44
rr::
GeometryShaderInputType
mapGLGeometryShaderInputType (deUint32 primitive);
sglrShaderProgram.hpp
127
GeometryShaderDeclaration (rr::
GeometryShaderInputType
inputType_,
138
rr::
GeometryShaderInputType
inputType;
sglrReferenceUtils.cpp
194
rr::
GeometryShaderInputType
mapGLGeometryShaderInputType (deUint32 primitive)
/external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp
129
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
[
all
...]
Completed in 233 milliseconds