Home
last modified time | relevance | path

Searched defs:dpy (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl.cpp274 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
279 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
284 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
289 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs()
324 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
349 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
371 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
383 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
395 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
[all …]
/device/generic/goldfish/opengl/system/egl/
Degl.cpp93 #define VALIDATE_DISPLAY(dpy,ret) \ argument
98 #define VALIDATE_DISPLAY_INIT(dpy,ret) \ argument
133 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) : in EGLContext_t()
171 EGLDisplay dpy; member
209 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
250 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
285 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create()
353 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t()
394 egl_pbuffer_surface_t* egl_pbuffer_surface_t::create(EGLDisplay dpy, in create()
492 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
[all …]
DeglContext.h32 EGLDisplay dpy; member