Home
last modified time | relevance | path

Searched refs:GrVertexAttribType (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h112 enum GrVertexAttribType { enum
130 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()
/external/skia/src/gpu/
DGrPrimitiveProcessor.h129 Attribute(const char* name, GrVertexAttribType type,
136 GrVertexAttribType fType;
/external/skia/src/gpu/gl/
DGrGLVertexArray.h26 static inline const GrGLAttribLayout& GrGLAttribTypeToLayout(GrVertexAttribType type) { in GrGLAttribTypeToLayout()
DGrGLGpu.cpp1490 GrVertexAttribType attribType = attrib.fType; in setupGeometry()