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

/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.java387 // C function EGLBoolean eglMakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx )
389 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/libs/EGL/
H A DeglApi.cpp503 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, function
551 // calling eglMakeCurrent( ..., !=0, !=0, EGL_NO_CONTEXT);
/frameworks/native/opengl/libagl/
H A Degl.cpp1685 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, function
1798 // as specified by eglMakeCurrent. If no context is current,
1806 // to the current EGL rendering context, as specified by eglMakeCurrent.
1822 // for the current EGL rendering context, as specified by eglMakeCurrent.
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp987 const GLMessage_Function GLMessage::eglMakeCurrent; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1320 static const Function eglMakeCurrent = GLMessage_Function_eglMakeCurrent; member in class:android::gltrace::GLMessage

Completed in 531 milliseconds