Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java53 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext() method in EGLLogWrapper
DEGL14.java372 public static native EGLContext eglCreateContext( in eglCreateContext() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java99 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp513 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext() function
/frameworks/native/opengl/libagl/
Degl.cpp1657 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, in eglCreateContext() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto580 eglCreateContext = 2011; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1193 const GLMessage_Function GLMessage::eglCreateContext; member in android::gltrace::GLMessage
Dgltrace.pb.h1541 static const Function eglCreateContext = GLMessage_Function_eglCreateContext; variable