Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLContextImpl.java23 private GLImpl mGLContext; field in EGLContextImpl
28 mGLContext = new GLImpl(); in EGLContextImpl()
33 return mGLContext; in getGL()