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

1 2

  /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 34 #define EGL_NO_SURFACE ((EGLSurface)0)
161 return EGL_NO_SURFACE;
164 return EGL_NO_SURFACE;
191 EGLSurface fReadSurface = EGL_NO_SURFACE;
192 EGLSurface fDrawSurface = EGL_NO_SURFACE;
220 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
265 if (EGL_NO_SURFACE == fSurface) {
330 TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
333 if (EGL_NO_SURFACE != fSurface)
    [all...]
  /external/skqp/tools/gpu/gl/command_buffer/
GLTestContext_command_buffer.cpp 34 #define EGL_NO_SURFACE ((EGLSurface)0)
161 return EGL_NO_SURFACE;
164 return EGL_NO_SURFACE;
191 EGLSurface fReadSurface = EGL_NO_SURFACE;
192 EGLSurface fDrawSurface = EGL_NO_SURFACE;
220 : fContext(EGL_NO_CONTEXT), fDisplay(EGL_NO_DISPLAY), fSurface(EGL_NO_SURFACE) {
265 if (EGL_NO_SURFACE == fSurface) {
330 TLSCurrentObjects::MakeCurrent(fDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
333 if (EGL_NO_SURFACE != fSurface)
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 95 EGLSurface EGL_NO_SURFACE = new com.google.android.gles_jni.EGLSurfaceImpl(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)
  /external/mesa3d/include/EGL/
egl.h 100 #define EGL_NO_SURFACE ((EGLSurface)0)
  /external/swiftshader/include/EGL/
egl.h 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0)
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
android.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 138 milliseconds

1 2