Searched refs:mStubSurface (Results 1 – 2 of 2) sorted by relevance
184 EGLSurface mStubSurface; variable
340 mStubSurface(stub), in GLESRenderEngine()360 success = eglMakeCurrent(display, mStubSurface, mStubSurface, mEGLContext); in GLESRenderEngine()979 const EGLSurface surface = useProtectedContext ? mProtectedStubSurface : mStubSurface; in useProtectedContext()