Home
last modified time | relevance | path

Searched refs:EGLUtils (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/opengl/tests/lib/include/
DEGLUtils.h38 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/
Dswapinterval.cpp56 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/
Dgl2_perf.cpp42 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/
Dgl2_basic.cpp63 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/
Dgl_basic.cpp157 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/
DglTestLib.cpp56 op, EGLUtils::strerror(error), error); in glTestCheckEglError()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp53 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp51 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp56 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/
Dgl2_yuvtex.cpp56 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/
Dfillrate.cpp54 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/frameworks/native/opengl/tests/angeles/
Dapp-linux.cpp139 status_t err = EGLUtils::selectConfigForNativeWindow( in initGraphics()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp52 EGLUtils::selectConfigForNativeWindow( in main()
/frameworks/native/opengl/tests/finish/
Dfinish.cpp55 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp141 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface()
/frameworks/rs/driver/
DrsdGL.cpp48 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/
Dgl2_copyTexImage.cpp54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError()
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp90 returnValue = EGLUtils::selectConfigForNativeWindow(*dpy, in hwcTestInitDisplay()
961 op, EGLUtils::strerror(error), error); in checkEglError()
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp124 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret)); in helperThreadProc()