/external/deqp/framework/platform/X11/ |
tcuX11EglPlatform.hpp | 38 class Platform : public eglu::Platform
|
tcuX11Platform.cpp | 115 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }
|
/external/deqp/framework/platform/win32/ |
tcuWin32Platform.cpp | 68 m_contextFactoryRegistry.registerFactory(new eglu::GLContextFactory(m_nativeDisplayFactoryRegistry));
|
/external/deqp/framework/egl/ |
egluCallLogWrapper.cpp | 31 namespace eglu namespace 247 } // eglu
|
egluConfigFilter.cpp | 33 namespace eglu namespace 110 } // eglu
|
egluConfigInfo.cpp | 29 namespace eglu namespace 109 } // eglu
|
egluNativeDisplay.hpp | 39 namespace eglu namespace 113 } // eglu
|
egluNativeWindow.hpp | 36 namespace eglu namespace 150 } // eglu
|
egluStrUtil.cpp | 27 namespace eglu namespace 269 } // eglu
|
egluUtil.hpp | 46 namespace eglu namespace 96 } // eglu
|
egluGLUtil.cpp | 35 namespace eglu namespace 226 const std::vector<EGLConfig> configs = eglu::getConfigs(egl, display);
|
egluUtil.cpp | 41 namespace eglu namespace 480 } // eglu
|
/external/deqp/modules/egl/ |
teglChooseConfigReference.cpp | 42 using eglu::ConfigInfo; 98 TCU_THROW(TestError, (std::string("Unknown config caveat: ") + eglu::getConfigCaveatStr(caveat).toString()).c_str()); 110 TCU_THROW(TestError, (std::string("Unknown color buffer type: ") + eglu::getColorBufferTypeStr(type).toString()).c_str()); 435 std::vector<EGLConfig> eglConfigs = eglu::getConfigs(egl, display); 441 eglu::queryConfigInfo(egl, display, eglConfigs[ndx], &configInfos[ndx]);
|
teglImageFormatTests.cpp | 75 using eglu::UniqueImage; 877 eglu::NativeWindow* m_window; 900 return eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_display, attribList); [all...] |
teglColorClearCase.cpp | 163 SingleThreadColorClearCase::SingleThreadColorClearCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi) 172 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface); 324 MultiThreadColorClearCase::MultiThreadColorClearCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLint api, EGLint surfaceType, const eglu::FilterList& filters, int numContextsPerApi) 333 const tcu::IVec2 surfaceSize = eglu::getSurfaceSize(egl, display, surface);
|
teglGLES2SharingTests.cpp | 157 eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay())); 158 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); 173 config = eglu::chooseSingleConfig(egl, *display, attribList); 178 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), *display, config, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); 179 eglu::UniqueSurface surface (egl, *display, eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *window, *display, config, DE_NULL)) [all...] |
teglMemoryStressTests.cpp | 235 catch (const eglu::Error& error) 299 catch (const eglu::Error& error) 373 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
|
teglAndroidUtil.cpp | 48 using eglu::AttribMap;
|
teglGLES2SharedRenderingPerfTests.cpp | 498 const vector<string> extensions = eglu::getDisplayExtensions(egl, m_eglDisplay); 849 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); 859 EGLConfig eglConfig = eglu::chooseSingleConfig(egl, m_display, attribList); [all...] |
teglGLES2SharingThreadedTests.cpp | [all...] |
/external/deqp/framework/platform/android/ |
tcuAndroidPlatformCapabilityQueryJNI.cpp | 147 (void)eglu::chooseConfig(egl, display, renderConfig);
|