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 526 &mEGLConfig);
531 EGL_OPENGL_ES_BIT, &mEGLConfig);
538 err = selectEGLConfig(mEGLDisplay, mHwc->getVisualID(), 0, &mEGLConfig);
548 eglGetConfigAttrib(mEGLDisplay, mEGLConfig, EGL_RED_SIZE, &r);
549 eglGetConfigAttrib(mEGLDisplay, mEGLConfig, EGL_GREEN_SIZE, &g);
550 eglGetConfigAttrib(mEGLDisplay, mEGLConfig, EGL_BLUE_SIZE, &b);
551 eglGetConfigAttrib(mEGLDisplay, mEGLConfig, EGL_ALPHA_SIZE, &a);
557 ALOGI("EGLSurface: %d-%d-%d-%d, config=%p", r, g, b, a, mEGLConfig);
560 mRenderEngine = RenderEngine::create(mEGLDisplay, mEGLConfig);
566 eglGetConfigAttrib(mEGLDisplay, mEGLConfig,
    [all...]
SurfaceFlinger.h 434 EGLConfig mEGLConfig;

Completed in 111 milliseconds