Searched refs:attrib (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/opengl/tests/hwc/
H A DhwcTestLib.cpp543 const struct attrib { struct
566 const struct attrib *attrib; local
567 for (attrib = attributes; attrib < attributes + NUMA(attributes);
568 attrib++) {
569 if (attrib->format == format) { break; }
571 if (attrib >= attributes + NUMA(attributes)) {
577 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
579 - (attrib
606 const struct attrib { struct
637 const struct attrib *attrib; local
796 const struct attrib { struct
[all...]
H A DhwcCommit.cpp1326 const struct hwcTestGraphicFormat *attrib; local
1327 attrib = hwcTestGraphicFormatLookup(this->format);
1328 if (attrib != NULL) {
1329 if (sourceDim.width() % attrib->wMod) {
1330 sourceDim.setWidth(sourceDim.width() + attrib->wMod
1331 - (sourceDim.width() % attrib->wMod));
1333 if (sourceDim.height() % attrib->hMod) {
1334 sourceDim.setHeight(sourceDim.height() + attrib->hMod
1335 - (sourceDim.height() % attrib->hMod));
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp124 EGLint attrib[] = local
144 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp216 EGLint attrib[] = local
240 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);

Completed in 99 milliseconds