Home
last modified time | relevance | path

Searched defs:Varying (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h159 struct Varying : public ShaderVariable struct
180 typedef std::list<Varying> VaryingList; argument
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp96 struct Varying struct
98 Varying (const char* name_, const glu::VarType& type_, Interpolation interp_) in Varying() function
105 std::string name; //!< Variable name.
106 glu::VarType type; //!< Variable type.
107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid).