Searched refs:cnf (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 231 EGLConfig cnf = getConfig(_env, config); in jni_eglCreateContext() local 234 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base); in jni_eglCreateContext() 247 EGLConfig cnf = getConfig(_env, config); in jni_eglCreatePbufferSurface() local 249 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface() 269 EGLContext cnf = getConfig(_env, config); in jni_eglCreateWindowSurface() local 283 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurface() 296 EGLContext cnf = getConfig(_env, config); in jni_eglCreateWindowSurfaceTexture() local 311 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture() 324 EGLContext cnf = getConfig(_env, config); in jni_eglGetConfigAttrib() local 327 success = eglGetConfigAttrib(dpy, cnf, attribute, &localValue); in jni_eglGetConfigAttrib()
|