Home
last modified time | relevance | path

Searched defs:egl (Results 1 – 25 of 221) sorted by relevance

123456789

/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwImpl.inl9 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
17 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
25 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
33 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
41 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
49 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
57 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
65 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
73 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
81 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
[all …]
DeglwImplExt.inl9 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
17 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
25 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
33 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
41 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
49 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
57 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
65 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
73 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
81 const eglw::Library* egl = eglw::getCurrentThreadLibrary(); local
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluUtil.cpp61 Version getVersion (const Library& egl, EGLDisplay display) in getVersion()
71 vector<string> getExtensions (const Library& egl, EGLDisplay display) in getExtensions()
80 bool hasExtension (const Library& egl, EGLDisplay display, const string& str) in hasExtension()
86 vector<string> getClientExtensions (const Library& egl) in getClientExtensions()
100 vector<string> getDisplayExtensions (const Library& egl, EGLDisplay display) in getDisplayExtensions()
107 vector<EGLConfig> getConfigs (const Library& egl, EGLDisplay display) in getConfigs()
122 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const EGLint* attribList) in chooseConfigs()
138 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseConfigs()
152 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseSingleConfig()
165 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const EGLint* attribList) in chooseSingleConfig()
[all …]
DegluUnique.cpp33 UniqueDisplay::UniqueDisplay (const Library& egl, EGLDisplay display) in UniqueDisplay()
50 UniqueSurface::UniqueSurface (const Library& egl, EGLDisplay display, EGLSurface surface) in UniqueSurface()
68 UniqueContext::UniqueContext (const Library& egl, EGLDisplay display, EGLContext context) in UniqueContext()
86 ScopedCurrentContext::ScopedCurrentContext (const Library& egl, EGLDisplay display, EGLSurface draw… in ScopedCurrentContext()
98 UniqueImage::UniqueImage (const Library& egl, EGLDisplay display, EGLImage image) in UniqueImage()
DegluConfigInfo.cpp87 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst) in queryCoreConfigInfo()
123 void queryExtConfigInfo (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config… in queryExtConfigInfo()
DegluGLUtil.cpp80 EGLContext createGLContext (const Library& egl, in createGLContext()
204 static bool configMatches (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig eglC… in configMatches()
270 EGLConfig chooseConfig (const Library& egl, EGLDisplay display, const glu::RenderConfig& config) in chooseConfig()
/third_party/vk-gl-cts/modules/egl/
DteglNegativePartialUpdateTests.cpp45 namespace egl namespace
100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, unsigned surfaceTypes, bool pres… in getEGLConfig()
119 EGLContext initAndMakeCurrentEGLContext (const Library& egl, EGLDisplay eglDisplay, EGLSurface eglS… in initAndMakeCurrentEGLContext()
151 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
180 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
241 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
275 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
367 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
400 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
435 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
[all …]
DteglMutableRenderBufferTests.cpp43 namespace egl namespace
93 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
174 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
202 deUint32 MutableRenderBufferTest::drawAndSwap (const Library& egl, deUint32 color, bool flush) in drawAndSwap()
220 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
288 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
343 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglWideColorTests.cpp68 namespace egl namespace
291 const Library& egl = m_eglTestCtx.getLibrary(); in checkPixelFloatSupport() local
299 const Library& egl = m_eglTestCtx.getLibrary(); in checkColorSpaceSupport() local
307 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3Support() local
315 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3PassthroughSupport() local
323 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBSupport() local
331 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBLinearSupport() local
339 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020linear() local
347 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020pq() local
355 const Library& egl = m_eglTestCtx.getLibrary(); in checkSMPTE2086() local
[all …]
DteglSyncTests.cpp59 namespace egl namespace
164 const Library& egl = m_eglTestCtx.getLibrary(); in hasRequiredEGLVersion() local
237 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
288 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
336 const Library& egl = m_eglTestCtx.getLibrary(); in test() local
384 const Library& egl = m_eglTestCtx.getLibrary(); in test() local
436 const Library& egl = m_eglTestCtx.getLibrary(); in test() local
497 const Library& egl = m_eglTestCtx.getLibrary(); in test() local
558 const Library& egl = m_eglTestCtx.getLibrary(); in test() local
622 const Library& egl = m_eglTestCtx.getLibrary(); in test() local
[all …]
DteglQuerySurfaceTests.cpp49 namespace egl namespace
64 static void logSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, EGLSur… in logSurfaceAttributes()
70 static void logCommonSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display, … in logCommonSurfaceAttributes()
90 static void logPbufferSurfaceAttributes (tcu::TestLog& log, const Library& egl, EGLDisplay display,… in logPbufferSurfaceAttributes()
120 const Library& egl = m_eglTestCtx.getLibrary(); in checkCommonAttributes() local
253 const Library& egl = m_eglTestCtx.getLibrary(); in checkNonPbufferAttributes() local
305 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
336 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
367 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
469 const Library& egl = m_eglTestCtx.getLibrary(); in testAttributes() local
[all …]
DteglQueryContextTests.cpp48 namespace egl namespace
97 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() local
139 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() local
181 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() local
222 const Library& egl = m_eglTestCtx.getLibrary(); in getContextAttrib() local
231 const Library& egl = m_eglTestCtx.getLibrary(); in executeForContext() local
319 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglCreateSurfaceTests.cpp48 namespace egl namespace
67 void checkEGLPlatformSupport (const Library& egl) in checkEGLPlatformSupport()
74 void checkEGL15Support (const Library& egl, EGLDisplay display) in checkEGL15Support()
89 const Library& egl = nativeDisplay.getLibrary(); in createWindowSurface() local
121 const Library& egl = nativeDisplay.getLibrary(); in createPixmapSurface() local
156 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
225 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
292 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
DteglMakeCurrentPerfTests.cpp58 namespace egl namespace
204 const Library& egl = m_eglTestCtx.getLibrary(); in chooseConfig() local
255 const Library& egl = m_eglTestCtx.getLibrary(); in createPBuffer() local
274 const Library& egl = m_eglTestCtx.getLibrary(); in createWindow() local
303 const Library& egl = m_eglTestCtx.getLibrary(); in createPixmap() local
332 const Library& egl = m_eglTestCtx.getLibrary(); in destroySurfaces() local
373 const Library& egl = m_eglTestCtx.getLibrary(); in createContexts() local
392 const Library& egl = m_eglTestCtx.getLibrary(); in destroyContexts() local
510 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglClientExtensionTests.cpp51 namespace egl namespace
136 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
187 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
255 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglSwapBuffersWithDamageTests.cpp61 namespace egl namespace
312 EGLConfig SwapBuffersWithDamageTest::getConfig (const Library& egl, EGLDisplay eglDisplay) in getConfig()
317 void SwapBuffersWithDamageTest::checkExtension (const Library& egl, EGLDisplay eglDisplay) in checkExtension()
325 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
341 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
379 const Library& egl = m_eglTestCtx.getLibrary(); in initEGLContext() local
400 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
471 EGLConfig SwapBuffersWithDamageAndPreserveBufferTest::getConfig (const Library& egl, EGLDisplay egl… in getConfig()
480 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
555 void SwapBuffersWithDamageAndBufferAgeTest::checkExtension (const Library& egl, EGLDisplay eglDispl… in checkExtension()
[all …]
DteglNativeColorMappingTests.cpp65 namespace egl namespace
70 EGLContext createGLES2Context (const Library& egl, EGLDisplay display, EGLConfig config) in createGLES2Context()
248 bool validate (TestLog& log, const Library& egl, EGLDisplay display, EGLConfig config, const tcu::T… in validate()
309 void logConfigInfo (TestLog& log, const Library& egl, EGLDisplay display, EGLConfig config, NativeC… in logConfigInfo()
325 const Library& egl = nativeDisplay.getLibrary(); in testNativeWindow() local
369 const Library& egl = nativeDisplay.getLibrary(); in testNativePixmap() local
408 bool testNativePixmapCopy (TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, EGLD… in testNativePixmapCopy()
475 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
DteglThreadCleanUpTests.cpp40 namespace egl namespace
61 …Thread (const Library& egl, EGLDisplay display, EGLSurface surface, EGLContext context, EGLConfig … in Thread()
189 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
229 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
DteglResizeTests.cpp59 namespace egl namespace
131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType) in getEGLConfig()
145 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
330 IVec2 checkSurfaceSize (const Library& egl, in checkSurfaceSize()
350 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
390 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
463 const Library& egl = m_eglTestCtx.getLibrary(); in getNativePixelsPerInch() local
491 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglSwapBuffersTests.cpp55 namespace egl namespace
66 EGLContext createGLES2Context (const Library& egl, EGLDisplay display, EGLConfig config) in createGLES2Context()
109 string getConfigIdString (const Library& egl, EGLDisplay display, EGLConfig config) in getConfigIdString()
269 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
DteglInfoTests.cpp38 namespace egl namespace
125 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
151 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglConfigList.cpp36 namespace egl namespace
62 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglCreateContextTests.cpp36 namespace egl namespace
83 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
125 const eglw::Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglMultiContextTests.cpp48 namespace egl namespace
99 eglw::EGLConfig getConfig (const eglw::Library& egl, eglw::EGLDisplay display) in getConfig()
128 const eglw::Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c384 gst_gl_context_egl_dump_config (GstGLContextEGL * egl, EGLConfig config) in gst_gl_context_egl_dump_config()
607 gst_gl_context_egl_dump_all_configs (GstGLContextEGL * egl) in gst_gl_context_egl_dump_all_configs()
631 gst_gl_context_egl_choose_config (GstGLContextEGL * egl, GstGLAPI gl_api, in gst_gl_context_egl_choose_config()
771 _create_context_with_flags (GstGLContextEGL * egl, EGLContext share_context, in _create_context_with_flags()
836 gst_gl_context_egl_window_handle_changed_cb (GstGLContextEGL * egl, in gst_gl_context_egl_window_handle_changed_cb()
851 GstGLContextEGL *egl; in gst_gl_context_egl_create_context() local
1184 GstGLContextEGL *egl; in gst_gl_context_egl_destroy_context() local
1225 GstGLContextEGL *egl; in gst_gl_context_egl_activate() local
1290 GstGLContextEGL *egl; in gst_gl_context_egl_swap_buffers() local
1411 GstGLContextEGL *egl = GST_GL_CONTEXT_EGL (context); local
[all …]

123456789