Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/tests/lib/include/
H A 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()
181 String8 EGLUtils::checkGlError(const char* op) { in checkGlError()
244 bool EGLUtils::printEGLConfigurations(EGLDisplay dpy, String8& msg) { in printEGLConfigurations()
270 bool EGLUtils::printEGLConfigurations(FILE* output, EGLDisplay dpy) { in printEGLConfigurations()
277 String8 EGLUtils::decodeColorSpace(EGLint colorSpace) { in decodeColorSpace()
292 bool EGLUtils::hasExtension(const char* exts, const char* name) { in hasExtension()
[all …]
/aosp12/frameworks/native/opengl/tests/swapinterval/
H A 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()
/aosp12/frameworks/native/opengl/tests/gl_perf/
H A 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()
/aosp12/frameworks/native/opengl/tests/gl2_basic/
H A 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()
/aosp12/frameworks/native/opengl/tests/gl_basic/
H A 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()
/aosp12/frameworks/native/opengl/tests/gl_yuvtex/
H A 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()
/aosp12/frameworks/native/opengl/tests/lib/
H A DglTestLib.cpp56 op, EGLUtils::strerror(error), error); in glTestCheckEglError()
/aosp12/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp53 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/aosp12/frameworks/native/opengl/tests/textures/
H A Dtextures.cpp51 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/aosp12/frameworks/native/opengl/tests/gl2_yuvtex/
H A 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()
/aosp12/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp139 status_t err = EGLUtils::selectConfigForNativeWindow( in initGraphics()
/aosp12/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp54 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/aosp12/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp52 EGLUtils::selectConfigForNativeWindow( in main()
/aosp12/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp55 status_t err = EGLUtils::selectConfigForNativeWindow( in main()
/aosp12/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp141 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig); in init_gl_surface()
/aosp12/frameworks/rs/driver/
H A DrsdGL.cpp48 struct EGLUtils { in checkEglError() struct
77 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError()
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp90 returnValue = EGLUtils::selectConfigForNativeWindow(*dpy, in hwcTestInitDisplay()
961 op, EGLUtils::strerror(error), error); in checkEglError()
/aosp12/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error), in checkEglError()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp124 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret)); in helperThreadProc()