Searched defs:dpy (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 238 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() 243 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate() 248 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString() 253 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs() 288 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() 313 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 323 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() 335 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() 347 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() 359 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface() [all …]
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 120 #define VALIDATE_DISPLAY(dpy,ret) \ argument 125 #define VALIDATE_DISPLAY_INIT(dpy,ret) \ argument 174 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx, int maj, int m… in EGLContext_t() 252 EGLDisplay dpy; member 299 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() 347 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t() 389 EGLDisplay dpy, EGLConfig config, EGLint surfType, in create() 572 egl_pbuffer_surface_t::egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, in egl_pbuffer_surface_t() 612 egl_pbuffer_surface_t* egl_pbuffer_surface_t::create(EGLDisplay dpy, in create() 704 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize() [all …]
|
D | eglContext.h | 32 EGLDisplay dpy; member
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | EGLImage.h | 31 EGLDisplay dpy; member
|