OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:megl10
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java
31
private EGL10
mEgl10
;
39
mEgl10
= (EGL10) egl;
55
boolean result =
mEgl10
.eglChooseConfig(display, attrib_list, configs,
72
boolean result =
mEgl10
.eglCopyBuffers(display, surface, native_pixmap);
87
EGLContext result =
mEgl10
.eglCreateContext(display, config,
102
EGLSurface result =
mEgl10
.eglCreatePbufferSurface(display, config,
118
EGLSurface result =
mEgl10
.eglCreatePixmapSurface(display, config,
134
EGLSurface result =
mEgl10
.eglCreateWindowSurface(display, config,
147
boolean result =
mEgl10
.eglDestroyContext(display, context);
159
boolean result =
mEgl10
.eglDestroySurface(display, surface)
[
all
...]
Completed in 198 milliseconds