Condividi tramite


EGL15 Classe

Definizione

EGL 1.

[Android.Runtime.Register("android/opengl/EGL15", ApiSince=29, DoNotGenerateAcw=true)]
public sealed class EGL15 : Java.Lang.Object
[<Android.Runtime.Register("android/opengl/EGL15", ApiSince=29, DoNotGenerateAcw=true)>]
type EGL15 = class
    inherit Object
Ereditarietà
EGL15
Attributi

Commenti

EGL 1.5

Documentazione java per android.opengl.EGL15.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Campi

EglClEventHandle

EGL 1.

EglConditionSatisfied

EGL 1.

EglContextMajorVersion

EGL 1.

EglContextMinorVersion

EGL 1.

EglContextOpenglCompatibilityProfileBit

EGL 1.

EglContextOpenglCoreProfileBit

EGL 1.

EglContextOpenglDebug

EGL 1.

EglContextOpenglForwardCompatible

EGL 1.

EglContextOpenglProfileMask

EGL 1.

EglContextOpenglResetNotificationStrategy

EGL 1.

EglContextOpenglRobustAccess

EGL 1.

EglForever

EGL 1.

EglGlColorspace

EGL 1.

EglGlColorspaceLinear

EGL 1.

EglGlColorspaceSrgb

EGL 1.

EglGlRenderbuffer

EGL 1.

EglGlTexture2d

EGL 1.

EglGlTexture3d

EGL 1.

EglGlTextureCubeMapNegativeX

EGL 1.

EglGlTextureCubeMapNegativeY

EGL 1.

EglGlTextureCubeMapNegativeZ

EGL 1.

EglGlTextureCubeMapPositiveX

EGL 1.

EglGlTextureCubeMapPositiveY

EGL 1.

EglGlTextureCubeMapPositiveZ

EGL 1.

EglGlTextureLevel

EGL 1.

EglGlTextureZoffset

EGL 1.

EglImagePreserved

EGL 1.

EglLoseContextOnReset

EGL 1.

EglNoResetNotification

EGL 1.

EglOpenglEs3Bit

EGL 1.

EglPlatformAndroidKhr

EGL 1.

EglSignaled

EGL 1.

EglSyncClEvent

EGL 1.

EglSyncClEventComplete

EGL 1.

EglSyncCondition

EGL 1.

EglSyncFence

EGL 1.

EglSyncFlushCommandsBit

EGL 1.

EglSyncPriorCommandsComplete

EGL 1.

EglSyncStatus

EGL 1.

EglSyncType

EGL 1.

EglTimeoutExpired

EGL 1.

EglUnsignaled

EGL 1.

Proprietà

Class

Restituisce la classe di runtime di questo Objectoggetto .

(Ereditato da Object)
EglNoContext

EGL 1.

EglNoDisplay

EGL 1.

EglNoImage

EGL 1.

EglNoSurface

EGL 1.

EglNoSync

EGL 1.

Handle

Handle per l'istanza di Android sottostante.

(Ereditato da Object)
JniIdentityHashCode

EGL 1.

(Ereditato da Object)
JniPeerMembers

EGL 1.

PeerReference

EGL 1.

(Ereditato da Object)
ThresholdClass

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

(Ereditato da Object)
ThresholdType

Questa API supporta l'infrastruttura Mono per Android e non deve essere usata direttamente dal codice.

(Ereditato da Object)

Metodi

Clone()

Crea e restituisce una copia di questo oggetto.

(Ereditato da Object)
Dispose()

EGL 1.

(Ereditato da Object)
Dispose(Boolean)

EGL 1.

(Ereditato da Object)
EglClientWaitSync(EGLDisplay, EGLSync, Int32, Int64)

EGL 1.

EglCreateImage(EGLDisplay, EGLContext, Int32, Int64, Int64[], Int32)

EGL 1.

EglCreatePlatformPixmapSurface(EGLDisplay, EGLConfig, Buffer, Int64[], Int32)

EGL 1.

EglCreatePlatformWindowSurface(EGLDisplay, EGLConfig, Buffer, Int64[], Int32)

EGL 1.

EglCreateSync(EGLDisplay, Int32, Int64[], Int32)

EGL 1.

EglDestroyImage(EGLDisplay, EGLImage)

EGL 1.

EglDestroySync(EGLDisplay, EGLSync)

EGL 1.

EglGetPlatformDisplay(Int32, Int64, Int64[], Int32)

EGL 1.

EglGetSyncAttrib(EGLDisplay, EGLSync, Int32, Int64[], Int32)

Funzione C EGLBoolean eglGetSyncAttrib ( EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value )

EglWaitSync(EGLDisplay, EGLSync, Int32)

EGL 1.

Equals(Object)

Indica se un altro oggetto è "uguale a" questo.

(Ereditato da Object)
GetHashCode()

Restituisce un valore del codice hash per l'oggetto.

(Ereditato da Object)
JavaFinalize()

Chiamato dal Garbage Collector su un oggetto quando Garbage Collection determina che non sono presenti altri riferimenti all'oggetto .

(Ereditato da Object)
Notify()

Riattiva un singolo thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
NotifyAll()

Riattiva tutti i thread in attesa del monitor dell'oggetto.

(Ereditato da Object)
SetHandle(IntPtr, JniHandleOwnership)

Imposta la proprietà Handle.

(Ereditato da Object)
ToArray<T>()

EGL 1.

(Ereditato da Object)
ToString()

Restituisce una rappresentazione di stringa dell'oggetto.

(Ereditato da Object)
UnregisterFromRuntime()

EGL 1.

(Ereditato da Object)
Wait()

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo <>una notifica</em> o <em>interrotto</em>.

(Ereditato da Object)
Wait(Int64)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)
Wait(Int64, Int32)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere ricevendo>< una notifica</em> o <em>interrotto</em> o fino a quando non è trascorsa una determinata quantità di tempo reale.

(Ereditato da Object)

Implementazioni dell'interfaccia esplicita

IJavaPeerable.Disposed()

EGL 1.

(Ereditato da Object)
IJavaPeerable.DisposeUnlessReferenced()

EGL 1.

(Ereditato da Object)
IJavaPeerable.Finalized()

EGL 1.

(Ereditato da Object)
IJavaPeerable.JniManagedPeerState

EGL 1.

(Ereditato da Object)
IJavaPeerable.SetJniIdentityHashCode(Int32)

EGL 1.

(Ereditato da Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates)

EGL 1.

(Ereditato da Object)
IJavaPeerable.SetPeerReference(JniObjectReference)

EGL 1.

(Ereditato da Object)

Metodi di estensione

JavaCast<TResult>(IJavaObject)

Esegue una conversione del tipo di tipo controllato dal runtime Android.

JavaCast<TResult>(IJavaObject)

EGL 1.

GetJniTypeName(IJavaPeerable)

EGL 1.

Si applica a