Home
last modified time | relevance | path

Searched refs:kVec4ub_GrVertexAttribType (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h119 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors enumerator
140 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrVertexAttribTypeVectorCount()
166 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrVertexAttribTypeSize()
186 case kVec4ub_GrVertexAttribType: in GrVertexAttribTypeToSLType()
/external/skia/experimental/AndroidPathRenderer/
DGrAndroidPathRenderer.cpp45 GrVertexAttrib(kVec4ub_GrVertexAttribType, sizeof(GrPoint)) in onDrawPath()
/external/skia/src/gpu/gl/
DGrGLVertexArray.h42 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrGLAttribTypeToLayout()
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp136 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrBitmapTextGeoProc()
DGrDistanceFieldGeoProc.cpp212 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrDistanceFieldA8TextGeoProc()
437 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrDistanceFieldPathGeoProc()
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp198 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in DefaultGeoProc()