Searched refs:eglConfig (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/nativeopengl/standalone/jni/tests/ |
D | EGLCleanup_test.cpp | 257 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/ |
D | GLSurfaceViewCustom.java | 770 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext() argument
|