Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dnullegl.cpp125 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) { in eglMakeCurrent() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java47 …public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGL… in eglMakeCurrent() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java114 …boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext contex… in eglMakeCurrent() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, in eglMakeCurrent() method in EGLLogWrapper
DEGL14.java410 public static native boolean eglMakeCurrent( in eglMakeCurrent() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp183 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) { in eglMakeCurrent() function
/frameworks/native/opengl/libagl/
Degl.cpp1747 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent() function