Searched defs:Varying (Results 1 – 10 of 10) sorted by relevance
86 struct Varying { struct87 enum class Type : uint32_t {99 Type type;100 SkString name;
40 struct Varying { struct41 const char* fName;42 SkSLType fType;
33 using Varying = SkMeshSpecification::Varying; typedef in skiagm::MeshGM349 using Varying = SkMeshSpecification::Varying; typedef in skiagm::MeshColorSpaceGM497 using Varying = SkMeshSpecification::Varying; typedef in skiagm::MeshUniformsGM661 using Varying = SkMeshSpecification::Varying; typedef in skiagm::MeshUpdateGM870 using Varying = SkMeshSpecification::Varying; typedef in skiagm::MeshZeroInitGM1014 using Varying = SkMeshSpecification::Varying; typedef in skiagm::PictureMesh
23 using Varying = SkMeshSpecification::Varying; in FuzzSkMeshSpecification() typedef
96 struct Varying struct98 Varying (const char* name_, const glu::VarType& type_, Interpolation interp_) in Varying() argument105 std::string name; //!< Variable name.106 glu::VarType type; //!< Variable type.107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid).
28 using Varying = SkMeshSpecification::Varying; member
49 using Varying = SkMeshSpecification::Varying; typedef
266 using Varying = ShaderVariable; variable
29 using Varying = SkMeshSpecification::Varying; typedef
726 using Varying = SkMeshSpecification::Varying; in make_vertices_spec() typedef