Home
last modified time | relevance | path

Searched refs:eglConfig (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/nativeopengl/standalone/jni/tests/
DEGLCleanup_test.cpp257 EGLConfig eglConfig; in eglSetup() local
259 if (!eglChooseConfig(mEglDisplay, kConfigAttribs, &eglConfig, in eglSetup()
265 mEglSurface = eglCreatePbufferSurface(mEglDisplay, eglConfig, in eglSetup()
272 mEglContext = eglCreateContext(mEglDisplay, eglConfig, EGL_NO_CONTEXT, in eglSetup()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java770 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() argument