Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:mHeight

45     mHeight = 0;
177 return mHeight;
1218 bool heightOkay = (mHeight >> level == height);
1221 || (widthOkay && mHeight >> level == 0 && height == 1)
1231 mImageArray[0].format, mWidth, mHeight,
1255 mHeight = height << level;
1515 HRESULT result = device->CreateTexture(mWidth, mHeight, creationLevels(mWidth, mHeight, 0), 0, format, D3DPOOL_DEFAULT, &texture, NULL);
1560 if (mWidth != 0 && mHeight != 0)
1566 HRESULT result = device->CreateTexture(mWidth, mHeight, creationLevels(mWidth, mHeight, 0), D3DUSAGE_RENDERTARGET, format, D3DPOOL_DEFAULT, &texture, NULL);
1635 int q = log2(std::max(mWidth, mHeight));
1653 unsigned int q = log2(std::max(mWidth, mHeight));
2150 mHeight = width << level;