Searched refs:withColorAndEdge (Results 1 – 1 of 1) sorted by relevance
435 GrVertexLayout withColorAndEdge = withColor | kEdge_VertexLayoutBit; in VertexLayoutUnitTest() local437 GrAssert(2*sizeof(GrPoint) == VertexColorOffset(withColorAndEdge)); in VertexLayoutUnitTest()438 GrAssert(2*sizeof(GrPoint) + sizeof(GrColor) == VertexEdgeOffset(withColorAndEdge)); in VertexLayoutUnitTest()439 GrAssert(4*sizeof(GrPoint) + sizeof(GrColor) == VertexSize(withColorAndEdge)); in VertexLayoutUnitTest()