Searched defs:returnVal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 47 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/base/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 138 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/base/libs/rs/ |
D | rsContext.cpp | 45 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { in checkEglError()
|