HomeSort by relevance Sort by last modified time
    Searched refs:topHeight (Results 1 - 4 of 4) sorted by null

  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 216 int topHeight = viewport.height - bottomHeight;
274 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
279 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight();
284 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
290 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
295 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
539 int topHeight = viewport.height - bottomHeight;
594 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
597 viewport.x, viewport.y+bottomHeight, leftWidth, topHeight,
604 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 206 int topHeight = viewport.height - bottomHeight;
264 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
269 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight();
274 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
280 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
285 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
548 int topHeight = viewport.height - bottomHeight;
603 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
606 viewport.x, viewport.y+bottomHeight, leftWidth, topHeight,
613 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 671 const int topHeight = viewportHeight - bottomHeight;
698 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 571 const int topHeight = viewportHeight - bottomHeight;
598 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
599 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
898 const int topHeight = viewportHeight - bottomHeight;
    [all...]

Completed in 67 milliseconds