Share via


EGL14 Classe

Definizione

EGL 1.

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

Commenti

EGL 1.4

Documentazione java per android.opengl.EGL14.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal Android e usato in base ai termini descritti in 2.5 Attribution License Creative Commons 2.5 Attribution License.

Costruttori

EGL14()
EGL14(IntPtr, JniHandleOwnership)

Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

Campi

EglAlphaMaskSize
EglAlphaSize
EglBackBuffer
EglBadAccess
EglBadAlloc
EglBadAttribute
EglBadConfig
EglBadContext
EglBadCurrentSurface
EglBadDisplay
EglBadMatch
EglBadNativePixmap
EglBadNativeWindow
EglBadParameter
EglBadSurface
EglBindToTextureRgb
EglBindToTextureRgba
EglBlueSize
EglBufferDestroyed
EglBufferPreserved
EglBufferSize
EglClientApis
EglColorBufferType
EglConfigCaveat
EglConfigId
EglConformant
EglContextClientType
EglContextClientVersion
EglContextLost
EglCoreNativeEngine
EglDefaultDisplay
EglDepthSize
EglDisplayScaling
EglDraw
EglExtensions
EglFalse
EglGreenSize
EglHeight
EglHorizontalResolution
EglLargestPbuffer
EglLevel
EglLuminanceBuffer
EglLuminanceSize
EglMatchNativePixmap
EglMaxPbufferHeight
EglMaxPbufferPixels
EglMaxPbufferWidth
EglMaxSwapInterval
EglMinSwapInterval
EglMipmapLevel
EglMipmapTexture
EglMultisampleResolve
EglMultisampleResolveBox
EglMultisampleResolveBoxBit
EglMultisampleResolveDefault
EglNativeRenderable
EglNativeVisualId
EglNativeVisualType
EglNonConformantConfig
EglNone
EglNoTexture
EglNotInitialized
EglOpenglApi
EglOpenglBit
EglOpenglEs2Bit
EglOpenglEsApi
EglOpenglEsBit
EglOpenvgApi
EglOpenvgBit
EglOpenvgImage
EglPbufferBit
EglPixelAspectRatio
EglPixmapBit
EglRead
EglRedSize
EglRenderableType
EglRenderBuffer
EglRgbBuffer
EglSampleBuffers
EglSamples
EglSingleBuffer
EglSlowConfig
EglStencilSize
EglSuccess
EglSurfaceType
EglSwapBehavior
EglSwapBehaviorPreservedBit
EglTexture2d
EglTextureFormat
EglTextureRgb
EglTextureRgba
EglTextureTarget
EglTransparentBlueValue
EglTransparentGreenValue
EglTransparentRedValue
EglTransparentRgb
EglTransparentType
EglTrue
EglVendor
EglVersion
EglVerticalResolution
EglVgAlphaFormat
EglVgAlphaFormatNonpre
EglVgAlphaFormatPre
EglVgAlphaFormatPreBit
EglVgColorspace
EglVgColorspaceLinear
EglVgColorspaceLinearBit
EGLVGCOLORSPACESRGB
EglWidth
EglWindowBit

Proprietà

Class

Restituisce la classe di runtime di questo Objectoggetto .

(Ereditato da Object)
EglNoContext
EglNoDisplay
EglNoSurface
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.

ThresholdType

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

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)
EglBindAPI(Int32)
EglBindTexImage(EGLDisplay, EGLSurface, Int32)
EglChooseConfig(EGLDisplay, Int32[], Int32, EGLConfig[], Int32, Int32, Int32[], Int32)
EglCopyBuffers(EGLDisplay, EGLSurface, Int32)
EglCreateContext(EGLDisplay, EGLConfig, EGLContext, Int32[], Int32)
EglCreatePbufferFromClientBuffer(EGLDisplay, Int32, Int32, EGLConfig, Int32[], Int32)
EglCreatePbufferSurface(EGLDisplay, EGLConfig, Int32[], Int32)
EglCreatePixmapSurface(EGLDisplay, EGLConfig, Int32, Int32[], Int32)
EglCreateWindowSurface(EGLDisplay, EGLConfig, Object, Int32[], Int32)
EglDestroyContext(EGLDisplay, EGLContext)
EglDestroySurface(EGLDisplay, EGLSurface)
EglGetConfigAttrib(EGLDisplay, EGLConfig, Int32, Int32[], Int32)
EglGetConfigs(EGLDisplay, EGLConfig[], Int32, Int32, Int32[], Int32)
EglGetCurrentContext()
EglGetCurrentDisplay()
EglGetCurrentSurface(Int32)
EglGetDisplay(Int32)
EglGetError()
EglInitialize(EGLDisplay, Int32[], Int32, Int32[], Int32)
EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)
EglQueryAPI()
EglQueryContext(EGLDisplay, EGLContext, Int32, Int32[], Int32)
EglQueryString(EGLDisplay, Int32)
EglQuerySurface(EGLDisplay, EGLSurface, Int32, Int32[], Int32)
EglReleaseTexImage(EGLDisplay, EGLSurface, Int32)
EglReleaseThread()
EglSurfaceAttrib(EGLDisplay, EGLSurface, Int32, Int32)
EglSwapBuffers(EGLDisplay, EGLSurface)
EglSwapInterval(EGLDisplay, Int32)
EglTerminate(EGLDisplay)
EglWaitClient()
EglWaitGL()
EglWaitNative(Int32)
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 monitoraggio di questo 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 in formato 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 eseguendo <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 eseguendo <una notifica</>em> o <em>interrotto</em> o fino a quando non è trascorsa una certa quantità di tempo reale.

(Ereditato da Object)
Wait(Int64, Int32)

Fa sì che il thread corrente attenda finché non viene risvegliato, in genere eseguendo <una notifica</>em> o <em>interrotto</em> o fino a quando non è trascorsa una certa 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 verificato dal runtime Android.

JavaCast<TResult>(IJavaObject)

EGL 1.

GetJniTypeName(IJavaPeerable)

EGL 1.

Si applica a