HomeSort by relevance Sort by last modified time
    Searched refs:EGLUtils (Results 1 - 19 of 19) 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>
56 status_t err = EGLUtils::selectConfigForNativeWindow(
59 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError()));
75 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),
91 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
93 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
97 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/native/opengl/tests/linetex/
linetex.cpp 28 #include <EGLUtils.h>
53 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 55 #include <EGLUtils.h>
143 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/fillrate/
fillrate.cpp 29 #include <EGLUtils.h>
54 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/textures/
textures.cpp 26 #include <EGLUtils.h>
51 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),
303 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
305 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
309 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),
241 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),
259 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
261 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
265 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 29 #include "EGLUtils.h"
57 op, EGLUtils::strerror(error), error);
  /frameworks/native/opengl/tests/filter/
filter.cpp 9 #include <EGLUtils.h>
52 EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/finish/
finish.cpp 30 #include <EGLUtils.h>
55 status_t err = EGLUtils::selectConfigForNativeWindow(
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 12 #include <EGLUtils.h>
145 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
  /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),
369 returnValue = EGLUtils::selectConfigForNativeWindow(dpy, s_configAttribs, window, &myConfig);
371 printf("EGLUtils::selectConfigForNativeWindow() returned %d", returnValue);
375 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /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),
420 checkEglError("EGLUtils::selectConfigForNativeWindow");
  /frameworks/rs/driver/
rsdGL.cpp 52 struct EGLUtils {
81 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 30 #include "EGLUtils.h"
92 returnValue = EGLUtils::selectConfigForNativeWindow(*dpy,
95 testPrintE("EGLUtils::selectConfigForNativeWindow() returned %d",
99 checkEglError("EGLUtils::selectConfigForNativeWindow");
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 150 ALOGE("SETAFFINITY ret = %i %s", ret, EGLUtils::strerror(ret));

Completed in 414 milliseconds