EGL14.EglQuerySurface(EGLDisplay, EGLSurface, Int32, Int32[], Int32) Method

Definition

[Android.Runtime.Register("eglQuerySurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;I[II)Z", "")]
public static bool EglQuerySurface (Android.Opengl.EGLDisplay? dpy, Android.Opengl.EGLSurface? surface, int attribute, int[]? value, int offset);
[<Android.Runtime.Register("eglQuerySurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;I[II)Z", "")>]
static member EglQuerySurface : Android.Opengl.EGLDisplay * Android.Opengl.EGLSurface * int * int[] * int -> bool

Parameters

surface
EGLSurface
attribute
Int32
value
Int32[]
offset
Int32

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to