HomeSort by relevance Sort by last modified time
    Searched defs:EGL_NO_SURFACE (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 20 #define EGL_NO_SURFACE ((EGLSurface)0)
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 89 eglMakeCurrent(display(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
99 if (context() == EGL_NO_CONTEXT || surface() == EGL_NO_SURFACE)
126 (surface() != EGL_NO_SURFACE);
  /external/skia/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 30 #define EGL_NO_SURFACE ((EGLSurface)0)
142 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
187 if (EGL_NO_SURFACE == fSurface) {
248 gfMakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
250 if (EGL_NO_SURFACE != fSurface) {
252 fSurface = EGL_NO_SURFACE;
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(0);
  /development/ndk/platforms/android-14/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /development/ndk/platforms/android-18/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /development/ndk/platforms/android-19/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /development/ndk/platforms/android-21/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /development/ndk/platforms/android-23/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /development/ndk/platforms/android-24/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /development/ndk/platforms/android-9/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 35 public static EGLSurface EGL_NO_SURFACE = null;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
RenderTarget.java 226 EGL10.EGL_NO_SURFACE,
227 EGL10.EGL_NO_SURFACE,
255 mSurface = EGL10.EGL_NO_SURFACE;
417 if (surface == EGL10.EGL_NO_SURFACE) {
  /frameworks/native/opengl/include/EGL/
egl.h 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 71 #define EGL_NO_SURFACE ((EGLSurface)0)

Completed in 863 milliseconds

1 2 3 4 5 6