Searched refs:cnf (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_EGLImpl.cpp | 227 EGLConfig cnf = getConfig(_env, config); in jni_eglCreateContext() local 230 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base); in jni_eglCreateContext() 243 EGLConfig cnf = getConfig(_env, config); in jni_eglCreatePbufferSurface() local 245 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface() 265 EGLContext cnf = getConfig(_env, config); in jni_eglCreateWindowSurface() local 279 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurface() 292 EGLContext cnf = getConfig(_env, config); in jni_eglCreateWindowSurfaceTexture() local 307 EGLSurface sur = eglCreateWindowSurface(dpy, cnf, window.get(), base); in jni_eglCreateWindowSurfaceTexture() 320 EGLContext cnf = getConfig(_env, config); in jni_eglGetConfigAttrib() local 323 success = eglGetConfigAttrib(dpy, cnf, attribute, &localValue); in jni_eglGetConfigAttrib()
|