to top
Android APIs
Added in API level 5
public static interface

GLSurfaceView.EGLWindowSurfaceFactory

android.opengl.GLSurfaceView.EGLWindowSurfaceFactory

Class Overview

An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.

This interface must be implemented by clients wishing to call setEGLWindowSurfaceFactory(EGLWindowSurfaceFactory)

Summary

Public Methods

? Examples
abstract EGLSurface createWindowSurface( EGL10 egl, EGLDisplay display, EGLConfig config, Object nativeWindow)

? Examples
abstract void destroySurface( EGL10 egl, EGLDisplay display, EGLSurface surface)

Public Methods

public abstract EGLSurface createWindowSurface (EGL10 egl, EGLDisplay display, EGLConfig config, Object nativeWindow)

Added in API level 5

Returns
  • null if the surface cannot be constructed.

public abstract void destroySurface (EGL10 egl, EGLDisplay display, EGLSurface surface)

Added in API level 5

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.