Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/samples/WindowTest/
H A DWindowTest.cpp45 int newHeight = height; in main() local
58 newHeight = std::max(0, height + (event.Key.Shift ? -20 : 20)); in main()
101 if (newWidth != width || newHeight != height) in main()
104 height = newHeight; in main()
/third_party/vk-gl-cts/framework/egl/
H A DegluGLContextFactory.cpp568 int newHeight = 0; in postIterate() local
571 egl.querySurface(m_eglDisplay, m_eglSurface, EGL_HEIGHT, &newHeight); in postIterate()
575 newHeight != m_glRenderTarget.getHeight()) in postIterate()
578 m_glRenderTarget.getWidth(), m_glRenderTarget.getHeight(), newWidth, newHeight); in postIterate()
580 m_glRenderTarget = tcu::RenderTarget(newWidth, newHeight, in postIterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp350 size_t newHeight = rect.bottom - rect.top; in checkForResize() local
351 if (newWidth != mWidth || newHeight != mHeight) in checkForResize()
354 mHeight = newHeight; in checkForResize()
/third_party/vk-gl-cts/modules/egl/
H A DteglResizeTests.cpp280 const int newHeight = newSurface.getHeight(); in compareCorners() local
282 const int minHeight = de::min(oldHeight, newHeight); in compareCorners()
292 const int newY = yCorner == 0 ? 0 : newHeight - minHeight; in compareCorners()
/third_party/skia/include/core/
H A DSkImageInfo.h530 @param newHeight pixel row count; must be zero or greater
533 SkImageInfo makeWH(int newWidth, int newHeight) const { in makeWH()
534 return Make({newWidth, newHeight}, fColorInfo); in makeWH()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp1134 int newHeight = 32; in render() local
1175 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1180 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1193 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().depthStencilFormat, newWidth, newHeight); in render()
1198 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthStencilFormat, newWidth, newHeight); in render()
1207 context.viewport(0, 0, newWidth, newHeight); in render()
1244 readPixels(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render()
/third_party/mesa3d/include/HaikuGL/
H A DGLView.h70 virtual void FrameResized(float newWidth, float newHeight);
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1306 UINT_32 newHeight; in HwlComputeXmaskAddrFromCoord() local
1328 &newHeight, in HwlComputeXmaskAddrFromCoord()
1349 &newHeight, in HwlComputeXmaskAddrFromCoord()
1359 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskAddrFromCoord()
1464 UINT_32 newHeight; in HwlComputeXmaskCoordFromAddr() local
1488 &newHeight, in HwlComputeXmaskCoordFromAddr()
1508 &newHeight, in HwlComputeXmaskCoordFromAddr()
1516 const UINT_32 heightInTile = newHeight / MicroTileWidth; in HwlComputeXmaskCoordFromAddr()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboRenderTest.cpp1746 int newHeight = 32; in render() local
1753 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorbufferFormat, newWidth, newHeight); in render()
1758 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorbufferFormat, newWidth, newHeight); in render()
1769 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().depthbufferFormat, newWidth, newHeight); in render()
1776 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().stencilbufferFormat, newWidth, newHeight); in render()
1780 context.viewport(0, 0, newWidth, newHeight); in render()
1817 context.readPixels(dst, 0, 0, newWidth, newHeight); in render()
/third_party/skia/src/core/
H A DSkImageFilter.cpp390 // Return a larger (newWidth x newHeight) copy of 'src' with black padding
393 int newWidth, int newHeight, int offX, int offY) { in pad_image()
409 sk_sp<SkSpecialSurface> surf(ctx.makeSurface(SkISize::Make(newWidth, newHeight))); in pad_image()
392 pad_image(SkSpecialImage* src, const SkImageFilter_Base::Context& ctx, int newWidth, int newHeight, int offX, int offY) pad_image() argument
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1186 int32_t newHeight = (height + 3) & ~3; in fxt1_encode() local
1187 newSource = malloc(comps * newWidth * newHeight * sizeof(uint8_t)); in fxt1_encode()
1190 upscale_teximage2d(width, height, newWidth, newHeight, in fxt1_encode()
1195 height = newHeight; in fxt1_encode()
/third_party/skia/src/image/
H A DSkImage_Gpu.cpp653 int newHeight = std::min(static_cast<int>(originalPixmap.height() * scale), maxTextureSize); in MakeCrossContextFromPixmap() local
654 SkImageInfo info = originalPixmap.info().makeWH(newWidth, newHeight); in MakeCrossContextFromPixmap()
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib1.cpp2375 UINT_32 newHeight = 0; in HwlComputeXmaskAddrFromCoord() local
2438 &newHeight, in HwlComputeXmaskAddrFromCoord()
2458 &newHeight, in HwlComputeXmaskAddrFromCoord()
/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c1927 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
1933 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels()
1939 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels()
1945 height = newHeight; in _mesa_prepare_mipmap_levels()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp222 int newHeight = int(height * scale); in scaleDimensionsToMemory() local
226 << " to " << newWidth << "x" << newHeight << "." << tcu::TestLog::EndMessage; in scaleDimensionsToMemory()
229 height = newHeight; in scaleDimensionsToMemory()

Completed in 41 milliseconds