Searched refs:kVec4ub_GrVertexAttribType (Results 1 – 7 of 7) sorted by relevance
/external/skia/include/gpu/ |
D | GrTypesPriv.h | 213 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/ |
D | GrGLVertexArray.cpp | 34 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType);
|
/external/skia/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.cpp | 222 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()
|
D | GrBitmapTextGeoProc.cpp | 146 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in GrBitmapTextGeoProc()
|
/external/skia/src/gpu/ |
D | GrDefaultGeoProcFactory.cpp | 237 fInColor = &this->addVertexAttrib(Attribute("inColor", kVec4ub_GrVertexAttribType)); in DefaultGeoProc()
|
D | GrOvalRenderer.cpp | 182 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/ |
D | GrVkPipeline.cpp | 34 GR_STATIC_ASSERT(5 == kVec4ub_GrVertexAttribType); in attrib_type_to_vkformat()
|