Home
last modified time | relevance | path

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

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