public interface IEglSurfaceBase
| Modifier and Type | Method and Description |
|---|---|
void |
createOffscreenSurface(int width,
int height) |
void |
createWindowSurface(java.lang.Object surface) |
int |
getHeight() |
int |
getWidth() |
boolean |
isCurrent() |
void |
makeCurrent() |
void |
makeCurrentReadFrom(java.lang.Object readSurface) |
void |
releaseEglSurface() |
void |
setPresentationTime(long nsecs) |
boolean |
swapBuffers() |
void createWindowSurface(java.lang.Object surface)
void createOffscreenSurface(int width,
int height)
int getWidth()
int getHeight()
void releaseEglSurface()
void makeCurrent()
boolean isCurrent()
void makeCurrentReadFrom(java.lang.Object readSurface)
boolean swapBuffers()
void setPresentationTime(long nsecs)