/external/mesa3d/src/egl/main/ |
D | eglmisc.c | 128 char *apis = dpy->ClientAPIsString; in _eglUpdateAPIsString() local 130 if (apis[0] || !dpy->ClientAPIs) in _eglUpdateAPIsString() 134 strcat(apis, "OpenGL "); in _eglUpdateAPIsString() 137 strcat(apis, "OpenGL_ES "); in _eglUpdateAPIsString() 140 strcat(apis, "OpenGL_ES2 "); in _eglUpdateAPIsString() 143 strcat(apis, "OpenVG "); in _eglUpdateAPIsString() 145 assert(strlen(apis) < sizeof(dpy->ClientAPIsString)); in _eglUpdateAPIsString()
|
/external/deqp/modules/egl/ |
D | teglCreateContextTests.cpp | 76 } apis[] = in executeForConfig() local 85 for (int apiNdx = 0; apiNdx < (int)DE_LENGTH_OF_ARRAY(apis); apiNdx++) in executeForConfig() 87 if ((apiBits & apis[apiNdx].apiBit) == 0) in executeForConfig() 90 …log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id <<… in executeForConfig() 93 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api)); in executeForConfig() 95 EGLContext context = egl.createContext(display, config, EGL_NO_CONTEXT, apis[apiNdx].ctxAttrs); in executeForConfig()
|
D | teglSurfacelessContextTests.cpp | 90 } apis[] = in executeForConfig() local 102 for (int apiNdx = 0; apiNdx < (int)DE_LENGTH_OF_ARRAY(apis); apiNdx++) in executeForConfig() 104 if ((apiBits & apis[apiNdx].apiBit) == 0) in executeForConfig() 107 …log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id <<… in executeForConfig() 109 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api)); in executeForConfig() 111 …eglu::UniqueContext context(egl, display, egl.createContext(display, config, EGL_NO_CONTEXT, apis[… in executeForConfig()
|
D | teglQueryContextTests.cpp | 322 const EGLenum apis[] = { EGL_OPENGL_API, EGL_OPENGL_ES_API, EGL_OPENVG_API }; in iterate() local 342 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(apis); ndx++) in iterate() 344 const EGLenum api = apis[ndx]; in iterate()
|
D | teglRenderCase.cpp | 221 …const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPEN… in executeForSurface() local 227 for (int apiNdx = 0; apiNdx < DE_LENGTH_OF_ARRAY(apis); apiNdx++) in executeForSurface() 229 EGLint apiBit = apis[apiNdx]; in executeForSurface()
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | DeprecatedAPIChecker.java | 261 private static APIInfo findClassInfo(Set<APIInfo> apis, String cls) { in findClassInfo() argument 262 for (APIInfo api : apis) { in findClassInfo() 271 private static APIInfo findFieldInfo(Set<APIInfo> apis, String cls, String field) { in findFieldInfo() argument 272 for (APIInfo api : apis) { in findFieldInfo() 281 private static APIInfo findConstructorInfo(Set<APIInfo> apis, String cls, List<String> params) { in findConstructorInfo() argument 282 for (APIInfo api : apis) { in findConstructorInfo() 304 …private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> p… in findMethodInfo() argument 305 for (APIInfo api : apis) { in findMethodInfo() 327 private static APIInfo findEnumInfo(Set<APIInfo> apis, String ecls) { in findEnumInfo() argument 328 for (APIInfo api : apis) { in findEnumInfo() [all …]
|
/external/apache-xml/ |
D | NOTICE | 59 Portions of Apache Xerces Java in xercesImpl.jar and xml-apis.jar 68 Apache xml-commons xml-apis (redistribution of xml-apis.jar)
|
/external/deqp/scripts/khr_util/ |
D | registry.py | 190 self.apis = {} 192 self.apis.setdefault(eFeature.get('api'), []).append(eFeature) 193 for apiFeatures in self.apis.itervalues(): 199 return [eFeature for eFeature in self.apis[api]
|
/external/chromium-trace/catapult/third_party/webapp2/docs/ |
D | todo.rst | 165 <Url>https://apps-apis.google.com/a/feeds/user/#readonly</Url> 170 <Url>https://apps-apis.google.com/a/feeds/group/#readonly</Url> 174 <Url>https://apps-apis.google.com/a/feeds/nickname/#readonly</Url>
|
/external/tagsoup/ |
D | README.android | 7 - Install saxon 6.5.5 and copy saxon.jar and saxon-xml-apis.jar files to $ANT_HOME/lib
|
D | README | 28 directory and copy the saxon.jar and saxon-xml-apis.jar files to
|
/external/v8/build/ |
D | features.gypi | 61 # Enable compiler warnings when using V8_DEPRECATED apis. 64 # Enable compiler warnings when using V8_DEPRECATE_SOON apis.
|
/external/cros/system_api/ |
D | README | 18 http://code.google.com/apis/protocolbuffers/docs/cpptutorial.html for a detailed
|
/external/deqp/framework/egl/ |
D | egluUtil.cpp | 394 vector<EGLenum> apis; in parseClientAPIs() local 397 apis.push_back(parseClientAPI(*api)); in parseClientAPIs() 399 return apis; in parseClientAPIs()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
D | reference.rst | 78 http://code.google.com/apis/protocolbuffers/docs/encoding.html#varints
|
/external/skia/resources/ |
D | slides_content2.lua | 16 - Threads : wrappers for native apis
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 83 var apis = $(".api",context); 84 apis.each(function(i) {
|
/external/nanopb-c/docs/ |
D | index.rst | 10 __ http://code.google.com/apis/protocolbuffers/
|
D | reference.rst | 482 .. _varint: http://code.google.com/apis/protocolbuffers/docs/encoding.html#varints
|
/external/srtp/ |
D | README | 53 doc/ documentation: rfcs, apis, and suchlike
|
/external/chromium-trace/catapult/docs/ |
D | style-guide.md | 198 …ps://github.com/lukehoban/es6features#math--number--string--array--object-apis) | To be discussed …
|
/external/icu/icu4c/source/data/ |
D | cldr-icu-readme.txt | 30 # plus the xml-apis.jar from the Apache xalan package
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 57 The goal of this layer is to abstract the apis of the underline hardwares. 58 Each abstracted hardware usualy have different apis, this layer responsibility
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 236 // http://code.google.com/apis/protocolbuffers/docs/proto.html#options
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 47 type. index is used to indicate which buffer to set (some apis may allow
|