Home | History | Annotate | Download | only in libEGL

Lines Matching defs:drawSurface

908 	egl::Surface *drawSurface = static_cast<egl::Surface*>(draw);
929 if((draw != EGL_NO_SURFACE && !validateSurface(display, drawSurface)) ||
935 if((draw != EGL_NO_SURFACE && drawSurface->hasClientBuffer()) ||
952 egl::setCurrentDrawSurface(drawSurface);
958 context->makeCurrent(drawSurface);