Home
last modified time | relevance | path

Searched defs:returnVal (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/tests/lib/
DglTestLib.cpp47 void glTestCheckEglError(const char* op, EGLBoolean returnVal) in glTestCheckEglError()
110 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, in glTestPrintEGLConfiguration() local
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DMockableCheckVoiceData.java37 final Intent returnVal = new Intent(); in onCreate() local
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
219 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
231 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig); in printEGLConfigurations() local
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp138 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
162 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig); in printEGLConfigurations() local
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
323 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
335 EGLint returnVal = eglGetConfigs(dpy, NULL, 0, &numConfig); in printEGLConfigurations() local
/frameworks/native/opengl/tests/gl_perf/
Dgl2_perf.cpp35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
214 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
324 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
/frameworks/rs/driver/
DrsdGL.cpp51 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
127 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value); in printEGLConfiguration() local
/frameworks/base/core/tests/coretests/src/android/animation/
DAutoCancelTest.java43 ObjectAnimator returnVal; in setupAnimator() local
/frameworks/base/core/java/android/animation/
DKeyframeSet.java259 String returnVal = " "; in toString() local
DValueAnimator.java1417 String returnVal = "ValueAnimator@" + Integer.toHexString(hashCode()); in toString() local
DObjectAnimator.java1002 String returnVal = "ObjectAnimator@" + Integer.toHexString(hashCode()) + ", target " + in toString() local
DAnimatorSet.java875 String returnVal = "AnimatorSet@" + Integer.toHexString(hashCode()) + "{"; in toString() local
DPropertyValuesHolder.java697 Method returnVal = null; in getPropertyFunction() local
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp952 static void checkEglError(const char* op, EGLBoolean returnVal) in checkEglError()
1007 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, in printEGLConfiguration() local