Home | History | Annotate | Download | only in tests

Lines Matching refs:dpy

62 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) {
66 EGLBoolean eglTerminate(EGLDisplay dpy) {
70 const char * eglQueryString(EGLDisplay dpy, EGLint name) {
74 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
82 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
88 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
93 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) {
98 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface,
113 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) {
117 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
122 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) {
127 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw,
147 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) {
151 EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) {
155 EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) {
160 void eglBeginFrame(EGLDisplay dpy, EGLSurface surface) {}