Searched refs:eglSurfaceAttrib (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec19 EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, function
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp233 LOG_ALWAYS_FATAL_IF(eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_DESTROYED) == EGL_FALSE,
371 bool preserved = eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR,
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java356 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
358 public static native boolean eglSurfaceAttrib( method in class:EGL14
/frameworks/native/opengl/include/EGL/
H A Degl.h288 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1204 EGLBoolean eglSurfaceAttrib( function
1232 if (s->cnx->egl.eglSurfaceAttrib) {
1233 return s->cnx->egl.eglSurfaceAttrib(
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp915 /* EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value ) */
923 _returnValue = eglSurfaceAttrib(
1229 {"eglSurfaceAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;II)Z", (void *) android_eglSurfaceAttrib },
/frameworks/native/opengl/libagl/
H A Degl.cpp1944 EGLBoolean eglSurfaceAttrib( function
1949 // TODO: eglSurfaceAttrib()

Completed in 339 milliseconds