Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPrimitiveProcessor.h193 static_assert(kGrVertexAttribTypeCount < (1 << 8), ""); in getAttributeKey()
/external/skia/src/gpu/
DGrGeometryProcessor.h199 static_assert(kGrVertexAttribTypeCount < (1 << 8), ""); in getAttributeKey()
/external/skqp/include/private/
DGrTypesPriv.h776 static const int kGrVertexAttribTypeCount = kLast_GrVertexAttribType + 1; variable
/external/skia/include/private/
DGrTypesPriv.h696 static const int kGrVertexAttribTypeCount = kLast_GrVertexAttribType + 1; variable