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.h50 EGLConfig mEGLConfig; variable
DRenderEngine.cpp158 mEGLConfig = config; in setEGLHandles()
163 return mEGLConfig; in getEGLConfig()