Table of Contents

Class EGL14

Namespace
Android.Opengl
Assembly
MASES.Netdroid.dll
public class EGL14 : JVMBridgeBase<EGL14>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<EGL14>
EGL14
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<EGL14>.IsAssignableFrom(IJavaType)
JVMBridgeBase<EGL14>.IsAssignableFrom<T>()
JVMBridgeBase<EGL14>.Execute<T>(params T[])
JVMBridgeBase<EGL14>.DynBridgeClazz
JVMBridgeBase<EGL14>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

EGL14()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public EGL14()

EGL14(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public EGL14(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EGL_ALPHA_MASK_SIZE

public static int EGL_ALPHA_MASK_SIZE { get; }

Property Value

int

EGL_ALPHA_SIZE

public static int EGL_ALPHA_SIZE { get; }

Property Value

int

EGL_BACK_BUFFER

public static int EGL_BACK_BUFFER { get; }

Property Value

int

EGL_BAD_ACCESS

public static int EGL_BAD_ACCESS { get; }

Property Value

int

EGL_BAD_ALLOC

public static int EGL_BAD_ALLOC { get; }

Property Value

int

EGL_BAD_ATTRIBUTE

public static int EGL_BAD_ATTRIBUTE { get; }

Property Value

int

EGL_BAD_CONFIG

public static int EGL_BAD_CONFIG { get; }

Property Value

int

EGL_BAD_CONTEXT

public static int EGL_BAD_CONTEXT { get; }

Property Value

int

EGL_BAD_CURRENT_SURFACE

public static int EGL_BAD_CURRENT_SURFACE { get; }

Property Value

int

EGL_BAD_DISPLAY

public static int EGL_BAD_DISPLAY { get; }

Property Value

int

EGL_BAD_MATCH

public static int EGL_BAD_MATCH { get; }

Property Value

int

EGL_BAD_NATIVE_PIXMAP

public static int EGL_BAD_NATIVE_PIXMAP { get; }

Property Value

int

EGL_BAD_NATIVE_WINDOW

public static int EGL_BAD_NATIVE_WINDOW { get; }

Property Value

int

EGL_BAD_PARAMETER

public static int EGL_BAD_PARAMETER { get; }

Property Value

int

EGL_BAD_SURFACE

public static int EGL_BAD_SURFACE { get; }

Property Value

int

EGL_BIND_TO_TEXTURE_RGB

public static int EGL_BIND_TO_TEXTURE_RGB { get; }

Property Value

int

EGL_BIND_TO_TEXTURE_RGBA

public static int EGL_BIND_TO_TEXTURE_RGBA { get; }

Property Value

int

EGL_BLUE_SIZE

public static int EGL_BLUE_SIZE { get; }

Property Value

int

EGL_BUFFER_DESTROYED

public static int EGL_BUFFER_DESTROYED { get; }

Property Value

int

EGL_BUFFER_PRESERVED

public static int EGL_BUFFER_PRESERVED { get; }

Property Value

int

EGL_BUFFER_SIZE

public static int EGL_BUFFER_SIZE { get; }

Property Value

int

EGL_CLIENT_APIS

public static int EGL_CLIENT_APIS { get; }

Property Value

int

EGL_COLOR_BUFFER_TYPE

public static int EGL_COLOR_BUFFER_TYPE { get; }

Property Value

int

EGL_CONFIG_CAVEAT

public static int EGL_CONFIG_CAVEAT { get; }

Property Value

int

EGL_CONFIG_ID

public static int EGL_CONFIG_ID { get; }

Property Value

int

EGL_CONFORMANT

public static int EGL_CONFORMANT { get; }

Property Value

int

EGL_CONTEXT_CLIENT_TYPE

public static int EGL_CONTEXT_CLIENT_TYPE { get; }

Property Value

int

EGL_CONTEXT_CLIENT_VERSION

public static int EGL_CONTEXT_CLIENT_VERSION { get; }

Property Value

int

EGL_CONTEXT_LOST

public static int EGL_CONTEXT_LOST { get; }

Property Value

int

EGL_CORE_NATIVE_ENGINE

public static int EGL_CORE_NATIVE_ENGINE { get; }

Property Value

int

EGL_DEFAULT_DISPLAY

public static int EGL_DEFAULT_DISPLAY { get; }

Property Value

int

EGL_DEPTH_SIZE

public static int EGL_DEPTH_SIZE { get; }

Property Value

int

EGL_DISPLAY_SCALING

public static int EGL_DISPLAY_SCALING { get; }

Property Value

int

EGL_DRAW

public static int EGL_DRAW { get; }

Property Value

int

EGL_EXTENSIONS

public static int EGL_EXTENSIONS { get; }

Property Value

int

EGL_FALSE

public static int EGL_FALSE { get; }

Property Value

int

EGL_GREEN_SIZE

public static int EGL_GREEN_SIZE { get; }

Property Value

int

EGL_HEIGHT

public static int EGL_HEIGHT { get; }

Property Value

int

EGL_HORIZONTAL_RESOLUTION

public static int EGL_HORIZONTAL_RESOLUTION { get; }

Property Value

int

EGL_LARGEST_PBUFFER

public static int EGL_LARGEST_PBUFFER { get; }

Property Value

int

EGL_LEVEL

public static int EGL_LEVEL { get; }

Property Value

int

EGL_LUMINANCE_BUFFER

public static int EGL_LUMINANCE_BUFFER { get; }

Property Value

int

EGL_LUMINANCE_SIZE

public static int EGL_LUMINANCE_SIZE { get; }

Property Value

int

EGL_MATCH_NATIVE_PIXMAP

public static int EGL_MATCH_NATIVE_PIXMAP { get; }

Property Value

int

EGL_MAX_PBUFFER_HEIGHT

public static int EGL_MAX_PBUFFER_HEIGHT { get; }

Property Value

int

EGL_MAX_PBUFFER_PIXELS

public static int EGL_MAX_PBUFFER_PIXELS { get; }

Property Value

int

EGL_MAX_PBUFFER_WIDTH

public static int EGL_MAX_PBUFFER_WIDTH { get; }

Property Value

int

EGL_MAX_SWAP_INTERVAL

public static int EGL_MAX_SWAP_INTERVAL { get; }

Property Value

int

EGL_MIN_SWAP_INTERVAL

public static int EGL_MIN_SWAP_INTERVAL { get; }

Property Value

int

EGL_MIPMAP_LEVEL

public static int EGL_MIPMAP_LEVEL { get; }

Property Value

int

EGL_MIPMAP_TEXTURE

public static int EGL_MIPMAP_TEXTURE { get; }

Property Value

int

EGL_MULTISAMPLE_RESOLVE

public static int EGL_MULTISAMPLE_RESOLVE { get; }

Property Value

int

EGL_MULTISAMPLE_RESOLVE_BOX

public static int EGL_MULTISAMPLE_RESOLVE_BOX { get; }

Property Value

int

EGL_MULTISAMPLE_RESOLVE_BOX_BIT

public static int EGL_MULTISAMPLE_RESOLVE_BOX_BIT { get; }

Property Value

int

EGL_MULTISAMPLE_RESOLVE_DEFAULT

public static int EGL_MULTISAMPLE_RESOLVE_DEFAULT { get; }

Property Value

int

EGL_NATIVE_RENDERABLE

public static int EGL_NATIVE_RENDERABLE { get; }

Property Value

int

EGL_NATIVE_VISUAL_ID

public static int EGL_NATIVE_VISUAL_ID { get; }

Property Value

int

EGL_NATIVE_VISUAL_TYPE

public static int EGL_NATIVE_VISUAL_TYPE { get; }

Property Value

int

EGL_NONE

public static int EGL_NONE { get; }

Property Value

int

EGL_NON_CONFORMANT_CONFIG

public static int EGL_NON_CONFORMANT_CONFIG { get; }

Property Value

int

EGL_NOT_INITIALIZED

public static int EGL_NOT_INITIALIZED { get; }

Property Value

int

EGL_NO_CONTEXT

public static EGLContext EGL_NO_CONTEXT { get; set; }

Property Value

EGLContext

EGL_NO_DISPLAY

public static EGLDisplay EGL_NO_DISPLAY { get; set; }

Property Value

EGLDisplay

EGL_NO_SURFACE

public static EGLSurface EGL_NO_SURFACE { get; set; }

Property Value

EGLSurface

EGL_NO_TEXTURE

public static int EGL_NO_TEXTURE { get; }

Property Value

int

EGL_OPENGL_API

public static int EGL_OPENGL_API { get; }

Property Value

int

EGL_OPENGL_BIT

public static int EGL_OPENGL_BIT { get; }

Property Value

int

EGL_OPENGL_ES2_BIT

public static int EGL_OPENGL_ES2_BIT { get; }

Property Value

int

EGL_OPENGL_ES_API

public static int EGL_OPENGL_ES_API { get; }

Property Value

int

EGL_OPENGL_ES_BIT

public static int EGL_OPENGL_ES_BIT { get; }

Property Value

int

EGL_OPENVG_API

public static int EGL_OPENVG_API { get; }

Property Value

int

EGL_OPENVG_BIT

public static int EGL_OPENVG_BIT { get; }

Property Value

int

EGL_OPENVG_IMAGE

public static int EGL_OPENVG_IMAGE { get; }

Property Value

int

EGL_PBUFFER_BIT

public static int EGL_PBUFFER_BIT { get; }

Property Value

int

EGL_PIXEL_ASPECT_RATIO

public static int EGL_PIXEL_ASPECT_RATIO { get; }

Property Value

int

EGL_PIXMAP_BIT

public static int EGL_PIXMAP_BIT { get; }

Property Value

int

EGL_READ

public static int EGL_READ { get; }

Property Value

int

EGL_RED_SIZE

public static int EGL_RED_SIZE { get; }

Property Value

int

EGL_RENDERABLE_TYPE

public static int EGL_RENDERABLE_TYPE { get; }

Property Value

int

EGL_RENDER_BUFFER

public static int EGL_RENDER_BUFFER { get; }

Property Value

int

EGL_RGB_BUFFER

public static int EGL_RGB_BUFFER { get; }

Property Value

int

EGL_SAMPLES

public static int EGL_SAMPLES { get; }

Property Value

int

EGL_SAMPLE_BUFFERS

public static int EGL_SAMPLE_BUFFERS { get; }

Property Value

int

EGL_SINGLE_BUFFER

public static int EGL_SINGLE_BUFFER { get; }

Property Value

int

EGL_SLOW_CONFIG

public static int EGL_SLOW_CONFIG { get; }

Property Value

int

EGL_STENCIL_SIZE

public static int EGL_STENCIL_SIZE { get; }

Property Value

int

EGL_SUCCESS

public static int EGL_SUCCESS { get; }

Property Value

int

EGL_SURFACE_TYPE

public static int EGL_SURFACE_TYPE { get; }

Property Value

int

EGL_SWAP_BEHAVIOR

public static int EGL_SWAP_BEHAVIOR { get; }

Property Value

int

EGL_SWAP_BEHAVIOR_PRESERVED_BIT

public static int EGL_SWAP_BEHAVIOR_PRESERVED_BIT { get; }

Property Value

int

EGL_TEXTURE_2D

public static int EGL_TEXTURE_2D { get; }

Property Value

int

EGL_TEXTURE_FORMAT

public static int EGL_TEXTURE_FORMAT { get; }

Property Value

int

EGL_TEXTURE_RGB

public static int EGL_TEXTURE_RGB { get; }

Property Value

int

EGL_TEXTURE_RGBA

public static int EGL_TEXTURE_RGBA { get; }

Property Value

int

EGL_TEXTURE_TARGET

public static int EGL_TEXTURE_TARGET { get; }

Property Value

int

EGL_TRANSPARENT_BLUE_VALUE

public static int EGL_TRANSPARENT_BLUE_VALUE { get; }

Property Value

int

EGL_TRANSPARENT_GREEN_VALUE

public static int EGL_TRANSPARENT_GREEN_VALUE { get; }

Property Value

int

EGL_TRANSPARENT_RED_VALUE

public static int EGL_TRANSPARENT_RED_VALUE { get; }

Property Value

int

EGL_TRANSPARENT_RGB

public static int EGL_TRANSPARENT_RGB { get; }

Property Value

int

EGL_TRANSPARENT_TYPE

public static int EGL_TRANSPARENT_TYPE { get; }

Property Value

int

EGL_TRUE

public static int EGL_TRUE { get; }

Property Value

int

EGL_VENDOR

public static int EGL_VENDOR { get; }

Property Value

int

EGL_VERSION

public static int EGL_VERSION { get; }

Property Value

int

EGL_VERTICAL_RESOLUTION

public static int EGL_VERTICAL_RESOLUTION { get; }

Property Value

int

EGL_VG_ALPHA_FORMAT

public static int EGL_VG_ALPHA_FORMAT { get; }

Property Value

int

EGL_VG_ALPHA_FORMAT_NONPRE

public static int EGL_VG_ALPHA_FORMAT_NONPRE { get; }

Property Value

int

EGL_VG_ALPHA_FORMAT_PRE

public static int EGL_VG_ALPHA_FORMAT_PRE { get; }

Property Value

int

EGL_VG_ALPHA_FORMAT_PRE_BIT

public static int EGL_VG_ALPHA_FORMAT_PRE_BIT { get; }

Property Value

int

EGL_VG_COLORSPACE

public static int EGL_VG_COLORSPACE { get; }

Property Value

int

EGL_VG_COLORSPACE_LINEAR

public static int EGL_VG_COLORSPACE_LINEAR { get; }

Property Value

int

EGL_VG_COLORSPACE_LINEAR_BIT

public static int EGL_VG_COLORSPACE_LINEAR_BIT { get; }

Property Value

int

EGL_VG_COLORSPACE_sRGB

public static int EGL_VG_COLORSPACE_sRGB { get; }

Property Value

int

EGL_WIDTH

public static int EGL_WIDTH { get; }

Property Value

int

EGL_WINDOW_BIT

public static int EGL_WINDOW_BIT { get; }

Property Value

int

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

EglBindAPI(int)

public static bool EglBindAPI(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

EglBindTexImage(EGLDisplay, EGLSurface, int)

public static bool EglBindTexImage(EGLDisplay arg0, EGLSurface arg1, int arg2)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

arg2 int

int

Returns

bool

bool

EglChooseConfig(EGLDisplay, int[], int, EGLConfig[], int, int, int[], int)

public static bool EglChooseConfig(EGLDisplay arg0, int[] arg1, int arg2, EGLConfig[] arg3, int arg4, int arg5, int[] arg6, int arg7)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 int[]

int

arg2 int

int

arg3 EGLConfig[]

EGLConfig

arg4 int

int

arg5 int

int

arg6 int[]

int

arg7 int

int

Returns

bool

bool

EglCopyBuffers(EGLDisplay, EGLSurface, int)

public static bool EglCopyBuffers(EGLDisplay arg0, EGLSurface arg1, int arg2)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

arg2 int

int

Returns

bool

bool

EglCreateContext(EGLDisplay, EGLConfig, EGLContext, int[], int)

public static EGLContext EglCreateContext(EGLDisplay arg0, EGLConfig arg1, EGLContext arg2, int[] arg3, int arg4)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLConfig

EGLConfig

arg2 EGLContext

EGLContext

arg3 int[]

int

arg4 int

int

Returns

EGLContext

EGLContext

EglCreatePbufferFromClientBuffer(EGLDisplay, int, int, EGLConfig, int[], int)

public static EGLSurface EglCreatePbufferFromClientBuffer(EGLDisplay arg0, int arg1, int arg2, EGLConfig arg3, int[] arg4, int arg5)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 int

int

arg2 int

int

arg3 EGLConfig

EGLConfig

arg4 int[]

int

arg5 int

int

Returns

EGLSurface

EGLSurface

EglCreatePbufferSurface(EGLDisplay, EGLConfig, int[], int)

public static EGLSurface EglCreatePbufferSurface(EGLDisplay arg0, EGLConfig arg1, int[] arg2, int arg3)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLConfig

EGLConfig

arg2 int[]

int

arg3 int

int

Returns

EGLSurface

EGLSurface

EglCreatePixmapSurface(EGLDisplay, EGLConfig, int, int[], int)

[Obsolete]
public static EGLSurface EglCreatePixmapSurface(EGLDisplay arg0, EGLConfig arg1, int arg2, int[] arg3, int arg4)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLConfig

EGLConfig

arg2 int

int

arg3 int[]

int

arg4 int

int

Returns

EGLSurface

EGLSurface

EglCreateWindowSurface(EGLDisplay, EGLConfig, object, int[], int)

public static EGLSurface EglCreateWindowSurface(EGLDisplay arg0, EGLConfig arg1, object arg2, int[] arg3, int arg4)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLConfig

EGLConfig

arg2 object

object

arg3 int[]

int

arg4 int

int

Returns

EGLSurface

EGLSurface

EglDestroyContext(EGLDisplay, EGLContext)

public static bool EglDestroyContext(EGLDisplay arg0, EGLContext arg1)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLContext

EGLContext

Returns

bool

bool

EglDestroySurface(EGLDisplay, EGLSurface)

public static bool EglDestroySurface(EGLDisplay arg0, EGLSurface arg1)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

Returns

bool

bool

EglGetConfigAttrib(EGLDisplay, EGLConfig, int, int[], int)

public static bool EglGetConfigAttrib(EGLDisplay arg0, EGLConfig arg1, int arg2, int[] arg3, int arg4)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLConfig

EGLConfig

arg2 int

int

arg3 int[]

int

arg4 int

int

Returns

bool

bool

EglGetConfigs(EGLDisplay, EGLConfig[], int, int, int[], int)

public static bool EglGetConfigs(EGLDisplay arg0, EGLConfig[] arg1, int arg2, int arg3, int[] arg4, int arg5)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLConfig[]

EGLConfig

arg2 int

int

arg3 int

int

arg4 int[]

int

arg5 int

int

Returns

bool

bool

EglGetCurrentContext()

public static EGLContext EglGetCurrentContext()

Returns

EGLContext

EGLContext

EglGetCurrentDisplay()

public static EGLDisplay EglGetCurrentDisplay()

Returns

EGLDisplay

EGLDisplay

EglGetCurrentSurface(int)

public static EGLSurface EglGetCurrentSurface(int arg0)

Parameters

arg0 int

int

Returns

EGLSurface

EGLSurface

EglGetDisplay(int)

public static EGLDisplay EglGetDisplay(int arg0)

Parameters

arg0 int

int

Returns

EGLDisplay

EGLDisplay

EglGetError()

public static int EglGetError()

Returns

int

int

EglInitialize(EGLDisplay, int[], int, int[], int)

public static bool EglInitialize(EGLDisplay arg0, int[] arg1, int arg2, int[] arg3, int arg4)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 int[]

int

arg2 int

int

arg3 int[]

int

arg4 int

int

Returns

bool

bool

EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)

public static bool EglMakeCurrent(EGLDisplay arg0, EGLSurface arg1, EGLSurface arg2, EGLContext arg3)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

arg2 EGLSurface

EGLSurface

arg3 EGLContext

EGLContext

Returns

bool

bool

EglQueryAPI()

public static int EglQueryAPI()

Returns

int

int

EglQueryContext(EGLDisplay, EGLContext, int, int[], int)

public static bool EglQueryContext(EGLDisplay arg0, EGLContext arg1, int arg2, int[] arg3, int arg4)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLContext

EGLContext

arg2 int

int

arg3 int[]

int

arg4 int

int

Returns

bool

bool

EglQueryString(EGLDisplay, int)

public static String EglQueryString(EGLDisplay arg0, int arg1)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 int

int

Returns

String

String

EglQuerySurface(EGLDisplay, EGLSurface, int, int[], int)

public static bool EglQuerySurface(EGLDisplay arg0, EGLSurface arg1, int arg2, int[] arg3, int arg4)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

arg2 int

int

arg3 int[]

int

arg4 int

int

Returns

bool

bool

EglReleaseTexImage(EGLDisplay, EGLSurface, int)

public static bool EglReleaseTexImage(EGLDisplay arg0, EGLSurface arg1, int arg2)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

arg2 int

int

Returns

bool

bool

EglReleaseThread()

public static bool EglReleaseThread()

Returns

bool

bool

EglSurfaceAttrib(EGLDisplay, EGLSurface, int, int)

public static bool EglSurfaceAttrib(EGLDisplay arg0, EGLSurface arg1, int arg2, int arg3)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

arg2 int

int

arg3 int

int

Returns

bool

bool

EglSwapBuffers(EGLDisplay, EGLSurface)

public static bool EglSwapBuffers(EGLDisplay arg0, EGLSurface arg1)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 EGLSurface

EGLSurface

Returns

bool

bool

EglSwapInterval(EGLDisplay, int)

public static bool EglSwapInterval(EGLDisplay arg0, int arg1)

Parameters

arg0 EGLDisplay

EGLDisplay

arg1 int

int

Returns

bool

bool

EglTerminate(EGLDisplay)

public static bool EglTerminate(EGLDisplay arg0)

Parameters

arg0 EGLDisplay

EGLDisplay

Returns

bool

bool

EglWaitClient()

public static bool EglWaitClient()

Returns

bool

bool

EglWaitGL()

public static bool EglWaitGL()

Returns

bool

bool

EglWaitNative(int)

public static bool EglWaitNative(int arg0)

Parameters

arg0 int

int

Returns

bool

bool