/frameworks/native/opengl/tests/lib/include/ |
D | EGLUtils.h | 38 class EGLUtils 70 const char *EGLUtils::strerror(EGLint err) in strerror() 92 status_t EGLUtils::selectConfigForPixelFormat( in selectConfigForPixelFormat() 134 status_t EGLUtils::selectConfigForNativeWindow( in selectConfigForNativeWindow() 153 String8 EGLUtils::printGLString(const char* name, GLenum s) { in printGLString() 160 String8 EGLUtils::printEGLString(EGLDisplay dpy, const char* name, GLenum s) { in printEGLString() 169 String8 EGLUtils::checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) { 176 msg.appendFormat("after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), error); 181 String8 EGLUtils::checkGlError(const char* op) { in checkGlError() 189 String8 EGLUtils::printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { in printEGLConfiguration() [all …]
|
/frameworks/native/opengl/tests/swapinterval/ |
D | swapinterval.cpp | 56 status_t err = EGLUtils::selectConfigForNativeWindow( in main() 59 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError())); in main() 75 EGLUtils::strerror(err), config, r,g,b,a, vid); in main()
|
/frameworks/native/opengl/tests/gl_perf/ |
D | gl2_perf.cpp | 42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError() 84 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig); in main()
|
/frameworks/native/opengl/tests/gl2_basic/ |
D | gl2_basic.cpp | 63 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError() 272 if (EGLUtils::hasEglExtension(dpy, "EGL_EXT_surface_SMPTE2086_metadata")) { in setSurfaceMetadata() 289 if (EGLUtils::hasEglExtension(dpy, "EGL_EXT_surface_CTA861_3_metadata")) { in setSurfaceMetadata() 345 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 157 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError() 240 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface() 337 if (EGLUtils::hasEglExtension(dpy, "EGL_EXT_surface_SMPTE2086_metadata")) { in setSurfaceMetadata() 354 if (EGLUtils::hasEglExtension(dpy, "EGL_EXT_surface_CTA861_3_metadata")) { in setSurfaceMetadata()
|
/frameworks/native/opengl/tests/lib/ |
D | glTestLib.cpp | 56 op, EGLUtils::strerror(error), error); in glTestCheckEglError()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 53 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
|
/frameworks/native/opengl/tests/textures/ |
D | textures.cpp | 51 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
D | gl_yuvtex.cpp | 56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError() 259 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig); in main()
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
D | gl2_yuvtex.cpp | 56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError() 369 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig); in main()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 54 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
|
/frameworks/native/opengl/tests/angeles/ |
D | app-linux.cpp | 139 status_t err = EGLUtils::selectConfigForNativeWindow( in initGraphics()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 52 EGLUtils::selectConfigForNativeWindow( in main()
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 55 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 141 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 48 struct EGLUtils { in checkEglError() struct 77 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError()
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError()
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.cpp | 90 returnValue = EGLUtils::selectConfigForNativeWindow(*dpy, in hwcTestInitDisplay() 961 op, EGLUtils::strerror(error), error); in checkEglError()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 124 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret)); in helperThreadProc()
|