FileDocCategorySizeDatePackage
EGLSurfaceImpl.javaAPI DocAndroid 1.5 API1010Wed May 06 22:42:00 BST 2009com.google.android.gles_jni

EGLSurfaceImpl

public class EGLSurfaceImpl extends EGLSurface

Fields Summary
int
mEGLSurface
private int
mNativePixelRef
Constructors Summary
public EGLSurfaceImpl()

        mEGLSurface = 0;
        mNativePixelRef = 0;
    
public EGLSurfaceImpl(int surface)

        mEGLSurface = surface;
        mNativePixelRef = 0;
    
Methods Summary