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

1 2 3 4 5 6 7

  /packages/services/Car/evs/app/
glError.cpp 42 case EGL_BAD_SURFACE:
43 return "EGL_BAD_SURFACE";
  /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
182 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
185 expectError(EGL_BAD_SURFACE);
188 expectError(EGL_BAD_SURFACE);
221 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
224 expectError(EGL_BAD_SURFACE);
227 expectError(EGL_BAD_SURFACE);
737 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
740 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/libs/EGL/
eglApi.cpp 830 return setError(EGL_BAD_SURFACE, (EGLBoolean)EGL_FALSE);
    [all...]
egl_tls.cpp 49 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;
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.cpp 90 return error(EGL_BAD_SURFACE, false);
361 return error(EGL_BAD_SURFACE, EGL_FALSE);
384 return error(EGL_BAD_SURFACE, EGL_FALSE);
560 return error(EGL_BAD_SURFACE, EGL_FALSE);
602 return error(EGL_BAD_SURFACE, EGL_FALSE);
636 return error(EGL_BAD_SURFACE, EGL_FALSE);
941 return error(EGL_BAD_SURFACE, EGL_FALSE);
  /external/mesa3d/src/egl/main/
eglsurface.c 503 _eglError(EGL_BAD_SURFACE, "eglBindTexImage");
539 _eglError(EGL_BAD_SURFACE, "eglReleaseTexImage");
566 _eglError(EGL_BAD_SURFACE, "eglReleaseTexImage");
eglcurrent.c 269 case EGL_BAD_SURFACE:
270 s = "EGL_BAD_SURFACE";
  /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";
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.cpp 170 if( err == EGL_BAD_SURFACE )
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.cpp 170 if( err == EGL_BAD_SURFACE )
  /external/deqp/framework/egl/
egluStrUtil.inl 56 case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE";
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 87 case EGL_BAD_SURFACE: return "EGL_BAD_SURFACE";
514 setErrorReturn(EGL_BAD_SURFACE, EGL_FALSE);
541 setErrorReturn(EGL_BAD_SURFACE, EGL_FALSE);
547 setErrorReturn(EGL_BAD_SURFACE, EGL_FALSE);
    [all...]
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 66 ERROR_CASE(EGL_BAD_SURFACE)
430 if (err == EGL_BAD_SURFACE || err == EGL_BAD_NATIVE_WINDOW) {
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 112 #define EGL_BAD_SURFACE 0x300D
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 83 case EGL_BAD_SURFACE:
84 return "EGL_BAD_SURFACE";
  /development/ndk/platforms/android-14/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /development/ndk/platforms/android-18/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /development/ndk/platforms/android-19/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /development/ndk/platforms/android-21/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D
  /development/ndk/platforms/android-23/include/EGL/
egl.h 90 #define EGL_BAD_SURFACE 0x300D

Completed in 133 milliseconds

1 2 3 4 5 6 7