Home
last modified time | relevance | path

Searched defs:assertPathsLoaded (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrPathRange.cpp42 void GrPathRange::assertPathsLoaded(const void* indices, PathIndexType indexType, int count) const { in assertPathsLoaded() function in GrPathRange
DGrPathRange.h115 template<typename IndexType> void assertPathsLoaded(const IndexType* indices, int count) const { in assertPathsLoaded() function