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

/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp217 EGLint attrib[] = local
241 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp125 EGLint attrib[] = local
145 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp124 const VertexAttrib& attrib = iter->second; local
125 if (attrib.owned_data)
126 delete[] attrib.owned_data;
955 VertexAttrib attrib; local
956 attrib.is_const = false;
957 attrib.index = var;
958 attrib.components = components;
959 attrib.normalized = normalize;
960 attrib.stride = stride;
961 attrib
981 VertexAttrib attrib; local
1021 VertexAttrib attrib; local
1034 StoreAttribute(VertexAttrib attrib) argument
1046 const VertexAttrib& attrib = iter->second; local
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp547 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
637 const struct attrib *attrib; local
795 const struct attrib { struct
[all...]
H A DhwcCommit.cpp1322 const struct hwcTestGraphicFormat *attrib; local
1323 attrib = hwcTestGraphicFormatLookup(this->format);
1324 if (attrib != NULL) {
1325 if (sourceDim.width() % attrib->wMod) {
1326 sourceDim.setWidth(sourceDim.width() + attrib->wMod
1327 - (sourceDim.width() % attrib->wMod));
1329 if (sourceDim.height() % attrib->hMod) {
1330 sourceDim.setHeight(sourceDim.height() + attrib->hMod
1331 - (sourceDim.height() % attrib->hMod));
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp358 EGLint attrib = attrib_list[0]; local
367 while (attrib != EGL_NONE) {
368 attrib = attrib_list[attribCount];
369 switch (attrib) {

Completed in 110 milliseconds