Searched defs:eglMakeCurrent (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/debug/ |
D | nullegl.cpp | 125 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) { in eglMakeCurrent() function
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 47 …public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGL… in eglMakeCurrent() method in EGLImpl
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 114 …boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext contex… in eglMakeCurrent() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, in eglMakeCurrent() method in EGLLogWrapper
|
D | EGL14.java | 410 public static native boolean eglMakeCurrent( in eglMakeCurrent() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 183 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) { in eglMakeCurrent() function
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1747 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent() function
|