Searched refs:apis (Results 1 - 10 of 10) sorted by relevance

/external/mesa3d/src/egl/main/
H A Deglmisc.c128 char *apis = dpy->ClientAPIsString; local
130 if (apis[0] || !dpy->ClientAPIs)
134 strcat(apis, "OpenGL ");
137 strcat(apis, "OpenGL_ES ");
140 strcat(apis, "OpenGL_ES2 ");
143 strcat(apis, "OpenVG ");
145 assert(strlen(apis) < sizeof(dpy->ClientAPIsString));
/external/deqp/modules/egl/
H A DteglSurfacelessContextTests.cpp90 } apis[] = local
102 for (int apiNdx = 0; apiNdx < (int)DE_LENGTH_OF_ARRAY(apis); apiNdx++)
104 if ((apiBits & apis[apiNdx].apiBit) == 0)
107 log << TestLog::Message << "Creating " << apis[apiNdx].name << " context with config ID " << id << TestLog::EndMessage;
109 EGLU_CHECK_CALL(egl, bindAPI(apis[apiNdx].api));
111 eglu::UniqueContext context(egl, display, egl.createContext(display, config, EGL_NO_CONTEXT, apis[apiNdx].ctxAttrs));
H A DteglQueryContextTests.cpp322 const EGLenum apis[] = { EGL_OPENGL_API, EGL_OPENGL_ES_API, EGL_OPENVG_API }; local
342 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(apis); ndx++)
344 const EGLenum api = apis[ndx];
H A DteglRenderCase.cpp221 const EGLint apis[] = { EGL_OPENGL_ES2_BIT, EGL_OPENGL_ES3_BIT_KHR, EGL_OPENGL_ES_BIT, EGL_OPENVG_BIT }; local
227 for (int apiNdx = 0; apiNdx < DE_LENGTH_OF_ARRAY(apis); apiNdx++)
229 EGLint apiBit = apis[apiNdx];
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DDeprecatedAPIChecker.java263 private static APIInfo findClassInfo(Set<APIInfo> apis, String cls) { argument
264 for (APIInfo api : apis) {
273 private static APIInfo findFieldInfo(Set<APIInfo> apis, String cls, String field) { argument
274 for (APIInfo api : apis) {
283 private static APIInfo findConstructorInfo(Set<APIInfo> apis, String cls, List<String> params) { argument
284 for (APIInfo api : apis) {
306 private static APIInfo findMethodInfo(Set<APIInfo> apis, String cls, String method, List<String> params) { argument
307 for (APIInfo api : apis) {
329 private static APIInfo findEnumInfo(Set<APIInfo> apis, String ecls) { argument
330 for (APIInfo api : apis) {
339 findEnumConstantInfo(Set<APIInfo> apis, String ecls, String econst) argument
[all...]
/external/deqp/scripts/khr_util/
H A Dregistry.py190 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/deqp/framework/egl/
H A DegluUtil.cpp394 vector<EGLenum> apis; local
397 apis.push_back(parseClientAPI(*api));
399 return apis;
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js83 var apis = $(".api",context);
84 apis.each(function(i) {
/external/doclava/res/assets/templates-sdk/assets/js/
H A Ddocs.js297 //po.src = 'https://apis.google.com/js/plusone.js';
908 var apis = $(".api", context);
909 apis.each(function(i) {
3970 // init available apis based on user pref
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3064 milliseconds