Home | History | Annotate | Download | only in d3d

Lines Matching refs:getBaseLevelHeight

72 GLint TextureD3D::getBaseLevelHeight() const
210 return gl::log2(std::max(std::max(getBaseLevelWidth(), getBaseLevelHeight()), getBaseLevelDepth())) + 1;
500 std::max(getBaseLevelHeight() >> level, 1));
616 GLsizei height = getBaseLevelHeight();
660 if (getBaseLevelWidth() > 0 && getBaseLevelHeight() > 0)
705 const int storageHeight = std::max(1, getBaseLevelHeight() >> level);
953 int baseHeight = getBaseLevelHeight();
1209 const int storageHeight = std::max(1, getBaseLevelHeight() >> level);
1493 std::max(getBaseLevelHeight() >> level, 1),
1566 GLsizei height = getBaseLevelHeight();
1605 if (getBaseLevelWidth() > 0 && getBaseLevelHeight() > 0 && getBaseLevelDepth() > 0)
1650 GLsizei height = getBaseLevelHeight();
1703 const int storageHeight = std::max(1, getBaseLevelHeight() >> level);
1969 int baseHeight = getBaseLevelHeight();
2047 GLsizei height = getBaseLevelHeight();
2086 if (getBaseLevelWidth() > 0 && getBaseLevelHeight() > 0 && getLayers(0) > 0)
2131 GLsizei height = getBaseLevelHeight();
2200 const int storageHeight = std::max(1, getBaseLevelHeight() >> level);