Home
last modified time | relevance | path

Searched refs:EGLSurface (Results 1 – 25 of 54) sorted by relevance

123

/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h44 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 …]
Deglext.h229 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 …]
Deglext_angle.h250 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);
Deglmesaext.h38 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, E…
/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h18 …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)) \
DRenderEGL_static_translator_namespaced_header.h18 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/
Drender_egl.entries18 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/
DDisplaySurfaceGl.cpp35 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 …]
DDisplaySurfaceGl.h53 EGLSurface getSurface() const { return mSurface; } in getSurface()
61 EGLSurface surface,
65 EGLSurface mSurface = EGL_NO_SURFACE;
DEmulatedEglWindowSurface.cpp124 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()
DEmulatedEglWindowSurface.h54 EGLSurface getEGLSurface() const { return mSurface; } in getEGLSurface()
115 EGLSurface mSurface = EGL_NO_SURFACE;
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h59 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 …]
Deglext.h248 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/
DEglValidate.h46 EGLSurface draw,
47 EGLSurface read);
59 EGLSurface draw,
60 EGLSurface read);
DEglValidate.cpp85 EGLSurface s1, in releaseContext()
86 EGLSurface s2) { in releaseContext()
94 EGLSurface s1, in badContextMatch()
95 EGLSurface s2) { in badContextMatch()
DEglGlobalInfo.h105 EGLSurface toDestroy);
127 std::vector<std::pair<EglDisplay*, EGLSurface> >
DEglDisplay.h121 EGLSurface addSurface(SurfacePtr s );
122 SurfacePtr getSurface(EGLSurface surface) const;
123 bool removeSurface(EGLSurface s);
DEglOsApi_egl.cpp107 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/
DEglFuncs.h28 …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/
DeglDisplay.h72 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;
DeglContext.h37 EGLSurface read;
38 EGLSurface draw;
39 EGLSurface dummy_surface;
/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.h39 EGLSurface pbufferSurface(EGLDisplay dpy, ::EGLConfig config, EGLint w, EGLint h);
42 void destroySurface(EGLDisplay dpy, EGLSurface surface);
55 EGLSurface m_surface;
DOpenGLTestContext.cpp74 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/
Dutil.h27 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/
DTranslatorIfaces.h148 bool (*createAndBindAuxiliaryContext)(EGLContext* context_out, EGLSurface* surface_out);
153 bool (*unbindAndDestroyAuxiliaryContext)(EGLContext context, EGLSurface surface);
155 bool (*bindAuxiliaryContext)(EGLContext context, EGLSurface surface);

123