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

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 22 private int mEGLConfig;
25 mEGLConfig = config;
29 return mEGLConfig;
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 31 private EGLConfig mEGLConfig;
59 mEGLConfig = configs[0];
62 mEGLContext = egl.eglCreateContext(mEGLDisplay, mEGLConfig, EGL10.EGL_NO_CONTEXT, attribs);
66 mEGLSurface = egl.eglCreatePbufferSurface(mEGLDisplay, mEGLConfig, surfaceSize);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 441 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);
    [all...]
SurfaceFlinger.h 423 EGLConfig mEGLConfig;

Completed in 494 milliseconds