HomeSort by relevance Sort by last modified time
    Searched defs:checkEglError (Results 1 - 21 of 21) sorted by null

  /frameworks/native/opengl/tests/gl_perf/
gl2_perf.cpp 35 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
74 checkEglError("<init>");
76 checkEglError("eglGetDisplay");
83 checkEglError("eglInitialize", returnValue);
96 checkEglError("EGLUtils::selectConfigForNativeWindow");
99 checkEglError("eglCreateWindowSurface");
106 checkEglError("eglCreateContext");
112 checkEglError("eglMakeCurrent", returnValue);
117 checkEglError("eglQuerySurface");
119 checkEglError("eglQuerySurface")
    [all...]
  /frameworks/rs/driver/
rsdGL.cpp 52 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
169 checkEglError("eglDestroyContext");
246 checkEglError("eglGetDisplay");
250 checkEglError("eglInitialize");
263 checkEglError("eglGetConfigs", ret);
276 checkEglError("eglChooseConfig", ret);
320 checkEglError("eglCreateContext");
332 checkEglError("eglCreatePbufferSurface");
345 checkEglError("eglMakeCurrent", ret);
428 checkEglError("eglMakeCurrent", ret)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
InputSurface.java 98 checkEglError("eglCreateContext");
109 checkEglError("eglCreateWindowSurface");
194 private void checkEglError(String msg) {
OutputSurface.java 153 checkEglError("eglCreateContext");
166 checkEglError("eglCreatePbufferSurface");
274 private void checkEglError(String msg) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
WrapperTest.java 275 checkEglError("eglCreateContext");
287 checkEglError("eglCreatePbufferSurface");
319 private void checkEglError(String msg) {
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 114 checkEglError("Before eglCreateContext", egl);
117 checkEglError("After eglCreateContext", egl);
126 private static void checkEglError(String prompt, EGL10 egl) {
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
232 checkEglError("eglGetConfigs", returnVal);
246 checkEglError("eglGetConfigs", returnVal);
278 checkEglError("<init>");
280 checkEglError("eglGetDisplay");
287 checkEglError("eglInitialize", returnValue);
299 checkEglError("printEGLConfigurations");
308 checkEglError("EGLUtils::selectConfigForNativeWindow");
314 checkEglError("eglCreateWindowSurface");
321 checkEglError("eglCreateContext")
    [all...]
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 47 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
336 checkEglError("eglGetConfigs", returnVal);
350 checkEglError("eglGetConfigs", returnVal);
386 checkEglError("<init>");
388 checkEglError("eglGetDisplay");
395 checkEglError("eglInitialize", returnValue);
407 checkEglError("printEGLConfigurations");
419 checkEglError("EGLUtils::selectConfigForNativeWindow");
425 checkEglError("eglCreateWindowSurface");
432 checkEglError("eglCreateContext")
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 82 checkEglError("Before eglCreateContext", egl);
85 checkEglError("After eglCreateContext", egl);
94 private static void checkEglError(String prompt, EGL10 egl) {
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 148 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
163 checkEglError("eglGetConfigs", returnVal);
177 checkEglError("eglGetConfigs", returnVal);
264 checkEglError("eglQuerySurface");
266 checkEglError("eglQuerySurface");
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 82 checkEglError("Before eglCreateContext", egl);
85 checkEglError("After eglCreateContext", egl);
94 private static void checkEglError(String prompt, EGL10 egl) {
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
133 checkEglError("eglCreateImageKHR");
241 checkEglError("<init>");
243 checkEglError("eglGetDisplay");
250 checkEglError("eglInitialize", returnValue);
264 checkEglError("EGLUtils::selectConfigForNativeWindow");
270 checkEglError("eglCreateWindowSurface");
277 checkEglError("eglCreateContext");
283 checkEglError("eglMakeCurrent", returnValue);
288 checkEglError("eglQuerySurface")
    [all...]
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 85 checkEglError("Before eglCreateContext", egl);
88 checkEglError("After eglCreateContext", egl);
97 private static void checkEglError(String prompt, EGL10 egl) {
  /packages/apps/Camera2/src/com/android/camera/
SurfaceTextureRenderer.java 188 private static void checkEglError(String prompt, EGL10 egl) {
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 49 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE) {
238 checkEglError("eglCreateImageKHR");
351 checkEglError("<init>");
353 checkEglError("eglGetDisplay");
360 checkEglError("eglInitialize", returnValue);
374 checkEglError("EGLUtils::selectConfigForNativeWindow");
380 checkEglError("eglCreateWindowSurface");
387 checkEglError("eglCreateContext");
393 checkEglError("eglMakeCurrent", returnValue);
398 checkEglError("eglQuerySurface")
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceView.java 104 checkEglError("Before eglCreateContext", egl);
108 checkEglError("After eglCreateContext", egl);
117 private static void checkEglError(String prompt, EGL10 egl) {
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 241 checkEglError();
332 private void checkEglError() {
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 37 static void checkEglError(const char* op, EGLBoolean returnVal = EGL_TRUE);
65 checkEglError("<init>");
67 checkEglError("eglGetDisplay");
74 checkEglError("eglInitialize", returnValue);
95 checkEglError("EGLUtils::selectConfigForNativeWindow");
103 checkEglError("eglCreateWindowSurface");
110 checkEglError("eglCreateContext");
116 checkEglError("eglMakeCurrent", returnValue);
122 checkEglError("eglQuerySurface");
124 checkEglError("eglQuerySurface")
    [all...]
  /packages/apps/Camera/src/com/android/camera/
MosaicPreviewRenderer.java 229 private static void checkEglError(String prompt, EGL10 egl) {
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 138 checkEglError();
282 private void checkEglError() {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 128 checkEglError(mEgl, "eglCreateWindowSurface");
147 checkEglError(mEgl, "eglCreateWindowSurface");
166 checkEglError(mEgl, "eglCreateWindowSurface");
230 checkEglError(egl, "eglMakeCurrent");
423 private static void checkEglError(EGL10 egl, String command) {

Completed in 222 milliseconds