Searched refs:_mesa_is_pow_two (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texture.c112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) &&
114 (texImage->Depth == 1 || _mesa_is_pow_two(texImage->Depth2)))
/external/mesa3d/src/mesa/swrast/
H A Ds_texture.c112 if ((texImage->Width == 1 || _mesa_is_pow_two(texImage->Width2)) &&
113 (texImage->Height == 1 || _mesa_is_pow_two(texImage->Height2)) &&
114 (texImage->Depth == 1 || _mesa_is_pow_two(texImage->Depth2)))
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpixel.c197 if (!_mesa_is_pow_two(mapsize)) {
239 if (!_mesa_is_pow_two(mapsize)) {
295 if (!_mesa_is_pow_two(mapsize)) {
H A Dteximage.c1296 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1311 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1313 if (height > 0 && !_mesa_is_pow_two(height - 2 * border))
1330 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1332 if (height > 0 && !_mesa_is_pow_two(height - 2 * border))
1334 if (depth > 0 && !_mesa_is_pow_two(depth - 2 * border))
1359 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1361 if (height > 0 && !_mesa_is_pow_two(height - 2 * border))
1376 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1393 if (width > 0 && !_mesa_is_pow_two(widt
[all...]
H A Dimports.h442 _mesa_is_pow_two(int x) function
/external/mesa3d/src/mesa/main/
H A Dpixel.c197 if (!_mesa_is_pow_two(mapsize)) {
239 if (!_mesa_is_pow_two(mapsize)) {
295 if (!_mesa_is_pow_two(mapsize)) {
H A Dteximage.c1296 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1311 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1313 if (height > 0 && !_mesa_is_pow_two(height - 2 * border))
1330 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1332 if (height > 0 && !_mesa_is_pow_two(height - 2 * border))
1334 if (depth > 0 && !_mesa_is_pow_two(depth - 2 * border))
1359 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1361 if (height > 0 && !_mesa_is_pow_two(height - 2 * border))
1376 if (width > 0 && !_mesa_is_pow_two(width - 2 * border))
1393 if (width > 0 && !_mesa_is_pow_two(widt
[all...]
H A Dimports.h440 _mesa_is_pow_two(int x) function
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c215 assert(_mesa_is_pow_two(dst->width) &&
216 _mesa_is_pow_two(dst->height));
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_surface.c215 assert(_mesa_is_pow_two(dst->width) &&
216 _mesa_is_pow_two(dst->height));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c106 if (!_mesa_is_pow_two(width) || target == GL_TEXTURE_RECTANGLE) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c106 if (!_mesa_is_pow_two(width) || target == GL_TEXTURE_RECTANGLE) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.c106 if (!_mesa_is_pow_two(width) || target == GL_TEXTURE_RECTANGLE) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.c106 if (!_mesa_is_pow_two(width) || target == GL_TEXTURE_RECTANGLE) {

Completed in 554 milliseconds