Searched defs:lvlHeight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c119 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0; local
122 assert(lvlWidth == lvlHeight); /* cubemap images are square */
131 lvlWidth, lvlHeight,
134 lvlHeight /= 2;
317 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0; local
320 assert(lvlWidth == lvlHeight); /* cubemap images are square */
340 lvlWidth, lvlHeight, 6);
342 lvlHeight /= 2;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c119 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0; local
122 assert(lvlWidth == lvlHeight); /* cubemap images are square */
131 lvlWidth, lvlHeight,
134 lvlHeight /= 2;
317 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0; local
320 assert(lvlWidth == lvlHeight); /* cubemap images are square */
340 lvlWidth, lvlHeight, 6);
342 lvlHeight /= 2;

Completed in 74 milliseconds