Home | History | Annotate | Download | only in cts

Lines Matching defs:chooseConfig

854         EGLConfig chooseConfig(EGL10 egl, EGLDisplay display);
863 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
882 EGLConfig config = chooseConfig(egl, display, configs);
889 abstract EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
936 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
1034 mEglConfig = view.mEGLConfigChooser.chooseConfig(mEgl, mEglDisplay);