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

/frameworks/base/libs/hwui/tests/
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.cpp1953 EGLBoolean eglSurfaceAttrib( function
1958 // TODO: eglSurfaceAttrib()
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1232 EGLBoolean eglSurfaceAttrib( function
1245 if (s->cnx->egl.eglSurfaceAttrib) {
1246 return s->cnx->egl.eglSurfaceAttrib(

Completed in 143 milliseconds