Searched refs:mEGLConfig (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLConfigImpl.java22 private int mEGLConfig; field in class:EGLConfigImpl
25 mEGLConfig = config;
29 return mEGLConfig;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp441 eglGetConfigAttrib(display, mEGLConfig, EGL_RED_SIZE, &r);
442 eglGetConfigAttrib(display, mEGLConfig, EGL_GREEN_SIZE, &g);
443 eglGetConfigAttrib(display, mEGLConfig, EGL_BLUE_SIZE, &b);
444 eglGetConfigAttrib(display, mEGLConfig, EGL_ALPHA_SIZE, &a);
450 ALOGI("EGLSurface: %d-%d-%d-%d, config=%p", r, g, b, a, mEGLConfig);
476 mEGLConfig = selectEGLConfig(mEGLDisplay, format);
477 mEGLContext = createGLContext(mEGLDisplay, mEGLConfig);
497 type, isSecure, token, stc, fbs, mEGLConfig);
1198 mEGLConfig);
H A DSurfaceFlinger.h423 EGLConfig mEGLConfig; member in class:android::SurfaceFlinger

Completed in 182 milliseconds