HomeSort by relevance Sort by last modified time
    Searched refs:sEglConfig (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 69 static EGLConfig sEglConfig;
131 &sEglConfig, 1, &numConfigs);
134 sEglContext = eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL);
146 eglGetConfigAttrib(sEglDisplay, sEglConfig,
170 sEglSurface = eglCreateWindowSurface(sEglDisplay, sEglConfig,
app-win32.c 49 static EGLConfig sEglConfig;
125 &sEglConfig, 1, &numConfigs);
128 sEglSurface = eglCreateWindowSurface(sEglDisplay, sEglConfig,
135 sEglContext = eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL);
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 51 static final int[] sEglConfig = {
356 if (!mEgl.eglChooseConfig(mEglDisplay, sEglConfig, configs, 1, configsCount)) {

Completed in 258 milliseconds