Searched defs:GrVertexAttribType (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/gpu/
H A DGrTypesPriv.h206 enum GrVertexAttribType { enum
227 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) {
247 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
276 static inline bool GrVertexAttribTypeIsIntType(GrVertexAttribType type) {
277 SkASSERT(type >= 0 && type < static_cast<GrVertexAttribType>(kGrVertexAttribTypeCount));
293 * converts a GrVertexAttribType to a GrSLType
295 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) {

Completed in 284 milliseconds