/external/deqp/framework/egl/wrapper/ |
D | eglwImpl.inl | 9 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 …]
|
D | eglwImplExt.inl | 9 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/ |
D | egluUtil.cpp | 61 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 …]
|
D | egluUnique.cpp | 33 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()
|
D | egluConfigInfo.cpp | 87 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()
|
D | egluGLUtil.cpp | 80 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()
|
/external/deqp/modules/egl/ |
D | teglMutableRenderBufferTests.cpp | 43 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
|
D | teglNegativePartialUpdateTests.cpp | 45 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 …]
|
D | teglWideColorTests.cpp | 67 namespace egl namespace 290 const Library& egl = m_eglTestCtx.getLibrary(); in checkPixelFloatSupport() local 298 const Library& egl = m_eglTestCtx.getLibrary(); in checkColorSpaceSupport() local 306 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3Support() local 314 const Library& egl = m_eglTestCtx.getLibrary(); in checkDisplayP3PassthroughSupport() local 322 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBSupport() local 330 const Library& egl = m_eglTestCtx.getLibrary(); in checkSCRGBLinearSupport() local 338 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020linear() local 346 const Library& egl = m_eglTestCtx.getLibrary(); in checkbt2020pq() local 354 const Library& egl = m_eglTestCtx.getLibrary(); in checkSMPTE2086() local [all …]
|
D | teglSyncTests.cpp | 59 namespace egl namespace 163 const Library& egl = m_eglTestCtx.getLibrary(); in hasRequiredEGLVersion() local 235 const Library& egl = m_eglTestCtx.getLibrary(); in init() local 286 const Library& egl = m_eglTestCtx.getLibrary(); in deinit() local 334 const Library& egl = m_eglTestCtx.getLibrary(); in test() local 382 const Library& egl = m_eglTestCtx.getLibrary(); in test() local 434 const Library& egl = m_eglTestCtx.getLibrary(); in test() local 495 const Library& egl = m_eglTestCtx.getLibrary(); in test() local 556 const Library& egl = m_eglTestCtx.getLibrary(); in test() local 620 const Library& egl = m_eglTestCtx.getLibrary(); in test() local [all …]
|
D | teglQueryContextTests.cpp | 48 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
|
D | teglQuerySurfaceTests.cpp | 49 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 …]
|
D | teglCreateSurfaceTests.cpp | 48 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 155 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local 224 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local 291 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local
|
D | teglMakeCurrentPerfTests.cpp | 58 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
|
D | teglClientExtensionTests.cpp | 51 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
|
D | teglSwapBuffersWithDamageTests.cpp | 61 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 …]
|
D | teglNativeColorMappingTests.cpp | 65 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
|
D | teglThreadCleanUpTests.cpp | 40 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
|
D | teglResizeTests.cpp | 59 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 328 IVec2 checkSurfaceSize (const Library& egl, in checkSurfaceSize() 348 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local 388 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local 461 const Library& egl = m_eglTestCtx.getLibrary(); in getNativePixelsPerInch() local 489 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
|
D | teglConfigList.cpp | 36 namespace egl namespace 62 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
|
D | teglInfoTests.cpp | 38 namespace egl namespace 125 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local 151 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
|
D | teglSwapBuffersTests.cpp | 55 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
|
D | teglCreateContextTests.cpp | 36 namespace egl namespace 83 const Library& egl = m_eglTestCtx.getLibrary(); in executeForConfig() local 125 const eglw::Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
|
/external/mesa3d/src/egl/main/ |
D | egl.pc.in | 6 Name: egl name
|
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/ |
D | ViEAndroidGLES20.java | 88 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()
|