Home
last modified time | relevance | path

Searched defs:getConfigs (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/egl/wrapper/
DeglwFunctions.inl32 eglGetConfigsFunc getConfigs; variable
DeglwFuncPtrLibraryImpl.inl137 EGLBoolean FuncPtrLibrary::getConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLi… function in FuncPtrLibrary
/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/
DPerformanceResultsElement.java100 public String[] getConfigs() { in getConfigs() method in PerformanceResultsElement
/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/
DDB_Results.java505 public static String[] getConfigs() { in getConfigs() method in DB_Results
/external/deqp/framework/egl/
DegluUtil.cpp98 vector<EGLConfig> getConfigs (const Library& egl, EGLDisplay display) in getConfigs() function
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp542 …(EglTestContext& context, const char* name, const char* description, int getConfigs, int chooseCon… in MultiThreadedConfigTest()