Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DTriangleCountOpenGLTest.java53 final int triangleCount = (int)Math.round(trianlgeCountD * 1000.0); in initUnits() local
H A DRenderPatch.java45 public RenderPatch(int triangleCount, float dimension, int tessellation) { in RenderPatch()
/aosp12/frameworks/native/opengl/tests/angeles/
H A Ddemo.c206 const long triangleCount = longitudeCount * latitudeCount * 2; in createSuperShape() local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() local