Searched refs:groupSize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dpixel.c176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local
200 groupSize = elementSize * components;
204 rowSize = groupsPerRow * groupSize;
211 skipRows * rowSize + skipPixels * groupSize;
402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local
425 groupSize = elementSize * components;
426 rowSize = groupsPerRow * groupSize;
431 sourceRowSize = width * groupSize;
438 skipRows * rowSize + skipPixels * groupSize;
/external/mesa3d/src/glx/
H A Dpixel.c176 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local
200 groupSize = elementSize * components;
204 rowSize = groupsPerRow * groupSize;
211 skipRows * rowSize + skipPixels * groupSize;
402 GLint components, elementSize, rowSize, padding, groupsPerRow, groupSize; local
425 groupSize = elementSize * components;
426 rowSize = groupsPerRow * groupSize;
431 sourceRowSize = width * groupSize;
438 skipRows * rowSize + skipPixels * groupSize;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DProfilesPanel.js1031 var groupSize = group.profileSidebarTreeElements.length;
1032 if (groupSize === 2) {
1054 if (groupSize >= 2) {
1057 profileTreeElement.mainTitle = WebInspector.UIString("Run %d", groupSize);
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c658 #define groupSize (parser->m_groupSize) macro
804 groupSize = 0;
4423 if (prologState.level >= groupSize) {
4424 if (groupSize) {
4425 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2);
4431 groupSize * sizeof(int));
4438 groupConnector = (char *)MALLOC(groupSize = 32);
6281 dtd->scaffIndex = (int *)MALLOC(groupSize * sizeof(int));
/external/expat/lib/
H A Dxmlparse.c658 #define groupSize (parser->m_groupSize) macro
804 groupSize = 0;
4423 if (prologState.level >= groupSize) {
4424 if (groupSize) {
4425 char *temp = (char *)REALLOC(groupConnector, groupSize *= 2);
4431 groupSize * sizeof(int));
4438 groupConnector = (char *)MALLOC(groupSize = 32);
6281 dtd->scaffIndex = (int *)MALLOC(groupSize * sizeof(int));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1014 milliseconds