Searched refs:extensions (Results 251 - 275 of 432) sorted by relevance

<<1112131415161718

/external/libvncserver/libvncserver/
H A Dmain.c57 * Protocol extensions
63 * This method registers a list of new extensions.
65 * The order is not preserved if multiple extensions are
103 * This method unregisters a list of extensions.
104 * These extensions won't be available for any new
168 for(extData = cl->extensions; extData; extData = extData->next)
175 extData->next = cl->extensions;
176 cl->extensions = extData;
186 for(extData = cl->extensions; extData; extData = extData->next) {
191 cl->extensions
[all...]
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c131 const char *extensions; member in struct:GLX_egl_display
531 GLX_dpy->extensions =
533 if (GLX_dpy->extensions) {
534 if (strstr(GLX_dpy->extensions, "GLX_SGI_make_current_read")) {
539 if (strstr(GLX_dpy->extensions, "GLX_SGIX_fbconfig")) {
544 if (strstr(GLX_dpy->extensions, "GLX_SGIX_pbuffer")) {
/external/icu/icu4c/source/common/
H A Duloc_tag.c47 ExtensionListEntry *extensions; member in struct:ULanguageTag
621 langtag->extensions = NULL;
905 /* reorder extensions */
1122 /* write out the sorted BCP47 attributes, extensions and private use */
1571 /* If a POSIX variant was in the extensions, write it out before writing the keywords. */
1976 if (_addExtensionToList(&(t->extensions), pExtension, FALSE)) {
2039 if (_addExtensionToList(&(t->extensions), pExtension, FALSE)) {
2117 if (_addExtensionToList(&(t->extensions), pExtension, FALSE)) {
2154 if (langtag->extensions) {
2155 ExtensionListEntry *curExt = langtag->extensions;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DULocale.java323 private transient volatile LocaleExtensions extensions; field in class:ULocale
596 defaultULocale = getInstance(newBase, defaultULocale.extensions());
636 // When Java's default locale has extensions (such as ja-JP-u-ca-japanese),
3098 return extensions().getExtensionValue(key);
3103 * empty set if it has no extensions. The returned set is unmodifiable.
3107 * no extensions
3111 return extensions().getKeys();
3123 return extensions().getUnicodeLocaleAttributes();
3145 return extensions().getUnicodeLocaleType(key);
3158 return extensions()
3973 private LocaleExtensions extensions() { method in class:ULocale
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboApiTest.cpp608 std::set<std::string> extensions; local
609 std::copy(m_context.getContextInfo().getExtensions().begin(), m_context.getContextInfo().getExtensions().end(), std::inserter(extensions, extensions.begin()));
612 bool hasRenderToMipmap = extensions.find("GL_OES_fbo_render_mipmap") != extensions.end();
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
H A Dmocha.js6263 exports.lookupFiles = function lookupFiles(path, extensions, recursive) {
6265 var re = new RegExp('\\.(' + extensions.join('|') + ')$');
6291 files = files.concat(lookupFiles(file, extensions, recursive));
/external/deqp/framework/egl/
H A DegluUtil.cpp75 EGLU_CHECK_MSG(egl, "Querying extensions failed");
82 const vector<string> extensions = getExtensions(egl, display); local
83 return de::contains(extensions.begin(), extensions.end(), str);
/external/deqp/modules/egl/
H A DteglImageTests.cpp164 const char* extensions[] = { "GL_OES_EGL_image" }; local
165 m_eglTestCtx.initGLFunctions(&m_gl, m_api, DE_LENGTH_OF_ARRAY(extensions), &extensions[0]);
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp352 vector<string> extensions (numExtensions);
357 extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, (GLuint)ndx);
361 return extensions;
384 : TestCase(context, "extensions", "GL_EXTENSIONS")
H A Des3fTextureWrapTests.cpp61 const vector<string>& extensions = contextInfo.getExtensions(); local
63 for (int extNdx = 0; extNdx < (int)extensions.size(); extNdx++)
65 const string& ext = extensions[extNdx];
/external/mesa3d/src/glx/
H A Dsingle2.c671 if (gc->extensions)
672 return gc->extensions;
752 * vendors intentionally exclude some extensions from their
771 * extensions that we can support.
777 * 1.3, but does not report all of those extensions, we will
786 s = gc->extensions;
H A Dglxclient.h43 #include <X11/extensions/extutil.h>
360 GLubyte *extensions; member in struct:glx_context
491 * set of extensions that the application can actually use.
514 * field only contains enough bits for 64 extensions. Should libGL
515 * ever need to track more than 64 GLX extensions, we can safely grow
H A Dindirect_glx.c54 if (gc->extensions)
55 XFree((char *) gc->extensions);
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c1010 dri2_dpy->extensions[0] = &dri2_dpy->swrast_loader_extension.base;
1011 dri2_dpy->extensions[1] = NULL;
1012 dri2_dpy->extensions[2] = NULL;
1122 dri2_dpy->extensions[0] = &dri2_dpy->dri2_loader_extension.base;
1123 dri2_dpy->extensions[1] = &image_lookup_extension.base;
1124 dri2_dpy->extensions[2] = NULL;
/external/boringssl/src/crypto/x509v3/
H A Dv3_conf.c323 /* This is the main function: add a bunch of extensions based on a config file
347 /* Convenience functions to add extensions to a certificate, CRL and request */
354 sk = &cert->cert_info->extensions;
365 sk = &crl->crl->extensions;
369 /* Add extensions to certificate request */
/external/deqp/scripts/khr_util/
H A Dregistry.py195 self.extensions = ElemNameIndex(eRegistry.findall('extensions/extension'))
348 # Missing enums are often from exotic extensions. Don't create dummy entries,
401 eExtension = registry.extensions[extName]
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClientFactory.java457 // TODO extensions
561 public WebSocketClientConnection(WebSocketClientFactory factory, WebSocket webSocket, EndPoint endPoint, WebSocketBuffers buffers, long timeStamp, int maxIdleTime, String protocol, List<Extension> extensions, int draftVersion, MaskGen maskGen) throws IOException argument
563 super(webSocket, endPoint, buffers, timeStamp, maxIdleTime, protocol, extensions, draftVersion, maskGen);
/external/lldb/scripts/Python/
H A Dbuild-swig-Python.sh46 swig_python_extensions=${SRC_ROOT}/scripts/Python/python-extensions.swig
/external/mesa3d/docs/
H A DWL_bind_wayland_display.spec104 not an EGL wl_buffer (wl_shm and other wayland extensions can
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_crtc.c47 #include <X11/extensions/dpmsconst.h>
50 #include <X11/extensions/dpms.h>
/external/mesa3d/src/glx/apple/
H A Dappledri.c43 #include <X11/extensions/Xext.h>
44 #include <X11/extensions/extutil.h>
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h25 #include <fst/extensions/far/stlist.h>
26 #include <fst/extensions/far/sttable.h>
/external/deqp/framework/opengl/
H A DgluRenderContext.hpp224 void initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExtensions, const char* const* extensions);
227 // use glGetString* to query list of extensions, so it needs current GL context.
/external/drm_hwcomposer/
H A Dgl_compositor.cpp39 static bool has_extension(const char *extension, const char *extensions);
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc905 const wchar_t *extensions[] = { L"exe", L"dll" }; local
906 for (int i = 0; i < sizeof(extensions) / sizeof(extensions[0]); i++) {
909 file.replace(dot_pos + 1, wstring::npos, extensions[i]);

Completed in 957 milliseconds

<<1112131415161718