Compartilhar via


IEGL10 Interface

Definição

[Android.Runtime.Register("javax/microedition/khronos/egl/EGL10", "", "Javax.Microedition.Khronos.Egl.IEGL10Invoker")]
public interface IEGL10 : IDisposable, Java.Interop.IJavaPeerable, Javax.Microedition.Khronos.Egl.IEGL
[<Android.Runtime.Register("javax/microedition/khronos/egl/EGL10", "", "Javax.Microedition.Khronos.Egl.IEGL10Invoker")>]
type IEGL10 = interface
    interface IEGL
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Derivado
Atributos
Implementações

Comentários

Documentação da plataforma Android

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Campos

EglAlphaFormat
EglAlphaMaskSize
EglAlphaSize
EglBadAccess
EglBadAlloc
EglBadAttribute
EglBadConfig
EglBadContext
EglBadCurrentSurface
EglBadDisplay
EglBadMatch
EglBadNativePixmap
EglBadNativeWindow
EglBadParameter
EglBadSurface
EglBlueSize
EglBufferSize
EglColorBufferType
EglColorspace
EglConfigCaveat
EglConfigId
EglCoreNativeEngine
EglDepthSize
EglDontCare
EglDraw
EglExtensions
EglGreenSize
EglHeight
EglHorizontalResolution
EglLargestPbuffer
EglLevel
EglLuminanceBuffer
EglLuminanceSize
EglMaxPbufferHeight
EglMaxPbufferPixels
EglMaxPbufferWidth
EglNativeRenderable
EglNativeVisualId
EglNativeVisualType
EglNonConformantConfig
EglNone
EglNotInitialized
EglPbufferBit
EglPixelAspectRatio
EglPixmapBit
EglRead
EglRedSize
EglRenderableType
EglRenderBuffer
EglRgbBuffer
EglSampleBuffers
EglSamples
EglSingleBuffer
EglSlowConfig
EglStencilSize
EglSuccess
EglSurfaceType
EglTransparentBlueValue
EglTransparentGreenValue
EglTransparentRedValue
EglTransparentRgb
EglTransparentType
EglVendor
EglVersion
EglVerticalResolution
EglWidth
EglWindowBit

Propriedades

EglDefaultDisplay
EglNoContext
EglNoDisplay
EglNoSurface
Handle

Obtém o valor JNI do objeto Android subjacente.

(Herdado de IJavaObject)
JniIdentityHashCode

Retorna o valor de java.lang.System.identityHashCode() para a instância encapsulada.

(Herdado de IJavaPeerable)
JniManagedPeerState

Estado do par gerenciado.

(Herdado de IJavaPeerable)
JniPeerMembers

Acesso de membros e suporte à invocação.

(Herdado de IJavaPeerable)
PeerReference

Retorna uma JniObjectReference das instâncias do objeto Java encapsulado.

(Herdado de IJavaPeerable)

Métodos

Disposed()

Chamado quando a instância tiver sido descartada.

(Herdado de IJavaPeerable)
DisposeUnlessReferenced()

Se não houver referências pendentes a este caso, então chame Dispose(), caso contrário, não faz nada.

(Herdado de IJavaPeerable)
EglChooseConfig(EGLDisplay, Int32[], EGLConfig[], Int32, Int32[])
EglCopyBuffers(EGLDisplay, EGLSurface, Object)
EglCreateContext(EGLDisplay, EGLConfig, EGLContext, Int32[])
EglCreatePbufferSurface(EGLDisplay, EGLConfig, Int32[])
EglCreatePixmapSurface(EGLDisplay, EGLConfig, Object, Int32[])
EglCreateWindowSurface(EGLDisplay, EGLConfig, Object, Int32[])
EglDestroyContext(EGLDisplay, EGLContext)
EglDestroySurface(EGLDisplay, EGLSurface)
EglGetConfigAttrib(EGLDisplay, EGLConfig, Int32, Int32[])
EglGetConfigs(EGLDisplay, EGLConfig[], Int32, Int32[])
EglGetCurrentContext()
EglGetCurrentDisplay()
EglGetCurrentSurface(Int32)
EglGetDisplay(Object)
EglGetError()
EglInitialize(EGLDisplay, Int32[])
EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)
EglQueryContext(EGLDisplay, EGLContext, Int32, Int32[])
EglQueryString(EGLDisplay, Int32)
EglQuerySurface(EGLDisplay, EGLSurface, Int32, Int32[])
EglSwapBuffers(EGLDisplay, EGLSurface)
EglTerminate(EGLDisplay)
EglWaitGL()
EglWaitNative(Int32, Object)
Finalized()

Chamado quando a instância tiver sido finalizada.

(Herdado de IJavaPeerable)
SetJniIdentityHashCode(Int32)

Defina o valor retornado por JniIdentityHashCode.

(Herdado de IJavaPeerable)
SetJniManagedPeerState(JniManagedPeerStates) (Herdado de IJavaPeerable)
SetPeerReference(JniObjectReference)

Defina o valor retornado por PeerReference.

(Herdado de IJavaPeerable)
UnregisterFromRuntime()

Cancele o registro dessa instância para que o tempo de execução não a retorne de chamadas futuras Java.Interop.JniRuntime+JniValueManager.PeekValue .

(Herdado de IJavaPeerable)

Métodos de Extensão

JavaCast<TResult>(IJavaObject)

Executa uma conversão de tipo verificada em tempo de execução do Android.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Aplica-se a