Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DCube.java22 …ic Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) { in Cube() argument
28 GLVertex leftBottomFront = addVertex(left, bottom, front); in Cube()
29 GLVertex rightBottomFront = addVertex(right, bottom, front); in Cube()
30 GLVertex leftTopFront = addVertex(left, top, front); in Cube()
31 GLVertex rightTopFront = addVertex(right, top, front); in Cube()
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.cpp33 stack_str += type_queue_copy.front() + "-> "; in Unwind()