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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java41 public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); method in class:EGLImpl
/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);
/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/base/opengl/libs/EGL/
H A Degl.cpp1174 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, function
1211 // calling eglMakeCurrent( ..., !=0, !=0, EGL_NO_CONTEXT);
1242 result = c->cnx->egl.eglMakeCurrent(
1245 result = cur_c->cnx->egl.eglMakeCurrent(
/frameworks/base/opengl/libagl/
H A Degl.cpp1716 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, function
1829 // as specified by eglMakeCurrent. If no context is current,
1837 // to the current EGL rendering context, as specified by eglMakeCurrent.
1853 // for the current EGL rendering context, as specified by eglMakeCurrent.

Completed in 125 milliseconds