Home
last modified time | relevance | path

Searched defs:eglGetCurrentSurface (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java147 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java218 public EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() method in EGLLogWrapper
DEGL14.java425 public static native EGLSurface eglGetCurrentSurface( in eglGetCurrentSurface() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java111 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp203 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() function