HomeSort by relevance Sort by last modified time
    Searched refs:sDummySurface (Results 1 - 2 of 2) sorted by null

  /packages/services/Car/evs/app/
RenderBase.cpp 32 EGLSurface RenderBase::sDummySurface = EGL_NO_SURFACE;
91 sDummySurface = eglCreatePbufferSurface(display, egl_config, surface_attribs);
92 if (sDummySurface == EGL_NO_SURFACE) {
111 if (!eglMakeCurrent(display, sDummySurface, sDummySurface, context)) {
RenderBase.h 55 static EGLSurface sDummySurface;

Completed in 191 milliseconds