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

/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp61 eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED);
H A Dandroid_opengl_EGL14.cpp913 /* EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value ) */
921 _returnValue = eglSurfaceAttrib(
1225 {"eglSurfaceAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSurface;II)Z", (void *) android_eglSurfaceAttrib },
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec19 EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java338 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
340 public static native boolean eglSurfaceAttrib( method in class:EGL14
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto490 eglSurfaceAttrib = 2025;
/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.cpp935 EGLBoolean eglSurfaceAttrib( function
948 if (s->cnx->egl.eglSurfaceAttrib) {
949 return s->cnx->egl.eglSurfaceAttrib(
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp999 const GLMessage_Function GLMessage::eglSurfaceAttrib; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1332 static const Function eglSurfaceAttrib = GLMessage_Function_eglSurfaceAttrib; member in class:android::gltrace::GLMessage
/frameworks/native/opengl/libagl/
H A Degl.cpp1920 EGLBoolean eglSurfaceAttrib( function
1925 // TODO: eglSurfaceAttrib()

Completed in 984 milliseconds