HomeSort by relevance Sort by last modified time
    Searched refs:EGL_BAD_SURFACE (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 87 // - EGL_BAD_SURFACE is generated if surface is not a pbuffer surface supporting texture binding
118 // - EGL_BAD_SURFACE is generated if there is no surface bound to the current context
176 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
179 expectError(EGL_BAD_SURFACE);
182 expectError(EGL_BAD_SURFACE);
215 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
218 expectError(EGL_BAD_SURFACE);
221 expectError(EGL_BAD_SURFACE);
731 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
734 expectError(EGL_BAD_SURFACE);
    [all...]
teglNegativePartialUpdateTests.cpp 292 tcu::ScopedLogSection(log, "Test2.1", "If query buffer age on a surface that is not the current draw surface --> EGL_BAD_SURFACE");
295 expectError(EGL_BAD_SURFACE);
311 tcu::ScopedLogSection(log, "Test3.1", "If query buffer age on a surface that is not the current draw surface --> EGL_BAD_SURFACE");
314 expectError(EGL_BAD_SURFACE);
332 tcu::ScopedLogSection(log, "Test4.1", "If query buffer age on a surface that is not the current draw surface --> EGL_BAD_SURFACE");
335 expectError(EGL_BAD_SURFACE);
  /frameworks/native/opengl/tests/include/
EGLUtils.h 70 case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE";
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 620 return setError(EGL_BAD_SURFACE, EGL_FALSE);
640 return setError(EGL_BAD_SURFACE, EGL_FALSE);
658 setError(EGL_BAD_SURFACE, EGL_FALSE);
786 if (!_d.get()) return setError(EGL_BAD_SURFACE, EGL_FALSE);
793 if (!_r.get()) return setError(EGL_BAD_SURFACE, EGL_FALSE);
    [all...]
egl_tls.cpp 54 case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE";
  /frameworks/base/opengl/java/android/opengl/
GLUtils.java 255 case EGL10.EGL_BAD_SURFACE:
256 return "EGL_BAD_SURFACE";
EGL14.java 52 public static final int EGL_BAD_SURFACE = 0x300D;
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGL14Header.java-if 52 public static final int EGL_BAD_SURFACE = 0x300D;
  /development/ndk/sources/android/ndk_helper/
GLContext.cpp 170 if( err == EGL_BAD_SURFACE )
  /external/mesa3d/src/egl/main/
eglcurrent.c 314 case EGL_BAD_SURFACE:
315 s = "EGL_BAD_SURFACE";
eglapi.c 52 * EGL_BAD_SURFACE
185 _eglError(EGL_BAD_SURFACE, msg);
489 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE);
493 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE);
674 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE);
696 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE);
1091 RETURN_EGL_ERROR(disp, EGL_BAD_SURFACE, EGL_FALSE);
    [all...]
eglsurface.c 499 _eglError(EGL_BAD_SURFACE, "eglBindTexImage");
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 35 int EGL_BAD_SURFACE = 0x300D;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 90 case EGL_BAD_SURFACE: return "BAD_SURFACE";
  /external/deqp/framework/egl/
egluStrUtil.inl 56 case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE";
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 55 ERROR_CASE(EGL_BAD_SURFACE)
347 if (err == EGL_BAD_SURFACE || err == EGL_BAD_NATIVE_WINDOW) {
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 81 case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE";
481 setErrorReturn(EGL_BAD_SURFACE, EGL_FALSE);
487 setErrorReturn(EGL_BAD_SURFACE, EGL_FALSE);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_drm.c 48 _eglError(EGL_BAD_SURFACE, "no front buffer");
331 _eglError(EGL_BAD_SURFACE, "dri2_swap_buffers");
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 112 #define EGL_BAD_SURFACE 0x300D
  /development/ndk/platforms/android-9/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /external/mesa3d/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 335 case EGL_BAD_SURFACE:
  /frameworks/native/opengl/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D

Completed in 735 milliseconds

1 2 3 4 5