Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLConfigImpl.java22 private long mEGLConfig; field in EGLConfigImpl
25 mEGLConfig = config; in EGLConfigImpl()
29 return mEGLConfig; in get()
/frameworks/native/services/surfaceflinger/RenderEngine/
DRenderEngine.cpp151 RenderEngine::RenderEngine() : mEGLConfig(NULL), mEGLContext(EGL_NO_CONTEXT) { in RenderEngine()
158 mEGLConfig = config; in setEGLHandles()
163 return mEGLConfig; in getEGLConfig()
DRenderEngine.h50 EGLConfig mEGLConfig; variable