Searched refs:compsize2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/
H A Drenderpix.c126 GLuint compsize2, hdrlen, totalhdrlen, image1len, image2len; local
130 compsize2 = __glImageSize(height, 1, 1, format, type, 0);
134 image2len = __GLX_PAD(compsize2);
154 if (compsize2 > 0) {
159 if ((compsize == 0) && (compsize2 == 0)) {
/external/mesa3d/src/glx/
H A Drenderpix.c126 GLuint compsize2, hdrlen, totalhdrlen, image1len, image2len; local
130 compsize2 = __glImageSize(height, 1, 1, format, type, 0);
134 image2len = __GLX_PAD(compsize2);
154 if (compsize2 > 0) {
159 if ((compsize == 0) && (compsize2 == 0)) {

Completed in 1349 milliseconds