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

  /external/swiftshader/src/OpenGL/libEGL/
main.h 39 Surface *drawSurface;
libEGL.cpp 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);
    [all...]

Completed in 1277 milliseconds