Searched defs:attrib (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp216 EGLint attrib[] = local
240 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp124 EGLint attrib[] = local
144 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp213 EGLint attrib = attrib_list[0]; local
222 while (attrib != EGL_NONE) {
223 attrib = attrib_list[attribCount];
224 switch (attrib) {
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp545 const struct attrib { struct
568 const struct attrib *attrib; local
569 for (attrib = attributes; attrib < attributes + NUMA(attributes);
570 attrib++) {
571 if (attrib->format == format) { break; }
573 if (attrib >= attributes + NUMA(attributes)) {
579 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
581 - (attrib
608 const struct attrib { struct
639 const struct attrib *attrib; local
798 const struct attrib { struct
[all...]
H A DhwcCommit.cpp1325 const struct hwcTestGraphicFormat *attrib; local
1326 attrib = hwcTestGraphicFormatLookup(this->format);
1327 if (attrib != NULL) {
1328 if (sourceDim.width() % attrib->wMod) {
1329 sourceDim.setWidth(sourceDim.width() + attrib->wMod
1330 - (sourceDim.width() % attrib->wMod));
1332 if (sourceDim.height() % attrib->hMod) {
1333 sourceDim.setHeight(sourceDim.height() + attrib->hMod
1334 - (sourceDim.height() % attrib->hMod));
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp131 const VertexAttrib& attrib = iter->second; local
132 if (attrib.owned_data)
133 delete[] attrib.owned_data;
962 VertexAttrib attrib; local
963 attrib.is_const = false;
964 attrib.index = var;
965 attrib.components = components;
966 attrib.normalized = normalize;
967 attrib.stride = stride;
968 attrib
988 VertexAttrib attrib; local
1028 VertexAttrib attrib; local
1041 StoreAttribute(VertexAttrib attrib) argument
1053 const VertexAttrib& attrib = iter->second; local
[all...]

Completed in 68 milliseconds