Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/include/
DEGLUtils.h33 class EGLUtils
54 const char *EGLUtils::strerror(EGLint err) in strerror()
76 status_t EGLUtils::selectConfigForPixelFormat( in selectConfigForPixelFormat()
121 status_t EGLUtils::selectConfigForNativeWindow( in selectConfigForNativeWindow()
/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()
91 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig); in main()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError()
303 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig); in main()
/frameworks/native/opengl/tests/lib/
DglTestLib.cpp56 op, EGLUtils::strerror(error), error); in glTestCheckEglError()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp51 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp53 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp155 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError()
241 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface()
/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/angeles/
Dapp-linux.cpp143 status_t err = EGLUtils::selectConfigForNativeWindow( in initGraphics()
/frameworks/native/opengl/tests/fillrate/
Dfillrate.cpp54 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/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.cpp145 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface()
/frameworks/rs/driver/
DrsdGL.cpp52 struct EGLUtils { in checkEglError() struct
81 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.cpp136 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret)); in helperThreadProc()