Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h184 uint32_t triangleCount; member
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp117 constexpr size_t triangleCount = countof(CUBE_INDICES) / 3u; in GenerateCubeGeometry() local