Home
last modified time | relevance | path

Searched refs:GrVertexAttribTypeToSLType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 GrSLType type = GrVertexAttribTypeToSLType(input->fType); in addPassThroughAttribute()
23 GrSLType type = GrVertexAttribTypeToSLType(input->fType); in addFlatPassThroughAttribute()
70 GrVertexAttribTypeToSLType(attr.fType), in emitAttributes()
/external/skia/include/private/
DGrTypesPriv.h407 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) { in GrVertexAttribTypeToSLType() function