Searched defs:VAL (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
D | FakeApp.java | 150 final int VAL = i*2 + 100; in onCreate() local
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 72 #define X(VAL) {VAL, #VAL} in glTestPrintEGLConfiguration() argument
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 180 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() argument
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 175 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() argument
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 284 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() argument
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 99 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() argument
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 285 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() argument
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 88 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() argument
|
/frameworks/native/opengl/libs/EGL/ |
D | trace.cpp | 46 #define GL_ENUM(VAL,NAME) {VAL, #NAME}, argument
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 968 #define X(VAL) {VAL, #VAL} in printEGLConfiguration() argument
|