HomeSort by relevance Sort by last modified time
    Searched defs:m_viewportHeight (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFboTestCase.hpp 66 int m_viewportHeight;
es3fBlendTests.cpp 150 int m_viewportHeight;
170 , m_viewportHeight (0)
198 m_viewportHeight = de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT);
202 m_firstQuadInt.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1);
203 m_secondQuadInt.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1);
212 m_viewportWidth, m_viewportHeight);
264 int viewportY = rnd.getInt(0, m_renderHeight - m_viewportHeight);
265 TextureLevel renderedImg (TextureFormat(m_useSrgbFbo ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
299 glViewport(viewportX, viewportY, m_viewportWidth, m_viewportHeight);
  /external/deqp/modules/gles31/functional/
es31fFboTestCase.hpp 66 int m_viewportHeight;
es31fAdvancedBlendTests.cpp 121 const int m_viewportHeight;
149 , m_viewportHeight (de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT))
238 m_refColorBuffer = new TextureLevel(TextureFormat(useSRGB ? TextureFormat::sRGBA : TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
362 const int viewportY = rnd.getInt(0, m_renderHeight - m_viewportHeight);
366 TextureLevel renderedImg (TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_viewportWidth, m_viewportHeight);
415 gl.viewport(viewportX, viewportY, m_viewportWidth, m_viewportHeight);
460 quad.posB = tcu::IVec2(m_viewportWidth-1, m_viewportHeight-1);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSToLengthConversionData.h 64 return CSSToLengthConversionData(m_style, m_rootStyle, m_viewportWidth, m_viewportHeight, newZoom, m_computingFontSize);
71 float m_viewportHeight;
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.hpp 95 int getViewportHeight (void) const { return m_viewportHeight; }
115 int m_viewportHeight;
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 319 int m_viewportHeight;
575 , m_viewportHeight (caseType == CASETYPE_VERTEX ? 32 : renderCtx.getRenderTarget().getHeight())
674 gl.viewport(0, 0, m_viewportWidth, m_viewportHeight);
785 de::inRange(m_viewportHeight, 1, m_renderCtx.getRenderTarget().getHeight()));
888 m_viewportHeight = (int)(targetRatioSqrt * (float)m_viewportHeight);
889 TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough to achieve low-enough draw times");
899 log << TestLog::Message << "Viewport: " << m_viewportWidth << "x" << m_viewportHeight << TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 319 int m_viewportHeight;
575 , m_viewportHeight (caseType == CASETYPE_VERTEX ? 32 : renderCtx.getRenderTarget().getHeight())
674 gl.viewport(0, 0, m_viewportWidth, m_viewportHeight);
785 de::inRange(m_viewportHeight, 1, m_renderCtx.getRenderTarget().getHeight()));
888 m_viewportHeight = (int)(targetRatioSqrt * (float)m_viewportHeight);
889 TCU_CHECK_MSG(m_viewportWidth >= 1 && m_viewportHeight >= 1, "Can't decrease viewport size enough to achieve low-enough draw times");
899 log << TestLog::Message << "Viewport: " << m_viewportWidth << "x" << m_viewportHeight << TestLog::EndMessage;
    [all...]

Completed in 292 milliseconds