Added in API level 17
EGL14
open class EGL14
kotlin.Any | |
↳ | android.opengl.EGL14 |
EGL 1.4
Summary
Constants | |
---|---|
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int | |
static Int |
Public constructors | |
---|---|
EGL14() |
Public methods | |
---|---|
open static Boolean |
eglBindAPI(api: Int) |
open static Boolean |
eglBindTexImage(dpy: EGLDisplay!, surface: EGLSurface!, buffer: Int) |
open static Boolean |
eglChooseConfig(dpy: EGLDisplay!, attrib_list: IntArray!, attrib_listOffset: Int, configs: Array<EGLConfig!>!, configsOffset: Int, config_size: Int, num_config: IntArray!, num_configOffset: Int) |
open static Boolean |
eglCopyBuffers(dpy: EGLDisplay!, surface: EGLSurface!, target: Int) |
open static EGLContext! |
eglCreateContext(dpy: EGLDisplay!, config: EGLConfig!, : EGLContext!, attrib_list: IntArray!, offset: Int) |
open static EGLSurface! |
eglCreatePbufferFromClientBuffer(dpy: EGLDisplay!, buftype: Int, buffer: Int, config: EGLConfig!, attrib_list: IntArray!, offset: Int) |
open static EGLSurface! |
eglCreatePbufferSurface(dpy: EGLDisplay!, config: EGLConfig!, attrib_list: IntArray!, offset: Int) |
open static EGLSurface! |
eglCreatePixmapSurface(dpy: EGLDisplay!, config: EGLConfig!, pixmap: Int, attrib_list: IntArray!, offset: Int) |
open static EGLSurface! |
eglCreateWindowSurface(dpy: EGLDisplay!, config: EGLConfig!, win: Any!, attrib_list: IntArray!, offset: Int) |
open static Boolean |
eglDestroyContext(dpy: EGLDisplay!, ctx: EGLContext!) |
open static Boolean |
eglDestroySurface(dpy: EGLDisplay!, surface: EGLSurface!) |
open static Boolean |
eglGetConfigAttrib(dpy: EGLDisplay!, config: EGLConfig!, attribute: Int, value: IntArray!, offset: Int) |
open static Boolean |
eglGetConfigs(dpy: EGLDisplay!, configs: Array<EGLConfig!>!, configsOffset: Int, config_size: Int, num_config: IntArray!, num_configOffset: Int) |
open static EGLContext! | |
open static EGLDisplay! | |
open static EGLSurface! |
eglGetCurrentSurface(readdraw: Int) |
open static EGLDisplay! |
eglGetDisplay(display_id: Int) |
open static Int | |
open static Boolean |
eglInitialize(dpy: EGLDisplay!, major: IntArray!, majorOffset: Int, minor: IntArray!, minorOffset: Int) |
open static Boolean |
eglMakeCurrent(dpy: EGLDisplay!, draw: EGLSurface!, read: EGLSurface!, ctx: EGLContext!) |
open static Int | |
open static Boolean |
eglQueryContext(dpy: EGLDisplay!, ctx: EGLContext!, attribute: Int, value: IntArray!, offset: Int) |
open static String! |
eglQueryString(dpy: EGLDisplay!, name: Int) |
open static Boolean |
eglQuerySurface(dpy: EGLDisplay!, surface: EGLSurface!, attribute: Int, value: IntArray!, offset: Int) |
open static Boolean |
eglReleaseTexImage(dpy: EGLDisplay!, surface: EGLSurface!, buffer: Int) |
open static Boolean | |
open static Boolean |
eglSurfaceAttrib(dpy: EGLDisplay!, surface: EGLSurface!, attribute: Int, value: Int) |
open static Boolean |
eglSwapBuffers(dpy: EGLDisplay!, surface: EGLSurface!) |
open static Boolean |
eglSwapInterval(dpy: EGLDisplay!, interval: Int) |
open static Boolean |
eglTerminate(dpy: EGLDisplay!) |
open static Boolean | |
open static Boolean | |
open static Boolean |
eglWaitNative(engine: Int) |
Properties | |
---|---|
static EGLContext! | |
static EGLDisplay! | |
static EGLSurface! |
Constants
EGL_BIND_TO_TEXTURE_RGBA
Added in API level 17
static val EGL_BIND_TO_TEXTURE_RGBA: Int
Value: 12346
EGL_CONTEXT_CLIENT_VERSION
Added in API level 17
static val EGL_CONTEXT_CLIENT_VERSION: Int
Value: 12440
EGL_HORIZONTAL_RESOLUTION
Added in API level 17
static val EGL_HORIZONTAL_RESOLUTION: Int
Value: 12432
EGL_MULTISAMPLE_RESOLVE_BOX
Added in API level 17
static val EGL_MULTISAMPLE_RESOLVE_BOX: Int
Value: 12443
EGL_MULTISAMPLE_RESOLVE_BOX_BIT
Added in API level 17
static val EGL_MULTISAMPLE_RESOLVE_BOX_BIT: Int
Value: 512
EGL_MULTISAMPLE_RESOLVE_DEFAULT
Added in API level 17
static val EGL_MULTISAMPLE_RESOLVE_DEFAULT: Int
Value: 12442
EGL_NON_CONFORMANT_CONFIG
Added in API level 17
static val EGL_NON_CONFORMANT_CONFIG: Int
Value: 12369
EGL_SWAP_BEHAVIOR_PRESERVED_BIT
Added in API level 17
static val EGL_SWAP_BEHAVIOR_PRESERVED_BIT: Int
Value: 1024
EGL_TRANSPARENT_BLUE_VALUE
Added in API level 17
static val EGL_TRANSPARENT_BLUE_VALUE: Int
Value: 12341
EGL_TRANSPARENT_GREEN_VALUE
Added in API level 17
static val EGL_TRANSPARENT_GREEN_VALUE: Int
Value: 12342
EGL_TRANSPARENT_RED_VALUE
Added in API level 17
static val EGL_TRANSPARENT_RED_VALUE: Int
Value: 12343
EGL_VG_ALPHA_FORMAT_NONPRE
Added in API level 17
static val EGL_VG_ALPHA_FORMAT_NONPRE: Int
Value: 12427
EGL_VG_ALPHA_FORMAT_PRE_BIT
Added in API level 17
static val EGL_VG_ALPHA_FORMAT_PRE_BIT: Int
Value: 64
EGL_VG_COLORSPACE_LINEAR
Added in API level 17
static val EGL_VG_COLORSPACE_LINEAR: Int
Value: 12426
EGL_VG_COLORSPACE_LINEAR_BIT
Added in API level 17
static val EGL_VG_COLORSPACE_LINEAR_BIT: Int
Value: 32
Public constructors
EGL14
EGL14()
Public methods
eglBindTexImage
Added in API level 17
open static fun eglBindTexImage(
dpy: EGLDisplay!,
surface: EGLSurface!,
buffer: Int
): Boolean
eglChooseConfig
Added in API level 17
open static fun eglChooseConfig(
dpy: EGLDisplay!,
attrib_list: IntArray!,
attrib_listOffset: Int,
configs: Array<EGLConfig!>!,
configsOffset: Int,
config_size: Int,
num_config: IntArray!,
num_configOffset: Int
): Boolean
eglCopyBuffers
Added in API level 17
open static fun eglCopyBuffers(
dpy: EGLDisplay!,
surface: EGLSurface!,
target: Int
): Boolean
eglCreateContext
Added in API level 17
open static fun eglCreateContext(
dpy: EGLDisplay!,
config: EGLConfig!,
: EGLContext!,
attrib_list: IntArray!,
offset: Int
): EGLContext!
eglCreatePbufferFromClientBuffer
Added in API level 17
open static fun eglCreatePbufferFromClientBuffer(
dpy: EGLDisplay!,
buftype: Int,
buffer: Int,
config: EGLConfig!,
attrib_list: IntArray!,
offset: Int
): EGLSurface!
eglCreatePbufferSurface
Added in API level 17
open static fun eglCreatePbufferSurface(
dpy: EGLDisplay!,
config: EGLConfig!,
attrib_list: IntArray!,
offset: Int
): EGLSurface!
eglCreatePixmapSurface
open static funeglCreatePixmapSurface(
dpy: EGLDisplay!,
config: EGLConfig!,
pixmap: Int,
attrib_list: IntArray!,
offset: Int
): EGLSurface!
Deprecated: Deprecated in Java.
eglCreateWindowSurface
Added in API level 17
open static fun eglCreateWindowSurface(
dpy: EGLDisplay!,
config: EGLConfig!,
win: Any!,
attrib_list: IntArray!,
offset: Int
): EGLSurface!
eglDestroyContext
Added in API level 17
open static fun eglDestroyContext(
dpy: EGLDisplay!,
ctx: EGLContext!
): Boolean
eglDestroySurface
Added in API level 17
open static fun eglDestroySurface(
dpy: EGLDisplay!,
surface: EGLSurface!
): Boolean
eglGetConfigAttrib
Added in API level 17
open static fun eglGetConfigAttrib(
dpy: EGLDisplay!,
config: EGLConfig!,
attribute: Int,
value: IntArray!,
offset: Int
): Boolean
eglGetConfigs
Added in API level 17
open static fun eglGetConfigs(
dpy: EGLDisplay!,
configs: Array<EGLConfig!>!,
configsOffset: Int,
config_size: Int,
num_config: IntArray!,
num_configOffset: Int
): Boolean
eglGetCurrentSurface
Added in API level 17
open static fun eglGetCurrentSurface(readdraw: Int): EGLSurface!
eglInitialize
Added in API level 17
open static fun eglInitialize(
dpy: EGLDisplay!,
major: IntArray!,
majorOffset: Int,
minor: IntArray!,
minorOffset: Int
): Boolean
eglMakeCurrent
Added in API level 17
open static fun eglMakeCurrent(
dpy: EGLDisplay!,
draw: EGLSurface!,
read: EGLSurface!,
ctx: EGLContext!
): Boolean
eglQueryContext
Added in API level 17
open static fun eglQueryContext(
dpy: EGLDisplay!,
ctx: EGLContext!,
attribute: Int,
value: IntArray!,
offset: Int
): Boolean
eglQueryString
Added in API level 17
open static fun eglQueryString(
dpy: EGLDisplay!,
name: Int
): String!
eglQuerySurface
Added in API level 17
open static fun eglQuerySurface(
dpy: EGLDisplay!,
surface: EGLSurface!,
attribute: Int,
value: IntArray!,
offset: Int
): Boolean
eglReleaseTexImage
Added in API level 17
open static fun eglReleaseTexImage(
dpy: EGLDisplay!,
surface: EGLSurface!,
buffer: Int
): Boolean
eglSurfaceAttrib
Added in API level 17
open static fun eglSurfaceAttrib(
dpy: EGLDisplay!,
surface: EGLSurface!,
attribute: Int,
value: Int
): Boolean
eglSwapBuffers
Added in API level 17
open static fun eglSwapBuffers(
dpy: EGLDisplay!,
surface: EGLSurface!
): Boolean
eglSwapInterval
Added in API level 17
open static fun eglSwapInterval(
dpy: EGLDisplay!,
interval: Int
): Boolean