Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DKube.java48 float c4 = 0.38f; in makeGLWorld() local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1); in makeGLWorld()
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1); in makeGLWorld()
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1); in makeGLWorld()
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3); in makeGLWorld()
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3); in makeGLWorld()
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3); in makeGLWorld()
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5); in makeGLWorld()
61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5); in makeGLWorld()
62 mCubes[8] = new Cube(world, c4, c4, c4, c5, c5, c5); in makeGLWorld()
[all …]
/development/ndk/platforms/android-9/include/linux/
Dbinder.h17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) argument
/development/ndk/platforms/android-21/include/linux/
Dbinder.h22 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) argument