Searched defs:nativeHandle (Results 1 – 3 of 3) sorted by relevance
| /graphics/graphics-core/src/main/java/androidx/opengl/ | ||
| D | EGLHandle.kt | 29 val nativeHandle: Long constant |
| D | EGLImageKHR.kt | 24 class EGLImageKHR(override val nativeHandle: Long) : EGLHandle { constant in androidx.opengl.EGLImageKHR |
| D | EGLSyncKHR.kt | 24 class EGLSyncKHR(override val nativeHandle: Long) : EGLHandle { constant in androidx.opengl.EGLSyncKHR |