Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java42 …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.java113 …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.java407 public static native boolean eglMakeCurrent( in eglMakeCurrent() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp684 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent() function
/frameworks/native/opengl/libagl/
Degl.cpp1686 EGLBoolean eglMakeCurrent( EGLDisplay dpy, EGLSurface draw, in eglMakeCurrent() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto772 eglMakeCurrent = 2013; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1577 const GLMessage_Function GLMessage::eglMakeCurrent; member in android::gltrace::GLMessage
Dgltrace.pb.h1925 static const Function eglMakeCurrent = GLMessage_Function_eglMakeCurrent; variable