Searched refs:GrVertexAttribType (Results 1 – 4 of 4) sorted by relevance
112 enum GrVertexAttribType { enum130 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) { in GrVertexAttribTypeVectorCount()148 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) { in GrVertexAttribTypeSize()174 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) { in GrVertexAttribTypeToSLType()
129 Attribute(const char* name, GrVertexAttribType type,136 GrVertexAttribType fType;
26 static inline const GrGLAttribLayout& GrGLAttribTypeToLayout(GrVertexAttribType type) { in GrGLAttribTypeToLayout()
1490 GrVertexAttribType attribType = attrib.fType; in setupGeometry()