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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp112 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, function
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java357 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
359 public static native boolean eglSurfaceAttrib( method in class:EGL14
/frameworks/native/opengl/libagl/
H A Degl.cpp1967 EGLBoolean eglSurfaceAttrib( function
1972 // TODO: eglSurfaceAttrib()
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1280 EGLBoolean eglSurfaceAttrib( function
1310 if (s->cnx->egl.eglSurfaceAttrib) {
1311 return s->cnx->egl.eglSurfaceAttrib(

Completed in 234 milliseconds