Home
last modified time | relevance | path

Searched refs:VIEWPORT_HEIGHT (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp45 VIEWPORT_HEIGHT = 24 enumerator
161 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
200 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
240 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
289 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
329 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
366 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
409 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
446 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
483 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
[all …]
Des3pStateChangeTests.cpp45 VIEWPORT_HEIGHT = 24 enumerator
170 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
214 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
259 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
313 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
358 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
400 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
448 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
490 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
532 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
[all …]
/external/deqp/modules/gles2/performance/
Des2pRedundantStateChangeTests.cpp45 VIEWPORT_HEIGHT = 24 enumerator
161 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
200 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
240 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
289 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
329 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
366 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
409 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
450 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
493 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
[all …]
Des2pStateChangeTests.cpp45 VIEWPORT_HEIGHT = 24 enumerator
170 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
214 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
259 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
313 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
358 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
400 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
448 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
494 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
542 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in init()
[all …]
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp295 VIEWPORT_HEIGHT = 64, enumerator
403 …LTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genAttachementTexture()
422 …m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.form… in genAttachementTexture()
526 m_gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in render()
568 …LTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genReferenceTexture()
601 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
688 …LTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genAttachmentTextures()
703 …m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.form… in genAttachmentTextures()
712 …LTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genReferenceTexture()
745 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
[all …]
Des31fTextureBorderClampTests.cpp605 VIEWPORT_HEIGHT = 128, enumerator
669 m_context.getRenderTarget().getHeight() < VIEWPORT_HEIGHT) in init()
671 …ires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport… in init()
716 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
767 …andomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getIteration… in renderTo()
2028 VIEWPORT_HEIGHT = 128, enumerator
2086 m_context.getRenderTarget().getHeight() < VIEWPORT_HEIGHT) in init()
2088 …ires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport… in init()
2135 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
2166 …andomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getCaseSeed(… in renderTo()
Des31fDrawElementsBaseVertexTests.cpp194 VIEWPORT_HEIGHT = 64 enumerator
366 tcu::Surface surface(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
401 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)); in iterate()
Des31fTextureSpecificationTests.cpp69 VIEWPORT_HEIGHT = 256 enumerator
140 if (renderTarget.getWidth() < VIEWPORT_WIDTH || renderTarget.getHeight() < VIEWPORT_HEIGHT) in iterate()
149 int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in iterate()
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp58 const int VIEWPORT_HEIGHT = 128; variable
492 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderReferences()
516 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderResults()
556 tcu::Surface textureRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
557 tcu::Surface samplerRef(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
559 tcu::Surface textureResult(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
560 tcu::Surface samplerResult(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
563 int y = m_random.getInt(0, m_renderCtx.getRenderTarget().getHeight() - VIEWPORT_HEIGHT); in iterate()
1036 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderReferences()
1079 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderResults()
[all …]
DglsRandomShaderCase.cpp60 VIEWPORT_HEIGHT = 64, enumerator
476 int viewportHeight = de::min<int>(VIEWPORT_HEIGHT, m_renderCtx.getRenderTarget().getHeight()); in iterate()
DglsFragOpInteractionCase.cpp73 VIEWPORT_HEIGHT = 64 enumerator
462 const int viewportH = de::min<int>(m_renderCtx.getRenderTarget().getHeight(), VIEWPORT_HEIGHT); in init()
DglsShaderLibraryCase.cpp605 VIEWPORT_HEIGHT = 128 enumerator
928 const int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in execute()
/external/deqp/modules/gles2/functional/
Des2fTextureWrapTests.cpp54 VIEWPORT_HEIGHT = 256 enumerator
164 …RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStr… in iterate()
Des2fRandomFragmentOpTests.cpp64 VIEWPORT_HEIGHT = 64, enumerator
265 int height = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT); in init()
Des2fTextureFilteringTests.cpp56 VIEWPORT_HEIGHT = 64, enumerator
225 …const float viewportH = (float)de::min<int>(VIEWPORT_HEIGHT, m_renderCtx.getRenderTarget().getHeig… in init()
265 …const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, d… in iterate()
Des2fTextureUnitTests.cpp64 static const int VIEWPORT_HEIGHT = 128; variable
762 int viewportHeight = deMin32(VIEWPORT_HEIGHT, renderTarget.getHeight()); in iterate()
Des2fDepthStencilTests.cpp63 VIEWPORT_HEIGHT = 4*12, enumerator
564 int viewportH = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT); in init()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp59 VIEWPORT_HEIGHT = 64, enumerator
608 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
631 …const float sY = deFloatExp2(lodY) * float(VIEWPORT_HEIGHT) / float(m_gradientTex->getRefTexture()… in iterate()
654 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
770 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
773 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
817 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
897 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp72 VIEWPORT_HEIGHT = 133, enumerator
629 m_renderSize = tcu::UVec2(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TriangleDerivateCaseInstance()
1041 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in verify()
1140 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms()
1247 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCaseInstance()
1511 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms()
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp64 VIEWPORT_HEIGHT = 64, enumerator
265 int height = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT); in init()
Des3fTextureWrapTests.cpp80 VIEWPORT_HEIGHT = 256 enumerator
298 …port viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash… in iterate()
Des3fDepthStencilTests.cpp63 VIEWPORT_HEIGHT = 4*12, enumerator
564 int viewportH = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT); in init()
Des3fTextureUnitTests.cpp67 static const int VIEWPORT_HEIGHT = 128; variable
992 int viewportHeight = deMin32(VIEWPORT_HEIGHT, renderTarget.getHeight()); in iterate()
Des3fShaderDerivateTests.cpp73 VIEWPORT_HEIGHT = 103, enumerator
667 const int height = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT); in getViewportSize()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp60 VIEWPORT_HEIGHT = 128 enumerator
274 int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in execute()

12