Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTypesPriv.h213 kVec4ub_GrVertexAttribType, // vector of 4 unsigned bytes, e.g. colors enumerator
237 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrVertexAttribTypeVectorCount()
266 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrVertexAttribTypeSize()
285 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in GrVertexAttribTypeIsIntType()
308 case kVec4ub_GrVertexAttribType: in GrVertexAttribTypeToSLType()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp34 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType);
/external/skia/src/gpu/effects/
DGrDistanceFieldGeoProc.cpp222 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrDistanceFieldA8TextGeoProc()
433 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrDistanceFieldPathGeoProc()
704 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrDistanceFieldLCDTextGeoProc()
DGrBitmapTextGeoProc.cpp146 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrBitmapTextGeoProc()
/external/skia/src/gpu/
DGrDefaultGeoProcFactory.cpp237 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in DefaultGeoProc()
DGrOvalRenderer.cpp182 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in CircleEdgeEffect()
350 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in EllipseEdgeEffect()
549 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in DIEllipseEdgeEffect()
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp34 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in attrib_type_to_vkformat()