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

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 22 private long mEGLConfig;
25 mEGLConfig = config;
29 return mEGLConfig;
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 50 EGLConfig 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);
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 164 private EGLConfig mEGLConfig = null;
216 mEGLConfig = config;
235 mEGLConfig = config;
301 mEGLConfig = null;
342 EGLSurface eglSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mEGLConfig, surface,
360 EGLSurface eglSurface = EGL14.eglCreatePbufferSurface(mEGLDisplay, mEGLConfig,

Completed in 68 milliseconds