Home
last modified time | relevance | path

Searched defs:eglCreateWindowSurface (Results 1 – 6 of 6) 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.java87 …public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_windo… in eglCreateWindowSurface() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java104 …EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int… in eglCreateWindowSurface() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, in eglCreateWindowSurface() method in EGLLogWrapper
DEGL14.java247 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp106 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, in eglCreateWindowSurface() function