Home
last modified time | relevance | path

Searched defs:eglCreateWindowSurface (Results 1 – 10 of 10) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() method
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java78 …public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_windo… in eglCreateWindowSurface() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, in eglCreateWindowSurface() method in EGLLogWrapper
DEGL14.java237 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java102 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp400 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() function
/frameworks/native/opengl/libagl/
Degl.cpp1552 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, in eglCreateWindowSurface() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto575 eglCreateWindowSurface = 2006; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1188 const GLMessage_Function GLMessage::eglCreateWindowSurface; member in android::gltrace::GLMessage
Dgltrace.pb.h1536 static const Function eglCreateWindowSurface = GLMessage_Function_eglCreateWindowSurface; variable