Home
last modified time | relevance | path

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

/external/markdown/markdown/extensions/
D__init__.py48 def getConfigs(self): member in Extension
/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/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyEvents.java324 List<PhysicalChannelConfig> getConfigs() { in getConfigs() method in TelephonyEvents.PhysicalChannelConfigChangedEvent
/external/deqp/framework/egl/
DegluUtil.cpp107 vector<EGLConfig> getConfigs (const Library& egl, EGLDisplay display) in getConfigs() function
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp521 EGLBoolean FunctionsEGL::getConfigs(EGLConfig *configs, in getConfigs() function in rx::FunctionsEGL
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp526 …(EglTestContext& context, const char* name, const char* description, int getConfigs, int chooseCon… in MultiThreadedConfigTest()
/external/angle/src/libANGLE/
DDisplay.cpp1336 std::vector<const Config *> Display::getConfigs(const egl::AttributeMap &attribs) const in getConfigs() function in egl::Display