Searched refs:kVec4ub_GrVertexAttribType (Results 1 – 6 of 6) sorted by relevance
119 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors enumerator140 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrVertexAttribTypeVectorCount()166 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrVertexAttribTypeSize()186 case kVec4ub_GrVertexAttribType: in GrVertexAttribTypeToSLType()
45 GrVertexAttrib(kVec4ub_GrVertexAttribType, sizeof(GrPoint)) in onDrawPath()
42 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrGLAttribTypeToLayout()
136 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrBitmapTextGeoProc()
212 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrDistanceFieldA8TextGeoProc()437 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrDistanceFieldPathGeoProc()
198 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in DefaultGeoProc()