HomeSort by relevance Sort by last modified time
    Searched full:attribmap (Results 1 - 17 of 17) sorted by null

  /external/deqp/modules/egl/
teglImageUtil.cpp 62 using eglu::AttribMap;
159 virtual AttribMap getCreateAttribs (void) const = 0;
165 AttribMap attribMap = getCreateAttribs();
167 attribMap[EGL_IMAGE_PRESERVED_KHR] = EGL_TRUE;
170 const vector<EGLint> attribs = eglu::attribMapToList(attribMap);
186 AttribMap getCreateAttribs (void) const;
195 AttribMap TextureImageSource::getCreateAttribs (void) const
197 AttribMap ret;
312 AttribMap getCreateAttribs (void) const { return AttribMap();
    [all...]
teglResizeTests.cpp 76 using eglu::AttribMap;
133 AttribMap attribMap;
135 attribMap[EGL_SURFACE_TYPE] = surfaceType;
136 attribMap[EGL_RENDERABLE_TYPE] = EGL_OPENGL_ES2_BIT;
138 return eglu::chooseSingleConfig(egl, eglDisplay, attribMap);
teglAndroidUtil.cpp 48 using eglu::AttribMap;
teglImageTests.cpp 72 using eglu::AttribMap;
219 AttribMap attribs;
  /external/deqp/framework/egl/
egluUtil.hpp 53 typedef std::map<eglw::EGLint, eglw::EGLint> AttribMap;
55 std::vector<eglw::EGLint> attribMapToList (const AttribMap& map);
64 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs);
67 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const AttribMap& attribs);
egluUtil.cpp 46 vector<EGLint> attribMapToList (const AttribMap& attribs)
50 for (AttribMap::const_iterator it = attribs.begin(); it != attribs.end(); ++it)
165 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const AttribMap& attribs)
171 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const AttribMap& attribs)
179 AttribMap attribs;
  /external/mesa3d/src/mesa/drivers/dri/common/
utils.c 441 static const struct { unsigned int attrib, offset; } attribMap[] = {
502 switch (attribMap[index].attrib) {
527 ((char *) &config->modes + attribMap[index].offset);
548 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
549 if (attribMap[i].attrib == attrib)
567 if (index >= 0 && index < ARRAY_SIZE(attribMap)) {
568 *attrib = attribMap[index].attrib;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageXmlParser.java 213 final Map<String, String> attribMap = new HashMap<String, String>();
220 attribMap.put(fullyQualifiedName, attributes.getValue(i));
222 return attribMap;
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965Spec.java 135 Map<String, NameValuePair> attribmap = local
139 attribmap.put(param.getName().toLowerCase(Locale.ENGLISH), param);
141 for (Map.Entry<String, NameValuePair> entry : attribmap.entrySet()) {
  /external/mesa3d/src/glx/
dri_common.c 212 } attribMap[] = {
264 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
265 if (attribMap[i].attrib == attrib) {
266 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset);
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 269 milliseconds