Searched refs:getHeight (Results 126 - 150 of 374) sorted by relevance

1234567891011>>

/external/deqp/framework/common/
H A DtcuTestLog.cpp170 int height = access.getHeight();
196 for (int y = 0; y < logImage.getHeight(); y++)
200 float yf = ((float)y + 0.5f) / (float)logImage.getHeight();
209 logImageAccess.getWidth(), logImageAccess.getHeight(), logImageAccess.getRowPitch(),
277 logImageAccess.getWidth(), logImageAccess.getHeight(), logImageAccess.getRowPitch(),
H A DtcuSurface.hpp54 int getHeight (void) const { return m_height; } function in class:tcu::Surface
/external/deqp/modules/gles3/functional/
H A Des3fRasterizerDiscardTests.cpp159 int height = m_context.getRenderTarget().getHeight();
285 glScissor(0, 0, renderTarget.getWidth(), renderTarget.getHeight());
286 log << TestLog::Message << "Scissor test enabled: glScissor(0, 0, " << renderTarget.getWidth() << ", " << renderTarget.getHeight() << ")" << TestLog::EndMessage;
374 tcu::Surface pixels(renderTarget.getWidth(), renderTarget.getHeight());
379 int height = pixels.getHeight();
H A Des3fFboRenderTest.cpp433 int height = deMin32(renderTarget.getHeight(), 128);
435 int yMax = renderTarget.getHeight()-height+1;
593 context.viewport(0, 0, context.getWidth(), context.getHeight());
598 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
726 context.viewport(0, 0, context.getWidth(), context.getHeight());
728 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
829 context.viewport(0, 0, context.getWidth(), context.getHeight());
831 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
953 context.viewport(0, 0, context.getWidth(), context.getHeight());
959 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
[all...]
H A Des3fFramebufferBlitTests.cpp180 DE_ASSERT(reference.getHeight() == result.getHeight());
191 de::clamp(de::min(m_dstRect.y(), m_dstRect.w()), 0, result.getHeight()),
193 de::clamp(de::max(m_dstRect.y(), m_dstRect.w()), 0, result.getHeight()));
198 tcu::Surface errorMask (result.getWidth(), result.getHeight());
668 glBlitFramebuffer(0, 0, getWidth(), getHeight(), 0, 0, texW, texH, GL_COLOR_BUFFER_BIT, m_filter);
677 glBlitFramebuffer(0, 0, texW, texH, getWidth()/2, 0, getWidth(), getHeight(), GL_COLOR_BUFFER_BIT, m_filter);
680 readPixels(dst, 0, 0, getWidth(), getHeight());
731 if (m_context.getRenderTarget().getWidth() < minViewportSize || m_context.getRenderTarget().getHeight() < minViewportSize)
736 m_viewportHeight = m_context.getRenderTarget().getHeight();
[all...]
/external/deqp/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp80 tcu::Surface error (image.getWidth(), image.getHeight());
85 for (int y = 0; y < image.getHeight(); y++)
166 if (m_context.getRenderTarget().getWidth() < TEST_RENDER_SIZE || m_context.getRenderTarget().getHeight() < TEST_RENDER_SIZE)
325 gl.glViewport(0, 0, dst.getWidth(), dst.getHeight());
579 tcu::Surface dst (m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight());
/external/deqp/modules/glshared/
H A DglsRasterizationTestUtil.cpp618 const tcu::IVec2 viewportSize = tcu::IVec2(surface.getWidth(), surface.getHeight());
623 tcu::Surface errorMask (surface.getWidth(), surface.getHeight());
649 for (int y = 0; y < surface.getHeight(); ++y)
829 const tcu::Vec2 viewportSize = tcu::Vec2((float)surface.getWidth(), (float)surface.getHeight());
882 const tcu::Vec2 viewportSize = tcu::Vec2((float)surface.getWidth(), (float)surface.getHeight());
951 const tcu::Vec2 viewportSize = tcu::Vec2((float)surface.getWidth(), (float)surface.getHeight());
995 tcu::TextureLevel referenceLineMap(tcu::TextureFormat(tcu::TextureFormat::R, tcu::TextureFormat::UNSIGNED_INT8), surface.getWidth(), surface.getHeight());
1000 rr::SingleSampleLineRasterizer rasterizer(tcu::IVec4(0, 0, surface.getWidth(), surface.getHeight()));
1009 tcu::Vec4((lineNormalizedDeviceSpace[0].x() + 1.0f) * 0.5f * (float)surface.getWidth(), (lineNormalizedDeviceSpace[0].y() + 1.0f) * 0.5f * (float)surface.getHeight(), 0.0f, 1.0f),
1010 tcu::Vec4((lineNormalizedDeviceSpace[1].x() + 1.0f) * 0.5f * (float)surface.getWidth(), (lineNormalizedDeviceSpace[1].y() + 1.0f) * 0.5f * (float)surface.getHeight(), 0.
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java52 int textStartY = y + (height - gc.getFontMetrics().getHeight()) / 2;
63 int textStartY = y + (height - gc.getFontMetrics().getHeight()) / 2;
400 styleData[i] = new FontData(base.getName(), base.getHeight(), base.getStyle() | style);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuHandler.java103 appRect.bottom = mActivity.getWindow().getDecorView().getHeight();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java156 int startHeight = view.getHeight();
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewRenderView.java142 mContentViewCore.onPhysicalBackingSizeChanged(getWidth(), getHeight());
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewReadbackTest.java111 color.set(bitmap.getPixel(bitmap.getWidth() / 2, bitmap.getHeight() / 2));
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTouchCommon.java125 singleClickView(v, v.getWidth() / 2, v.getHeight() / 2);
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCaptureFactory.java186 return format.getHeight();
/external/chromium_org/third_party/angle/samples/angle/particle_system/
H A DParticleSystem.cpp166 glViewport(0, 0, getWindow()->getWidth(), getWindow()->getHeight());
/external/chromium_org/third_party/angle/samples/angle/simple_instancing/
H A DSimpleInstancing.cpp133 glViewport(0, 0, getWindow()->getWidth(), getWindow()->getHeight());
/external/chromium_org/third_party/angle/samples/angle/stencil_operations/
H A DStencilOperations.cpp134 glViewport(0, 0, getWindow()->getWidth(), getWindow()->getHeight());
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DImage11.cpp52 ASSERT(src->getHeight() == 1 || src->getHeight() / 2 == dest->getHeight());
78 dxgiFormatInfo.mipGenerationFunction(src->getWidth(), src->getHeight(), src->getDepth(),
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DTexSubImage.cpp157 glViewport(0, 0, getWindow()->getWidth(), getWindow()->getHeight());
/external/deqp/framework/egl/
H A DtcuEgl.hpp98 int getHeight (void) const;
/external/deqp/framework/platform/win32/
H A DtcuWin32GLES3Platform.cpp88 , m_window (instance, m_renderTarget.getWidth(), m_renderTarget.getHeight())
/external/deqp/framework/referencerenderer/
H A DrrRenderState.hpp330 : rect (0, 0, multisampleBuffer.raw().getHeight(), multisampleBuffer.raw().getDepth())
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp301 const int oy = target->getHeight()/2;
304 const int py = target->getHeight();
375 gl.readPixels(0, 0, screen->getWidth(), screen->getHeight(), GL_RGBA, GL_UNSIGNED_BYTE, screen->getAccess().getDataPtr());
447 const int height = m_eglSurface->getHeight();
H A DteglResizeTests.cpp242 const int height = rectA.getHeight();
245 if (rectB.getWidth() != width || rectB.getHeight() != height || rectB.getDepth() != depth)
261 const int oldHeight = oldSurface.getHeight();
263 const int newHeight = newSurface.getHeight();
/external/deqp/modules/gles2/functional/
H A Des2fStencilTests.cpp209 float y0 = 2.0f*((float)cell.y() / (float)context.getHeight())-1.0f;
211 float y1 = y0 + 2.0f*((float)cell.w() / (float)context.getHeight());
286 int height = deMin32(128, renderTarget.getHeight());
291 int viewportY = rnd.getInt(0, renderTarget.getHeight()-height);

Completed in 518 milliseconds

1234567891011>>