/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | egl.h | 44 typedef void *EGLSurface; typedef 85 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) 107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNat… 109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config,… 110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, … 111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, … 113 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface); 117 typedef EGLSurface (EGLAPIENTRYP PFNEGLGETCURRENTSURFACEPROC) (EGLint readdraw); 122 …LBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, E… 125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface, EGLin… [all …]
|
D | eglext.h | 229 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, con… 230 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface); 232 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *… 233 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface); 244 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, … 246 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attr… 263 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface,… 265 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *re… 414 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConf… 416 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, … [all …]
|
D | eglext_angle.h | 250 EGLSurface surface, 256 EGLSurface surface, 266 EGLSurface surface, 271 EGLSurface surface, 338 …EGLAPIENTRYP PFNEGLSWAPBUFFERSWITHFRAMETOKENANGLEPROC)(EGLDisplay dpy, EGLSurface surface, EGLFram… 340 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersWithFrameTokenANGLE(EGLDisplay dpy, EGLSurface surface,… 346 typedef EGLBoolean (EGLAPIENTRYP PFNEGLPREPARESWAPBUFFERSANGLEPROC)(EGLDisplay dpy, EGLSurface surf… 348 EGLAPI EGLBoolean EGLAPIENTRY eglPrepareSwapBuffersANGLE(EGLDisplay dpy, EGLSurface surface);
|
D | eglmesaext.h | 38 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, E…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_functions.h | 18 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n… 19 …X(EGLSurface, eglCreatePbufferSurface, (EGLDisplay display, EGLConfig config, const EGLint* attrib… 20 X(EGLBoolean, eglDestroySurface, (EGLDisplay display, EGLSurface surface)) \ 26 …X(EGLBoolean, eglMakeCurrent, (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext co… 29 X(EGLSurface, eglGetCurrentSurface, (EGLint readdraw)) \ 30 …X(EGLBoolean, eglQuerySurface, (EGLDisplay display, EGLSurface surface, EGLint attribute, EGLint *… 31 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \
|
D | RenderEGL_static_translator_namespaced_header.h | 18 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativ… 19 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, const E… 20 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface); 26 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, … 29 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw); 30 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay display, EGLSurface surface, EGLint attrib… 31 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface);
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl.entries | 18 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativeWindowType native_… 19 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, const EGLint* attrib_list); 20 EGLBoolean eglDestroySurface(EGLDisplay display, EGLSurface surface); 26 EGLBoolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext context); 28 EGLSurface eglGetCurrentSurface(EGLint readdraw); 29 EGLBoolean eglQuerySurface(EGLDisplay display, EGLSurface surface, EGLint attribute, EGLint *value); 30 EGLBoolean eglSwapBuffers(EGLDisplay display, EGLSurface surface);
|
/hardware/google/gfxstream/host/gl/ |
D | DisplaySurfaceGl.cpp | 35 EGLSurface readSurface = EGL_NO_SURFACE; 36 EGLSurface drawSurface = EGL_NO_SURFACE; 48 EGLSurface surface, in DisplaySurfaceGlContextHelper() 71 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in setupContext() 72 EGLSurface currentReadSurface = s_egl.eglGetCurrentSurface(EGL_READ); in setupContext() 104 EGLSurface currentDrawSurface = s_egl.eglGetCurrentSurface(EGL_DRAW); in teardownContext() 105 EGLSurface currentReadSurface = s_egl.eglGetCurrentSurface(EGL_READ); in teardownContext() 133 EGLSurface mSurface = EGL_NO_SURFACE; 158 EGLSurface surface = s_egl.eglCreatePbufferSurface(display, config, surfaceAttribs); in createPbufferSurface() 180 EGLSurface surface = s_egl.eglCreateWindowSurface(display, config, window, nullptr); in createWindowSurface() [all …]
|
D | DisplaySurfaceGl.h | 53 EGLSurface getSurface() const { return mSurface; } in getSurface() 61 EGLSurface surface, 65 EGLSurface mSurface = EGL_NO_SURFACE;
|
D | EmulatedEglWindowSurface.cpp | 124 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ); in flushColorBuffer() 125 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in flushColorBuffer() 157 EGLSurface prevReadSurf = s_egl.eglGetCurrentSurface(EGL_READ); in resize() 158 EGLSurface prevDrawSurf = s_egl.eglGetCurrentSurface(EGL_DRAW); in resize() 159 EGLSurface prevPbuf = mSurface; in resize()
|
D | EmulatedEglWindowSurface.h | 54 EGLSurface getEGLSurface() const { return mSurface; } in getEGLSurface() 115 EGLSurface mSurface = EGL_NO_SURFACE;
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | egl.h | 59 typedef void *EGLSurface; typedef 100 #define EGL_NO_SURFACE EGL_CAST(EGLSurface,0) 122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy… 124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi… 125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi… 126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi… 128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface); 132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw); 137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGL… 140 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute… [all …]
|
D | eglext.h | 248 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, con… 249 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface); 251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *… 252 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay dpy, EGLSurface surface); 263 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSURFACE64KHRPROC) (EGLDisplay dpy, EGLSurface surface, … 265 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface64KHR (EGLDisplay dpy, EGLSurface surface, EGLint attr… 282 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETDAMAGEREGIONKHRPROC) (EGLDisplay dpy, EGLSurface surface,… 284 EGLAPI EGLBoolean EGLAPIENTRY eglSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *re… 433 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATESTREAMPRODUCERSURFACEKHRPROC) (EGLDisplay dpy, EGLConf… 435 EGLAPI EGLSurface EGLAPIENTRY eglCreateStreamProducerSurfaceKHR (EGLDisplay dpy, EGLConfig config, … [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglValidate.h | 46 EGLSurface draw, 47 EGLSurface read); 59 EGLSurface draw, 60 EGLSurface read);
|
D | EglValidate.cpp | 85 EGLSurface s1, in releaseContext() 86 EGLSurface s2) { in releaseContext() 94 EGLSurface s1, in badContextMatch() 95 EGLSurface s2) { in badContextMatch()
|
D | EglGlobalInfo.h | 105 EGLSurface toDestroy); 127 std::vector<std::pair<EglDisplay*, EGLSurface> >
|
D | EglDisplay.h | 121 EGLSurface addSurface(SurfacePtr s ); 122 SurfacePtr getSurface(EGLSurface surface) const; 123 bool removeSurface(EGLSurface s);
|
D | EglOsApi_egl.cpp | 107 X(EGLSurface, eglCreatePbufferSurface, \ 110 X(EGLBoolean, eglDestroySurface, (EGLDisplay display, EGLSurface surface)) \ 119 (EGLDisplay display, EGLSurface draw, EGLSurface read, \ 121 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \ 122 X(EGLSurface, eglCreateWindowSurface, \ 270 EGLSurface eglSurface, in EglOsEglSurface() 273 EGLSurface getHndl() { return mHndl; } in getHndl() 277 EGLSurface mHndl; 440 EGLSurface surface = mDispatcher.eglCreatePbufferSurface(mDisplay, in EglOsEglDisplay() 700 EGLSurface surface = mDispatcher.eglCreateWindowSurface( in createWindowSurface()
|
/hardware/google/gfxstream/common/detector/ |
D | EglFuncs.h | 28 …X(EGLSurface, eglCreatePbufferSurface, (EGLDisplay display, EGLConfig config, EGLint const* attrib… 30 X(EGLBoolean, eglDestroySurface, (EGLDisplay display, EGLSurface surface)) \ 36 …X(EGLBoolean, eglMakeCurrent, (EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext co… 37 X(EGLBoolean, eglSwapBuffers, (EGLDisplay display, EGLSurface surface)) \ 38 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
|
/hardware/google/gfxstream/guest/egl/ |
D | eglDisplay.h | 72 void onCreateSurface(EGLSurface surface); 75 void onDestroySurface(EGLSurface surface); 78 bool isSurface(EGLSurface ctx); 116 typedef std::unordered_set<EGLSurface> EGLSurfaceSet; 119 typedef std::hash_set<EGLSurface> EGLSurfaceSet;
|
D | eglContext.h | 37 EGLSurface read; 38 EGLSurface draw; 39 EGLSurface dummy_surface;
|
/hardware/google/gfxstream/host/tests/ |
D | OpenGLTestContext.h | 39 EGLSurface pbufferSurface(EGLDisplay dpy, ::EGLConfig config, EGLint w, EGLint h); 42 void destroySurface(EGLDisplay dpy, EGLSurface surface); 55 EGLSurface m_surface;
|
D | OpenGLTestContext.cpp | 74 EGLSurface pbufferSurface(EGLDisplay dpy, ::EGLConfig config, EGLint w, EGLint h) { in pbufferSurface() 82 EGLSurface pbuf = in pbufferSurface() 105 void destroySurface(EGLDisplay dpy, EGLSurface surface) { in destroySurface()
|
/hardware/libhardware/tests/hwc/ |
D | util.h | 27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h); 28 void egl_destroy(EGLDisplay display, EGLSurface surface);
|
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | TranslatorIfaces.h | 148 bool (*createAndBindAuxiliaryContext)(EGLContext* context_out, EGLSurface* surface_out); 153 bool (*unbindAndDestroyAuxiliaryContext)(EGLContext context, EGLSurface surface); 155 bool (*bindAuxiliaryContext)(EGLContext context, EGLSurface surface);
|