Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DMesh.cpp26 static size_t min_vcount_for_mode(SkMesh::Mode mode) { in min_vcount_for_mode() function
82 if (indexCount < min_vcount_for_mode(mMode)) { in validate()
84 modeToStr(mMode), min_vcount_for_mode(mMode), indexCount); in validate()
97 if (vertexCount < min_vcount_for_mode(mMode)) { in validate()
99 modeToStr(mMode), min_vcount_for_mode(mMode), vertexCount); in validate()