Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawState.cpp435 GrVertexLayout withColorAndEdge = withColor | kEdge_VertexLayoutBit; in VertexLayoutUnitTest() local
437 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()