Home
last modified time | relevance | path

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

123456

/external/deqp/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 …]
/external/deqp/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()
91 vector<string> getDisplayExtensions (const Library& egl, EGLDisplay display) in getDisplayExtensions()
98 vector<EGLConfig> getConfigs (const Library& egl, EGLDisplay display) in getConfigs()
113 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const EGLint* attribList) in chooseConfigs()
129 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseConfigs()
143 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseSingleConfig()
156 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.cpp79 EGLContext createGLContext (const Library& egl, EGLDisplay display, EGLContext eglConfig, const glu… in createGLContext()
158 static bool configMatches (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig eglC… in configMatches()
224 EGLConfig chooseConfig (const Library& egl, EGLDisplay display, const glu::RenderConfig& config) in chooseConfig()
/external/deqp/modules/egl/
DteglSyncTests.cpp57 namespace egl namespace
123 void requiredEGLExtensions (const Library& egl, EGLDisplay display, SyncTest::Extension requiredExt… in requiredEGLExtensions()
187 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
233 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
275 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
298 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
324 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
357 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
390 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
428 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
DteglNegativePartialUpdateTests.cpp45 namespace egl namespace
100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::Surfa… in getEGLConfig()
118 EGLContext initAndMakeCurrentEGLContext (const Library& egl, EGLDisplay eglDisplay, EGLSurface eglS… in initAndMakeCurrentEGLContext()
150 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
179 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
240 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
274 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 …]
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.cpp47 namespace egl namespace
57 void checkEGLPlatformSupport (const Library& egl, const char* platformExt) in checkEGLPlatformSupport()
67 const Library& egl = nativeDisplay.getLibrary(); in createWindowSurface() local
88 const Library& egl = nativeDisplay.getLibrary(); in createPixmapSurface() local
118 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
176 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
232 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
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 …]
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
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
DteglWideColorTests.cpp66 namespace egl namespace
289 const Library& egl = m_eglTestCtx.getLibrary(); in checkPixelFloatSupport() local
297 const Library& egl = m_eglTestCtx.getLibrary(); in checkColorSpaceSupport() local
305 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3Support() local
313 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3LinearSupport() local
321 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBSupport() local
329 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBLinearSupport() local
337 const Library& egl = m_eglTestCtx.getLibrary(); in check1010102Support() local
386 const Library& egl = m_eglTestCtx.getLibrary(); in checkFP16Support() local
449 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
[all …]
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
368 const Library& egl = nativeDisplay.getLibrary(); in testNativePixmap() local
407 bool testNativePixmapCopy (TestLog& log, const Library& egl, eglu::NativePixmap& nativePixmap, EGLD… in testNativePixmapCopy()
474 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()
187 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
227 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local
DteglConfigList.cpp36 namespace egl namespace
62 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
DteglRobustnessTests.hpp31 namespace egl namespace
DteglWideColorTests.hpp31 namespace egl namespace
DteglGetFrameTimestampsTests.hpp31 namespace egl namespace
DteglMultiContextTests.hpp31 namespace egl namespace
/external/mesa3d/src/egl/main/
Degl.pc.in6 Name: egl name
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java88 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { in createContext()
98 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { in destroyContext()
103 private static void checkEglError(String prompt, EGL10 egl) { in checkEglError()
134 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
157 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, in chooseConfig()
185 private int findConfigAttrib(EGL10 egl, EGLDisplay display, in findConfigAttrib()
194 private void printConfigs(EGL10 egl, EGLDisplay display, in printConfigs()
204 private void printConfig(EGL10 egl, EGLDisplay display, in printConfig()

123456