Stay organized with collections
Save and categorize content based on your preferences.
EGLExt
open class EGLExt
EGL Extensions
Summary
Constants
EGL_CONTEXT_FLAGS_KHR
static val EGL_CONTEXT_FLAGS_KHR: Int
Value: 12540
EGL_CONTEXT_MAJOR_VERSION_KHR
static val EGL_CONTEXT_MAJOR_VERSION_KHR: Int
Value: 12440
EGL_CONTEXT_MINOR_VERSION_KHR
static val EGL_CONTEXT_MINOR_VERSION_KHR: Int
Value: 12539
EGL_NO_NATIVE_FENCE_FD_ANDROID
static val EGL_NO_NATIVE_FENCE_FD_ANDROID: Int
Value: -1
EGL_OPENGL_ES3_BIT_KHR
static val EGL_OPENGL_ES3_BIT_KHR: Int
Value: 64
EGL_RECORDABLE_ANDROID
static val EGL_RECORDABLE_ANDROID: Int
Value: 12610
EGL_SYNC_NATIVE_FENCE_ANDROID
static val EGL_SYNC_NATIVE_FENCE_ANDROID: Int
Value: 12612
EGL_SYNC_NATIVE_FENCE_FD_ANDROID
static val EGL_SYNC_NATIVE_FENCE_FD_ANDROID: Int
Value: 12613
EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID
static val EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID: Int
Value: 12614
Public constructors
Public methods
eglDupNativeFenceFDANDROID
open static fun eglDupNativeFenceFDANDROID(
display: EGLDisplay,
sync: EGLSync
): SyncFence
Retrieves the SyncFence for an EGLSync created with EGL_SYNC_NATIVE_FENCE_ANDROID See EGL_ANDROID_native_fence_sync extension for more details
Parameters |
display |
EGLDisplay: The EGLDisplay connection This value cannot be null . |
sync |
EGLSync: The EGLSync to fetch the SyncFence from This value cannot be null . |
Return |
SyncFence |
A SyncFence representing the native fence. * If is not a valid sync object for , an invalid SyncFence is returned and an EGL_BAD_PARAMETER error is generated. * If the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute of is EGL_NO_NATIVE_FENCE_FD_ANDROID, an invalid SyncFence is returned and an EGL_BAD_PARAMETER error is generated. * If does not match the display passed to eglCreateSync when was created, the behaviour is undefined. This value cannot be null . |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]