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

/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...]
H A Dshader_program.h492 bool StoreAttribute(VertexAttrib attrib);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp549 const struct attrib { struct
570 const struct attrib *attrib; local
571 for (attrib = attributes; attrib < attributes + NUMA(attributes);
572 attrib++) {
573 if (attrib->format == format) { break; }
575 if (attrib >= attributes + NUMA(attributes)) {
581 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
583 - (attrib
610 const struct attrib { struct
639 const struct attrib *attrib; local
798 const struct attrib { struct
[all...]
H A DhwcCommit.cpp1324 const struct hwcTestGraphicFormat *attrib; local
1325 attrib = hwcTestGraphicFormatLookup(this->format);
1326 if (attrib != NULL) {
1327 if (sourceDim.width() % attrib->wMod) {
1328 sourceDim.setWidth(sourceDim.width() + attrib->wMod
1329 - (sourceDim.width() % attrib->wMod));
1331 if (sourceDim.height() % attrib->hMod) {
1332 sourceDim.setHeight(sourceDim.height() + attrib->hMod
1333 - (sourceDim.height() % attrib->hMod));
/frameworks/base/tools/layoutlib/rename_font/
H A Dbuild_font_single.py125 if 'nameID' in namerecord.attrib:
126 name_id = int(namerecord.attrib['nameID'])
155 if 'nameID' in namerecord.attrib:
156 name_id = int(namerecord.attrib['nameID'])
H A Dbuild_font.py141 if 'nameID' in namerecord.attrib:
142 name_id = int(namerecord.attrib['nameID'])
171 if 'nameID' in namerecord.attrib:
172 name_id = int(namerecord.attrib['nameID'])
/frameworks/native/opengl/tools/glgen2/registry/
H A Dreg.py74 if ('api' in elem.attrib):
81 if ('profile' in elem.attrib):
712 if ('api' in elem.attrib):
752 type.attrib['name'] = type.find('name').text
784 cmd.attrib['name'] = cmd.find('proto/name').text
845 if (required and ('requires' in type.elem.attrib)):
935 if ('requires' in f.elem.attrib):
1136 if ('group' in proto.attrib.keys()):
1151 if ('group' in param.attrib.keys()):
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp125 EGLint attrib[] = local
145 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp217 EGLint attrib[] = local
241 EGLUtils::selectConfigForNativeWindow(eglDisplay, attrib, window, &myConfig);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp305 EGLint attrib = attrib_list[0]; local
314 while (attrib != EGL_NONE) {
315 attrib = attrib_list[attribCount];
316 switch (attrib) {

Completed in 254 milliseconds