|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EGLConfig | |
|---|---|
| org.lwjgl.opengles | |
| Uses of EGLConfig in org.lwjgl.opengles |
|---|
| Methods in org.lwjgl.opengles that return EGLConfig | |
|---|---|
EGLConfig[] |
EGLDisplay.chooseConfig(java.nio.IntBuffer attrib_list,
EGLConfig[] configs,
java.nio.IntBuffer num_config)
Returns the available EGL configs on this display that satisfy the specified list of attributes. |
EGLConfig |
PixelFormat.getBestMatch(EGLConfig[] configs)
Returns the EGL config from the specified array that best matches this PixelFormat. |
EGLConfig |
EGLSurface.getConfig()
Returns the EGL config associated with this EGL surface. |
| Methods in org.lwjgl.opengles with parameters of type EGLConfig | |
|---|---|
EGLConfig[] |
EGLDisplay.chooseConfig(java.nio.IntBuffer attrib_list,
EGLConfig[] configs,
java.nio.IntBuffer num_config)
Returns the available EGL configs on this display that satisfy the specified list of attributes. |
EGLContext |
EGLDisplay.createContext(EGLConfig config,
EGLContext shareContext,
java.nio.IntBuffer attrib_list)
|
EGLSurface |
EGLDisplay.createWindowSurface(EGLConfig config,
long window,
java.nio.IntBuffer attrib_list)
Creates an on-screen rendering surface on this EGL display. |
EGLConfig |
PixelFormat.getBestMatch(EGLConfig[] configs)
Returns the EGL config from the specified array that best matches this PixelFormat. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||