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

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp233 EGLConfig cnf = getConfig(_env, config); local
236 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base);
249 EGLConfig cnf = getConfig(_env, config); local
251 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
271 EGLContext cnf = getConfig(_env, config); local
285 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
298 EGLContext cnf = getConfig(_env, config); local
313 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
326 EGLContext cnf = getConfig(_env, config); local
329 success = eglGetConfigAttrib(dpy, cnf, attribut
[all...]

Completed in 33 milliseconds