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

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp237 EGLConfig cnf = getConfig(_env, config); local
240 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base);
253 EGLConfig cnf = getConfig(_env, config); local
255 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base);
281 EGLConfig cnf = getConfig(_env, config); local
305 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
325 EGLContext cnf = getConfig(_env, config); local
339 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
352 EGLContext cnf = getConfig(_env, config); local
355 success = eglGetConfigAttrib(dpy, cnf, attribut
[all...]

Completed in 30 milliseconds