HomeSort by relevance Sort by last modified time
    Searched refs:EGLUtils (Results 1 - 20 of 20) sorted by null

  /frameworks/native/opengl/tests/include/
EGLUtils.h 33 class EGLUtils
54 const char *EGLUtils::strerror(EGLint err)
76 status_t EGLUtils::selectConfigForPixelFormat(
121 status_t EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/swapinterval/
swapinterval.cpp 27 #include "EGLUtils.h"
55 status_t err = EGLUtils::selectConfigForNativeWindow(
58 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError()));
74 EGLUtils::strerror(err), config, r,g,b,a, vid);
  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 30 #include "EGLUtils.h"
42 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
90 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
92 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
96 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 29 #include "EGLUtils.h"
57 op, EGLUtils::strerror(error), error);
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 30 #include "EGLUtils.h"
54 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 56 #include "EGLUtils.h"
143 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 29 #include "EGLUtils.h"
53 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/textures/
textures.cpp 26 #include "EGLUtils.h"
50 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 30 #include "EGLUtils.h"
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
302 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
304 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
308 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 9 #include "EGLUtils.h"
155 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
240 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 32 #include "EGLUtils.h"
56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
258 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
260 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
264 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 32 #include "EGLUtils.h"
56 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
368 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
370 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
374 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/native/services/surfaceflinger/DisplayHardware/
DisplayHardware.cpp 61 struct EGLUtils {
87 token, int(error), EGLUtils::strerror(error));
  /frameworks/native/opengl/tests/filter/
filter.cpp 9 #include "EGLUtils.h"
50 EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/finish/
finish.cpp 30 #include "EGLUtils.h"
54 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 12 #include "EGLUtils.h"
144 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
  /frameworks/rs/driver/
rsdCore.cpp 170 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret));
rsdGL.cpp 54 struct EGLUtils {
83 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 30 #include "EGLUtils.h"
54 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
419 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 30 #include "EGLUtils.h"
88 returnValue = EGLUtils::selectConfigForNativeWindow(*dpy,
91 testPrintE("EGLUtils::selectConfigForNativeWindow() returned %d",
95 checkEglError("EGLUtils::selectConfigForNativeWindow");
    [all...]

Completed in 215 milliseconds