Home
last modified time | relevance | path

Searched refs:kVec3f_GrVertexAttribType (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/gpu/
DGrTypesPriv.h209 kVec3f_GrVertexAttribType, enumerator
234 GR_STATIC_ASSERT(2 == kVec3f_GrVertexAttribType); in GrVertexAttribTypeVectorCount()
263 GR_STATIC_ASSERT(2 == kVec3f_GrVertexAttribType); in GrVertexAttribTypeSize()
282 GR_STATIC_ASSERT(2 == kVec3f_GrVertexAttribType); in GrVertexAttribTypeIsIntType()
306 case kVec3f_GrVertexAttribType: in GrVertexAttribTypeToSLType()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp31 GR_STATIC_ASSERT(2 == kVec3f_GrVertexAttribType);
/external/skia/src/gpu/vk/
DGrVkPipeline.cpp31 GR_STATIC_ASSERT(2 == kVec3f_GrVertexAttribType); in attrib_type_to_vkformat()
/external/skia/src/gpu/effects/
DGrDashingEffect.cpp969 fInDashParams = &this->addVertexAttrib(Attribute("inDashParams", kVec3f_GrVertexAttribType)); in DashingCircleEffect()
1201 fInDashParams = &this->addVertexAttrib(Attribute("inDashParams", kVec3f_GrVertexAttribType)); in DashingLineEffect()