Home
last modified time | relevance | path

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

/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSurface.h41 EglSurface* sur = it.second; in bind() local
42 if (sur == this) in bind()
44 if (sur->bound_ctx == ctx_) { in bind()
45 if (read_ && sur->read) in bind()
46 return sur; in bind()
47 if (!read_ && sur->draw) in bind()
48 return sur; in bind()
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h595 EGLAPI EGLBoolean eglPresentationTimeANDROID(EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time);
597 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPRESENTATIONTIMEANDROID) (EGLDisplay dpy, EGLSurface sur, EG…