OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attribMap
(Results
1 - 4
of
4
) sorted by null
/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/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);
Completed in 156 milliseconds