Searched defs:eglSurfaceAttrib (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, function
/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/libagl/
H A Degl.cpp1944 EGLBoolean eglSurfaceAttrib( function
1949 // TODO: eglSurfaceAttrib()
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1205 EGLBoolean eglSurfaceAttrib( function
1233 if (s->cnx->egl.eglSurfaceAttrib) {
1234 return s->cnx->egl.eglSurfaceAttrib(

Completed in 170 milliseconds