HomeSort by relevance Sort by last modified time
    Searched refs:extensions (Results 176 - 200 of 1617) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/glx/
dri_glx.c 38 #include <X11/extensions/Xfixes.h>
39 #include <X11/extensions/Xdamage.h>
185 const __DRIextension **extensions; local
190 extensions = driGetDriverExtensions(handle, driverName);
191 if (extensions) {
192 for (int i = 0; extensions[i]; i++) {
193 if (strcmp(extensions[i]->name, __DRI_CONFIG_OPTIONS) == 0)
194 return ((__DRIconfigOptionsExtension *)extensions[i])->xml;
531 free((char *) context->extensions);
778 /* Bind DRI1 specific extensions */
822 const __DRIextension **extensions; local
    [all...]
dri3_glx.c 61 #include <X11/extensions/Xfixes.h>
204 free((char *) context->extensions);
670 * Enable all of the extensions supported on DRI3
676 const __DRIextension **extensions; local
680 extensions = psc->core->getExtensions(psc->driScreen);
702 for (i = 0; extensions[i]; i++) {
708 (strcmp(extensions[i]->name, __DRI_TEX_BUFFER) == 0)) {
709 psc->texBuffer = (__DRItexBufferExtension *) extensions[i];
713 if ((strcmp(extensions[i]->name, __DRI2_FLUSH) == 0)) {
714 psc->f = (__DRI2flushExtension *) extensions[i]
762 const __DRIextension **extensions; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
checkextensions.py 8 def checkextensions(unknown, extensions):
12 for e in extensions:
19 for e in extensions:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertificate.java 25 * extensions [ 3 ] Extensions OPTIONAL
46 Extensions extensions; field in class:TBSCertificate
123 extensions = Extensions.getInstance(ASN1Sequence.getInstance(extra, true));
183 public Extensions getExtensions()
185 return extensions;
TBSCertificateStructure.java 26 * extensions [ 3 ] Extensions OPTIONAL
48 X509Extensions extensions; field in class:TBSCertificateStructure
125 extensions = X509Extensions.getInstance(extra);
187 return extensions;
  /external/deqp/external/openglcts/modules/common/
glcInfoTests.cpp 71 QueryExtensionsCase(Context& context) : TestCase(context, "extensions", "Supported Extensions")
77 const vector<string> extensions = m_context.getContextInfo().getExtensions(); local
79 for (vector<string>::const_iterator i = extensions.begin(); i != extensions.end(); i++)
  /external/deqp/framework/egl/
egluConfigFilter.cpp 62 const std::vector<std::string> extensions = getDisplayExtensions(*m_cfg.object.egl, m_cfg.object.display); local
64 if (de::contains(extensions.begin(), extensions.end(), "EGL_EXT_pixel_format_float"))
  /external/deqp/modules/gles2/
tes2InfoTests.cpp 75 : TestCase (context, "extensions", "Supported Extensions")
81 const vector<string> extensions = m_context.getContextInfo().getExtensions(); local
83 for (vector<string>::const_iterator i = extensions.begin(); i != extensions.end(); i++)
  /external/deqp/modules/gles3/
tes3InfoTests.cpp 75 : TestCase (context, "extensions", "Supported Extensions")
81 const vector<string> extensions = m_context.getContextInfo().getExtensions(); local
83 for (vector<string>::const_iterator i = extensions.begin(); i != extensions.end(); i++)
  /external/deqp/modules/gles31/
tes31InfoTests.cpp 75 : TestCase (context, "extensions", "Supported Extensions")
81 const vector<string> extensions = m_context.getContextInfo().getExtensions(); local
83 for (vector<string>::const_iterator i = extensions.begin(); i != extensions.end(); i++)
  /external/deqp/scripts/build/
common.py 114 extensions = [""]
116 extensions += [".exe", ".bat"]
118 for extension in extensions:
  /external/python/cpython2/Tools/freeze/
checkextensions.py 8 def checkextensions(unknown, extensions):
12 for e in extensions:
19 for e in extensions:
  /external/python/cpython3/Tools/freeze/
checkextensions.py 8 def checkextensions(unknown, extensions):
12 for e in extensions:
19 for e in extensions:
  /external/skia/tools/sk_app/win/
GLWindowContext_win.cpp 90 SkWGLExtensions extensions; local
91 if (extensions.hasExtension(dc, "WGL_ARB_multisample")) {
93 extensions.getPixelFormatAttribiv(dc,
  /external/skqp/tools/sk_app/win/
GLWindowContext_win.cpp 90 SkWGLExtensions extensions; local
91 if (extensions.hasExtension(dc, "WGL_ARB_multisample")) {
93 extensions.getPixelFormatAttribiv(dc,
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.cpp 13 @Description OpenGL ES 2.0 extensions
31 @Description Initialises IMG extensions
64 // Supported extensions provide new entry points for OpenGL ES 2.0.
162 // The recommended technique for querying OpenGL extensions;
164 const GLubyte *extensions = NULL; local
173 extensions = glGetString(GL_EXTENSIONS);
176 OpenGL extensions string. Don't be fooled by sub-strings, etc. */
177 start = extensions;
  /external/webrtc/webrtc/call/
bitrate_estimator_tests.cc 56 // Ignore log lines that are due to missing AST extensions, these are
136 receive_config_.rtp.extensions.push_back(
138 receive_config_.rtp.extensions.push_back(
191 receive_config.rtp.extensions.push_back(
268 video_send_config_.rtp.extensions.push_back(
277 video_send_config_.rtp.extensions.push_back(
288 video_send_config_.rtp.extensions.push_back(
304 video_send_config_.rtp.extensions.push_back(
313 video_send_config_.rtp.extensions.push_back(
320 video_send_config_.rtp.extensions[0]
    [all...]
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXRevocationChecker.java 161 // request extensions; single extensions not supported
163 * Sets the optional OCSP request extensions.
165 * @param extensions a list of extensions. The list is copied to protect
168 public void setOcspExtensions(List<Extension> extensions)
170 this.ocspExtensions = (extensions == null)
172 : new ArrayList<Extension>(extensions);
176 * Gets the optional OCSP request extensions.
178 * @return an unmodifiable list of extensions. The list is empty if n
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 54 GLExtensions& extensions = GLExtensions::getInstance(); local
55 extensions.initWithEGLStrings(eglQueryStringImplementationANDROID(display, EGL_VERSION),
61 if (!extensions.hasNoConfigContext()) {
84 bool useContextPriority = overrideUseContextPriorityFromConfig(extensions.hasContextPriority());
109 extensions.initWithGLStrings(glGetString(GL_VENDOR), glGetString(GL_RENDERER),
112 GlesVersion version = parseGlesVersion(extensions.getVersion());
130 ALOGI("vendor : %s", extensions.getVendor());
131 ALOGI("renderer : %s", extensions.getRenderer());
132 ALOGI("version : %s", extensions.getVersion());
133 ALOGI("extensions: %s", extensions.getExtensions())
394 const GLExtensions& extensions = GLExtensions::getInstance(); local
    [all...]
  /external/boringssl/src/ssl/
t1_lib.cc 150 // This function does an initial scan over the extensions block to filter those
153 // First pass: count the extensions.
155 CBS extensions = *cbs; local
156 while (CBS_len(&extensions) > 0) {
160 if (!CBS_get_u16(&extensions, &type) ||
161 !CBS_get_u16_length_prefixed(&extensions, &extension)) {
178 extensions = *cbs;
182 if (!CBS_get_u16(&extensions, &extension_types[i]) ||
183 !CBS_get_u16_length_prefixed(&extensions, &extension)) {
188 assert(CBS_len(&extensions) == 0)
254 CBS extensions; local
269 CBS extensions; local
2860 CBB extensions; local
2970 CBB extensions; local
3017 CBS extensions; local
3116 CBS extensions; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java 21 package org.apache.xalan.extensions;
ExtensionsTable.java 21 package org.apache.xalan.extensions;
39 * Table of extensions that may be called from the expression language
47 * The StylesheetRoot associated with this extensions table.
61 Vector extensions = m_sroot.getExtensions(); local
62 for (int i = 0; i < extensions.size(); i++)
65 (ExtensionNamespaceSupport)extensions.get(i);
  /external/bart/docs/api_reference/
conf.py 37 # If extensions (or modules to document with autodoc) are in another directory,
48 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
50 extensions = [ variable
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
ext.py 45 builder.extensions = []
79 _commands.add_option('install_lib', 'without-c-extensions',
80 help_text='Don\'t install C extensions',
83 _commands.add_finalizer('install_lib', 'c-extensions',
86 _commands.add_option('build_ext', 'without-c-extensions',
87 help_text='Don\'t build C extensions',
90 _commands.add_finalizer('build_ext', 'c-extensions', _build_finalizer)
101 for optional extensions
102 - raise an exception. This is useful for mandatory extensions
130 for optional extensions
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
ext.py 44 builder.extensions = []
78 _commands.add_option('install_lib', 'without-c-extensions',
79 help_text='Don\'t install C extensions',
82 _commands.add_finalizer('install_lib', 'c-extensions',
85 _commands.add_option('build_ext', 'without-c-extensions',
86 help_text='Don\'t build C extensions',
89 _commands.add_finalizer('build_ext', 'c-extensions', _build_finalizer)
100 for optional extensions
101 - raise an exception. This is useful for mandatory extensions
129 for optional extensions
    [all...]

Completed in 2081 milliseconds

1 2 3 4 5 6 78 91011>>