Idioma

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 usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Campos

Nome Description
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

Nome Description
EglDefaultDisplay
EglNoContext
EglNoDisplay
EglNoSurface
Handle

Obtém o valor JNI do objeto Android subjacente.

(Herdado de IJavaObject)
JniIdentityHashCode

Retorna o valor da java.lang.System.identityHashCode() instância encapsulada.

(Herdado de IJavaPeerable)
JniManagedPeerState

Estado do par gerenciado.

(Herdado de IJavaPeerable)
JniObjectReferenceControlBlock (Herdado de IJavaPeerable)
JniPeerMembers

Acesso ao membro e suporte à invocação.

(Herdado de IJavaPeerable)
PeerReference

Retorna uma JniObjectReference das instâncias de objeto Java encapsuladas.

(Herdado de IJavaPeerable)

Métodos

Nome Description
Disposed()

Chamado quando a instância foi descartada.

(Herdado de IJavaPeerable)
DisposeUnlessReferenced()

Se não houver referências pendentes a essa instância, então chamará Dispose(); caso contrário, não fará 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()

Obtém o contexto de renderização EGL atual para o thread de chamada.

EglGetCurrentDisplay()

Obtém a conexão de exibição EGL para o contexto de renderização atual.

EglGetCurrentSurface(Int32)

Obtém a superfície solicitada do contexto de renderização EGL atual.

EglGetDisplay(Object)

Obtém a conexão de exibição EGL padrão do Android.

EglGetError()

Obtém e limpa o erro da última função EGL invocada no thread atual.

EglInitialize(EGLDisplay, Int32[])

Inicializa uma conexão de exibição EGL.

EglMakeCurrent(EGLDisplay, EGLSurface, EGLSurface, EGLContext)

Associa um contexto de renderização ao thread de chamada e às superfícies de desenho e leitura.

EglQueryContext(EGLDisplay, EGLContext, Int32, Int32[])
EglQueryString(EGLDisplay, Int32)
EglQuerySurface(EGLDisplay, EGLSurface, Int32, Int32[])
EglSwapBuffers(EGLDisplay, EGLSurface)

Troca os buffers de cor de uma superfície de desenho EGL.

EglTerminate(EGLDisplay)

Libera recursos associados a uma conexão de exibição EGL.

EglWaitGL()
EglWaitNative(Int32, Object)
Finalized()

Chamado quando a instância foi 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 runtime não a retorne de invocações futuras Java.Interop.JniRuntime+JniValueManager.PeekValue .

(Herdado de IJavaPeerable)

Métodos de Extensão

Nome Description
GetJniTypeName(IJavaPeerable)

Obtém o nome JNI do tipo da instância self.

JavaAs<TResult>(IJavaPeerable)

Tente coagir a digitar selfTResult, verificando se a coerção é válida no lado Java.

JavaCast<TResult>(IJavaObject)

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

JavaCast<TResult>(IJavaObject)
TryJavaCast<TResult>(IJavaPeerable, TResult)

Tente coagir a digitar selfTResult, verificando se a coerção é válida no lado Java.

Aplica-se a