HomeSort by relevance Sort by last modified time
    Searched refs:sEglConfig (Results 1 - 4 of 4) 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);
  /frameworks/base/core/java/android/view/
HardwareRenderer.java 594 static EGLConfig sEglConfig;
786 if (sEgl == null && sEglConfig == null) {
804 sEglConfig = chooseEglConfig();
805 if (sEglConfig == null) {
809 sEglConfig = chooseEglConfig();
810 if (sEglConfig == null) {
825 mEglContext = createContext(sEgl, sEglDisplay, sEglConfig);
899 if (sEglConfig == null) {
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 51 static final int[] sEglConfig = {
355 if (!mEgl.eglChooseConfig(mEglDisplay, sEglConfig, configs, 1, configsCount)) {

Completed in 119 milliseconds