Learn more about the Javax.Microedition.Khronos.Egl.EGL11.EglExtensions in the Javax.Microedition.Khronos.Egl namespace.
[Android.Runtime.Register("EGL_EXTENSIONS")]publicconstintEglExtensions =12373; Field Value Value = 12373 Int32 Attributes RegisterAttribute Remarks Portions of this page are modifications based on work created and shared by theAndroid Open Source Projectand used according to terms described in theCr...
注意在调用 eglQueryString() 必须先使用 eglInitialize() 初始化 EGLDisplay ,否则将得到 EGL_NOT_INITIALIZED 错误信息。 下面是获取 EGL 版本字符串信息的函数原型: const char * eglQueryString (EGLDisplay dpy, EGLint name); 参数 name 可以是 EGL_VENDOR, EGL_VERSION, 或者 EGL_EXTENSIONS 。这个函数最...
The OpenGL ES driver in this release supports the following EGL extensions. Attention Some NVIDIA DRIVE™ releases support a subset of the extensions documented here. To ensure your release supports a given extension, you must query the driver. For example, the following code snipp...
on Ubuntu 22.04.4 X11 intel i5, eglQueryString(dpy, EGL_EXTENSIONS) return NULL。 const EGLExtensions eglExtensions(m_EGLDisplay); if (!eglExtensions.isSupported("EGL_KHR_image_base") && !eglExtensions.isSupported("EGL_KHR_image")) { EGL_LOG(Error, "EGL_KHR_image unsupported"); return ...
参数name可以是EGL_VENDOR, EGL_VERSION,或者EGL_EXTENSIONS。这个函数最常用来查询有哪些EGL扩展被实现。所有EGL扩展都是可选的,如果你想使用某个扩展特性,请检查该扩展是否被实现了,而不要想当然假定已经实现了。如果没有扩展被实现,将返回一个Null字符串,如果给定的name参数无效,则会得到EGL_BAD_PARAMETER.错误信息...
参数name可以是EGL_VENDOR, EGL_VERSION, 或者 EGL_EXTENSIONS。这个函数最常用来查询有哪些EGL扩展被实现。所有EGL扩展都是可选的,如果你想使用某个扩展特性,请检查该扩展是否被实现了,而不要想当然假定已经实现了。如果没有扩展被实现,将返回一个Null字符串,如果给定的name参数无效,则会得到EGL_BAD_PARAMETER.错误...
如下信息可以由const char * eglQueryString (EGLDisplay dpy, EGLint name);给出,name可以是EGL_VENDOR, EGL_VERSION, 或者EGL_EXTENSIONS 。该函数常用来查询当前版本EGL实现了哪些扩展,方便向下兼容。 SurfaceFlinger: EGL information:SurfaceFlinger: vendor :AndroidSurfaceFlinger: version :1.4AndroidMETA-EGLSurfaceF...
参数name 可以是 EGL_VENDOR, EGL_VERSION, 或者 EGL_EXTENSIONS 。这个函数最常用来查询有哪些 EGL 扩展被实现。所有 EGL 扩展都是可选的,如果你想使用某个扩展特性,请检查该扩展是否被实现了,而不要想当然假定已经实现了。如果没有扩展被实现,将返回一个Null 字符串,如果给定的 name 参数无效,则会得到 EGL_...
参数name可以是EGL_VENDOR, EGL_VERSION,或者EGL_EXTENSIONS。这个函数最常用来查询有哪些EGL扩展被实现。所有EGL扩展都是可选的,如果你想使用某个扩展特性,请检查该扩展是否被实现了,而不要想当然假定已经实现了。如果没有扩展被实现,将返回一个Null字符串,如果给定的name参数无效,则会得到EGL_BAD_PARAMETER.错误信息...