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

  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 22 private long 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);
  /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,
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.h 50 EGLConfig mEGLConfig;
RenderEngine.cpp 151 RenderEngine::RenderEngine() : mEGLConfig(NULL), mEGLContext(EGL_NO_CONTEXT) {
158 mEGLConfig = config;
163 return mEGLConfig;
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 403 milliseconds