Searched defs:mEgl10 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java31 private EGL10 mEgl10; field in class:EGLLogWrapper
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
[all...]

Completed in 48 milliseconds