OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attribmap
(Results
1 - 15
of
15
) sorted by null
/external/deqp/framework/egl/
egluUtil.hpp
45
typedef std::map<EGLint, EGLint>
AttribMap
;
50
std::vector<EGLConfig> chooseConfig (EGLDisplay display, const
AttribMap
& attribs);
51
EGLConfig chooseSingleConfig (EGLDisplay display, const
AttribMap
& attribs);
egluUtil.cpp
103
vector<EGLConfig> chooseConfig (EGLDisplay display, const
AttribMap
& attribs)
107
for (
AttribMap
::const_iterator it = attribs.begin(); it != attribs.end(); ++it)
130
EGLConfig chooseSingleConfig (EGLDisplay display, const
AttribMap
& attribs)
/external/chromium_org/third_party/mesa/src/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;
/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;
/external/deqp/modules/egl/
teglResizeTests.cpp
72
using eglu::
AttribMap
;
126
AttribMap
attribMap
;
128
attribMap
[EGL_SURFACE_TYPE] = surfaceType;
129
attribMap
[EGL_RENDERABLE_TYPE] = EGL_OPENGL_ES2_BIT;
131
return eglu::chooseSingleConfig(eglDisplay,
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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar
/external/robolectric/lib/main/
httpclient-4.0.3.jar
/external/smack/asmack-master/lib/
httpclient-4.1.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
Completed in 473 milliseconds