Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp74 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
79 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
84 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
89 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config) in eglGetConfigs()
94 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig()
99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib()
104 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface()
109 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface()
114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface()
119 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
[all …]
/development/tools/emulator/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 …]
/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglGlobalInfo.cpp52 EglDisplay* EglGlobalInfo::addDisplay(EGLNativeDisplayType dpy,EGLNativeInternalDisplayType idpy) { in addDisplay()
67 bool EglGlobalInfo::removeDisplay(EGLDisplay dpy) { in removeDisplay()
79 EglDisplay* EglGlobalInfo::getDisplay(EGLNativeDisplayType dpy) { in getDisplay()
87 EglDisplay* EglGlobalInfo::getDisplay(EGLDisplay dpy) { in getDisplay()
93 EGLNativeInternalDisplayType EglGlobalInfo::generateInternalDisplay(EGLNativeDisplayType dpy){ in generateInternalDisplay()
DEglMacApi.cpp26 bool releaseDisplay(EGLNativeDisplayType dpy) { in releaseDisplay()
94 void queryConfigs(EGLNativeDisplayType dpy,int renderableType,ConfigsList& listOut) { in queryConfigs()
106 bool validNativeWin(EGLNativeDisplayType dpy, EGLNativeWindowType win) { in validNativeWin()
111 bool validNativeWin(EGLNativeDisplayType dpy, EGLNativeSurfaceType win) { in validNativeWin()
116 bool validNativePixmap(EGLNativeDisplayType dpy, EGLNativeSurfaceType pix) { in validNativePixmap()
121 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch()
134 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch()
138 EGLNativeSurfaceType createPbufferSurface(EGLNativeDisplayType dpy,EglConfig* cfg,EglPbufferSurface… in createPbufferSurface()
153 EGLNativeContextType createContext(EGLNativeDisplayType dpy,EglConfig* cfg,EGLNativeContextType sha… in createContext()
157 bool destroyContext(EGLNativeDisplayType dpy,EGLNativeContextType ctx) { in destroyContext()
[all …]
DEglX11Api.cpp55 ErrorHandler::ErrorHandler(EGLNativeDisplayType dpy){ in ErrorHandler()
68 int ErrorHandler::errorHandlerProc(EGLNativeDisplayType dpy,XErrorEvent* event){ in errorHandlerProc()
81 bool releaseDisplay(EGLNativeDisplayType dpy) { in releaseDisplay()
85 EglConfig* pixelFormatToConfig(EGLNativeDisplayType dpy,int renderableType,EGLNativePixelFormatType… in pixelFormatToConfig()
164 void queryConfigs(EGLNativeDisplayType dpy,int renderableType,ConfigsList& listOut) { in queryConfigs()
174 bool validNativeWin(EGLNativeDisplayType dpy,EGLNativeWindowType win) { in validNativeWin()
183 bool validNativeWin(EGLNativeDisplayType dpy,EGLNativeSurfaceType win) { in validNativeWin()
188 bool validNativePixmap(EGLNativeDisplayType dpy,EGLNativeSurfaceType pix) { in validNativePixmap()
197 bool checkWindowPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativeWindowType win,EglConfig* cfg,un… in checkWindowPixelFormatMatch()
210 bool checkPixmapPixelFormatMatch(EGLNativeDisplayType dpy,EGLNativePixmapType pix,EglConfig* cfg,un… in checkPixmapPixelFormatMatch()
[all …]
DEglWindowsApi.cpp213 WinDisplay* dpy = new WinDisplay(); in getDefaultDisplay() local
223 WinDisplay* dpy = new WinDisplay(); in getInternalDisplay() local
230 HDC dpy = NULL; in getDummyDC() local
242 HDC dpy = GetDC(hwnd); in initPtrToWglFunctions() local
310 bool releaseDisplay(EGLNativeInternalDisplayType dpy) { in releaseDisplay()
345 HDC dpy = getDummyDC(display,WinDisplay::DEFAULT_DISPLAY); in pixelFormatToConfig() local
409 HDC dpy = getDummyDC(display,WinDisplay::DEFAULT_DISPLAY); in queryConfigs() local
429 bool validNativeWin(EGLNativeInternalDisplayType dpy,EGLNativeWindowType win) { in validNativeWin()
433 bool validNativeWin(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType win) { in validNativeWin()
438 bool validNativePixmap(EGLNativeInternalDisplayType dpy,EGLNativeSurfaceType pix) { in validNativePixmap()
[all …]
DEglPixmapSurface.cpp26 EglPixmapSurface::EglPixmapSurface(EglDisplay *dpy, in EglPixmapSurface()
DEglWindowSurface.cpp26 EglWindowSurface::EglWindowSurface(EglDisplay *dpy, in EglWindowSurface()
DEglImp.cpp153 EglDisplay* dpy = NULL; in eglGetDisplay() local
201 EglDisplay* dpy = g_eglInfo->getDisplay(display); in eglInitialize() local
821 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); in eglGetCurrentContext() local
839 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); in eglGetCurrentSurface() local
878 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); in eglWaitNative() local
937 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); in eglReleaseThread() local
992 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage()
997 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)… in eglReleaseTexImage()
1008 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); in attachEGLImage() local
1023 EglDisplay* dpy = static_cast<EglDisplay*>(thread->eglDisplay); in detachEGLImage() local
DThreadInfo.cpp21 EglDisplay* dpy, in updateInfo()
DEglPbufferSurface.h25 EglPbufferSurface(EglDisplay *dpy, EglConfig* config): in EglPbufferSurface()
DEglContext.cpp29 EglContext::EglContext(EglDisplay *dpy, EGLNativeContextType context,ContextPtr shared_context, in EglContext()
DEglSurface.h52 EglSurface(EglDisplay *dpy, in EglSurface()
DEglDisplay.cpp21 EglDisplay::EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault) : in EglDisplay()
/development/tools/emulator/opengl/system/egl/
Degl.cpp92 #define VALIDATE_DISPLAY(dpy,ret) \ argument
97 #define VALIDATE_DISPLAY_INIT(dpy,ret) \ argument
134 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) : in EGLContext_t()
169 EGLDisplay dpy; member
216 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t()
259 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t()
388 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_pbuffer_surface_t()
527 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
541 EGLBoolean eglTerminate(EGLDisplay dpy) in eglTerminate()
581 const char* eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
[all …]
DeglContext.h32 EGLDisplay dpy; member
/development/tools/emulator/opengl/tests/ut_renderer/
DX11Windowing.cpp83 Display *dpy = XOpenDisplay(NULL); in getNativeDisplay() local
89 Display *dpy = (Display *) _dpy; in createNativeWindow() local
124 Display *dpy = (Display *)_dpy; in destroyNativeWindow() local
DRendererContext.cpp20 RendererContext * RendererContext::create(EGLDisplay dpy, EGLConfig config, RendererContext *shareC… in create()
DRendererContext.h104 RendererContext(EGLDisplay dpy, EGLContext ctx, int version) : in RendererContext()
/development/tools/emulator/opengl/host/libs/libOpenglRender/
DFBConfig.cpp71 EGLDisplay dpy = fb->getDisplay(); in initConfigList() local
150 EGLDisplay dpy = fb->getDisplay(); in chooseConfig() local
/development/samples/GlobalTime/src/com/android/globaltime/
DGlobalTime.java276 EGLDisplay dpy = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); in startEGL() local