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

/frameworks/base/libs/hwui/tests/
H A Dnullegl.cpp127 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, function
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, method in class:EGLLogWrapper
265 begin("eglMakeCurrent");
271 boolean result = mEgl10.eglMakeCurrent(display, draw, read, context);
H A DEGL14.java405 // C function EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
407 public static native boolean eglMakeCurrent( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java42 public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java113 boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1713 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, function
1831 // as specified by eglMakeCurrent. If no context is current,
1839 // to the current EGL rendering context, as specified by eglMakeCurrent.
1855 // for the current EGL rendering context, as specified by eglMakeCurrent.
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp707 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, function
753 // calling eglMakeCurrent( ..., !=0, !=0, EGL_NO_CONTEXT);

Completed in 702 milliseconds