Searched refs: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);
280 EGLConfig cnf = getConfig(_env, config); local
304 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
324 EGLContext cnf = getConfig(_env, config); local
338 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base);
351 EGLContext cnf = getConfig(_env, config); local
366 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, windo
379 EGLContext cnf = getConfig(_env, config); local
[all...]

Completed in 24 milliseconds