/external/deqp/framework/egl/ |
D | egluUtil.cpp | 98 vector<EGLConfig> getConfigs (const Library& egl, EGLDisplay display) in getConfigs() function 102 EGLU_CHECK_CALL(egl, getConfigs(display, DE_NULL, 0, &configCount)); in getConfigs() 107 EGLU_CHECK_CALL(egl, getConfigs(display, &(configs[0]), (EGLint)configs.size(), &configCount)); in getConfigs() 131 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseConfigs() 145 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseSingleConfig() 409 const vector<EGLConfig> configs = getConfigs(egl, display); in getRenderableAPIsMask()
|
D | egluUtil.hpp | 63 std::vector<eglw::EGLConfig> getConfigs (const eglw::Library& egl, eglw::EGLDisplay display);
|
D | egluGLUtil.cpp | 226 const std::vector<EGLConfig> configs = eglu::getConfigs(egl, display); in chooseConfig()
|
D | egluCallLogWrapper.inl | 210 eglw::EGLBoolean returnValue = m_egl.getConfigs(dpy, configs, config_size, num_config);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
D | PerformanceResultsElement.java | 100 public String[] getConfigs() { in getConfigs() method in PerformanceResultsElement 102 String[] configs = DB_Results.getConfigs(); in getConfigs() 106 configs = DB_Results.getConfigs(); in getConfigs()
|
/external/deqp/framework/egl/wrapper/ |
D | eglwFunctions.inl | 32 eglGetConfigsFunc getConfigs; variable
|
D | eglwInitCore.inl | 25 dst->getConfigs = (eglGetConfigsFunc) loader->get("eglGetConfigs");
|
D | eglwFuncPtrLibraryImpl.inl | 137 EGLBoolean FuncPtrLibrary::getConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLi… function in FuncPtrLibrary 139 return m_egl.getConfigs(dpy, configs, config_size, num_config);
|
D | eglwFuncPtrLibraryDecl.inl | 32 EGLBoolean getConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint …
|
D | eglwLibrary.inl | 32 virtual EGLBoolean getConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size,…
|
/external/deqp/modules/egl/ |
D | teglMultiThreadTests.cpp | 533 …glTestContext& context, const char* name, const char* description, int getConfigs, int chooseConfi… 542 …glTestContext& context, const char* name, const char* description, int getConfigs, int chooseConfi… in MultiThreadedConfigTest() argument 544 , m_getConfigs (getConfigs) in MultiThreadedConfigTest() 566 result = egl.getConfigs(m_display, NULL, 0, &configCount); in runThread() 581 …result = egl.getConfigs(m_display, &(configs[configs.size() - configCount]), configCount, &configC… in runThread()
|
D | teglConfigList.cpp | 65 vector<EGLConfig> configs = eglu::getConfigs(egl, display); in iterate()
|
D | teglChooseConfigReference.cpp | 436 std::vector<EGLConfig> eglConfigs = eglu::getConfigs(egl, display); in chooseConfigReference()
|
D | teglQueryConfigTests.cpp | 226 m_configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display); in init()
|
D | teglChooseConfigTests.cpp | 293 vector<EGLConfig> configs = eglu::getConfigs(m_eglTestCtx.getLibrary(), m_display); in getValue()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | ComponentResultsView.java | 169 String[] configNames = performanceResultsElement.getConfigs(); in createTabs()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | PerformanceResults.java | 324 this.configNames = DB_Results.getConfigs(); in initConfigs()
|
D | DB_Results.java | 505 public static String[] getConfigs() { in getConfigs() method in DB_Results
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
D | performanceui.jar | META-INF/MANIFEST.MF
.project
about.html
plugin.xml
build.properties
images ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
D | pdebuild.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |