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

/xsrc/external/mit/MesaLib.old/dist/include/HaikuGL/
H A DGLView.h69 virtual void FrameResized(float newWidth, float newHeight);
/xsrc/external/mit/MesaLib/dist/include/HaikuGL/
H A DGLView.h70 virtual void FrameResized(float newWidth, float newHeight);
/xsrc/external/mit/glu/dist/src/libutil/
H A Dmipmap.c3412 GLint *newWidth, GLint *newHeight)
3479 *newHeight= heightPowerOf2;
3491 *newHeight = nearestPower(height);
3492 if (*newHeight > maxsize) *newHeight = maxsize;
7414 GLint *newWidth, GLint *newHeight, GLint *newDepth)
7448 *newWidth= *newHeight= *newDepth= 1; /* must fit 1x1x1 texture */
7461 *newHeight= heightPowerOf2;
7734 GLint newWidth, newHeight, newDepth; local in function:gluBuild3DMipmapLevelsCore
7754 newHeight
3410 closestFit(GLenum target,GLint width,GLint height,GLint internalFormat,GLenum format,GLenum type,GLint * newWidth,GLint * newHeight) argument
7412 closestFit3D(GLenum target,GLint width,GLint height,GLint depth,GLint internalFormat,GLenum format,GLenum type,GLint * newWidth,GLint * newHeight,GLint * newDepth) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1308 UINT_32 newHeight; local in function:Addr::V1::SiLib::HwlComputeXmaskAddrFromCoord
1330 &newHeight,
1351 &newHeight,
1361 const UINT_32 heightInTile = newHeight / MicroTileWidth;
1466 UINT_32 newHeight; local in function:Addr::V1::SiLib::HwlComputeXmaskCoordFromAddr
1490 &newHeight,
1510 &newHeight,
1518 const UINT_32 heightInTile = newHeight / MicroTileWidth;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1307 UINT_32 newHeight; local in function:Addr::V1::SiLib::HwlComputeXmaskAddrFromCoord
1329 &newHeight,
1350 &newHeight,
1360 const UINT_32 heightInTile = newHeight / MicroTileWidth;
1465 UINT_32 newHeight; local in function:Addr::V1::SiLib::HwlComputeXmaskCoordFromAddr
1489 &newHeight,
1509 &newHeight,
1517 const UINT_32 heightInTile = newHeight / MicroTileWidth;
/xsrc/external/mit/libXfont/dist/src/bitmap/
H A Dbitscale.c1114 newHeight; local in function:ScaleBitmap
1139 newHeight = GLYPHHEIGHTPIXELS(pci);
1140 if (!newWidth || !newHeight || !width || !height)
1358 for (row = 0; row < newHeight; row++)
/xsrc/external/mit/libXfont2/dist/src/bitmap/
H A Dbitscale.c1111 newHeight; local in function:ScaleBitmap
1136 newHeight = GLYPHHEIGHTPIXELS(pci);
1137 if (!newWidth || !newHeight || !width || !height)
1355 for (row = 0; row < newHeight; row++)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_fxt1.c1305 GLint newHeight = (height + 3) & ~3; local in function:fxt1_encode
1306 newSource = malloc(comps * newWidth * newHeight * sizeof(GLubyte));
1312 upscale_teximage2d(width, height, newWidth, newHeight,
1317 height = newHeight;
H A Dmipmap.c1921 GLint newWidth, newHeight, newDepth; local in function:_mesa_prepare_mipmap_levels
1927 &newWidth, &newHeight, &newDepth)) {
1933 newWidth, newHeight, newDepth,
1939 height = newHeight;
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_fxt1.c1186 int32_t newHeight = (height + 3) & ~3; local in function:fxt1_encode
1187 newSource = malloc(comps * newWidth * newHeight * sizeof(uint8_t));
1190 upscale_teximage2d(width, height, newWidth, newHeight,
1195 height = newHeight;
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp2366 UINT_32 newHeight = 0; local in function:Addr::V1::Lib::HwlComputeXmaskAddrFromCoord
2428 &newHeight,
2448 &newHeight,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib1.cpp2366 UINT_32 newHeight = 0; local in function:Addr::V1::Lib::HwlComputeXmaskAddrFromCoord
2428 &newHeight,
2448 &newHeight,
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib1.cpp2376 UINT_32 newHeight = 0; local in function:Addr::V1::Lib::HwlComputeXmaskAddrFromCoord
2439 &newHeight,
2459 &newHeight,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmipmap.c1926 GLint newWidth, newHeight, newDepth; local in function:_mesa_prepare_mipmap_levels
1932 &newWidth, &newHeight, &newDepth)) {
1938 newWidth, newHeight, newDepth,
1944 height = newHeight;

Completed in 49 milliseconds