/external/deqp/modules/gles3/performance/ |
D | es3pRedundantStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 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 …]
|
D | es3pStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 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/ |
D | es2pRedundantStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 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 …]
|
D | es2pStateChangeTests.cpp | 44 VIEWPORT_WIDTH = 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/ |
D | es31fShaderFramebufferFetchTests.cpp | 293 VIEWPORT_WIDTH = 64, enumerator 402 …::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIG… in genAttachementTexture() 421 …m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.form… in genAttachementTexture() 525 m_gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in render() 567 …::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIG… in genReferenceTexture() 600 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 687 …::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIG… in genAttachmentTextures() 702 …m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.form… in genAttachmentTextures() 711 …::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIG… in genReferenceTexture() 744 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() [all …]
|
D | es31fTextureBorderClampTests.cpp | 604 VIEWPORT_WIDTH = 128, enumerator 668 if (m_context.getRenderTarget().getWidth() < VIEWPORT_WIDTH || in init() 671 …throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toSt… in init() 716 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 767 …const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, … in renderTo() 2027 VIEWPORT_WIDTH = 128, enumerator 2085 if (m_context.getRenderTarget().getWidth() < VIEWPORT_WIDTH || in init() 2088 …throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toSt… in init() 2135 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 2166 …const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, … in renderTo()
|
D | es31fDrawElementsBaseVertexTests.cpp | 193 VIEWPORT_WIDTH = 64, enumerator 358 tcu::Surface surface(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 393 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)); in iterate()
|
D | es31fTextureSpecificationTests.cpp | 68 VIEWPORT_WIDTH = 256, enumerator 140 if (renderTarget.getWidth() < VIEWPORT_WIDTH || renderTarget.getHeight() < VIEWPORT_HEIGHT) in iterate() 148 int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 57 const int VIEWPORT_WIDTH = 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() 562 int x = m_random.getInt(0, m_renderCtx.getRenderTarget().getWidth() - VIEWPORT_WIDTH); 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 …]
|
D | glsRandomShaderCase.cpp | 59 VIEWPORT_WIDTH = 64, enumerator 475 int viewportWidth = de::min<int>(VIEWPORT_WIDTH, m_renderCtx.getRenderTarget().getWidth()); in iterate()
|
D | glsFragOpInteractionCase.cpp | 72 VIEWPORT_WIDTH = 64, enumerator 461 const int viewportW = de::min<int>(m_renderCtx.getRenderTarget().getWidth(), VIEWPORT_WIDTH); in init()
|
D | glsShaderLibraryCase.cpp | 600 VIEWPORT_WIDTH = 128, enumerator 920 const int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH); in execute()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureWrapTests.cpp | 53 VIEWPORT_WIDTH = 256, enumerator 164 …RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStr… in iterate()
|
D | es2fRandomFragmentOpTests.cpp | 63 VIEWPORT_WIDTH = 64, enumerator 264 int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH); in init()
|
D | es2fTextureFilteringTests.cpp | 55 VIEWPORT_WIDTH = 64, enumerator 224 …const float viewportW = (float)de::min<int>(VIEWPORT_WIDTH, m_renderCtx.getRenderTarget().getWidth… in init() 265 …const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, d… in iterate()
|
D | es2fTextureUnitTests.cpp | 63 static const int VIEWPORT_WIDTH = 128; variable 761 int viewportWidth = deMin32(VIEWPORT_WIDTH, renderTarget.getWidth()); in iterate()
|
D | es2fDepthStencilTests.cpp | 62 VIEWPORT_WIDTH = 4*3*4, enumerator 563 int viewportW = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 70 VIEWPORT_WIDTH = 99, enumerator 626 m_renderSize = tcu::UVec2(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TriangleDerivateCaseInstance() 1015 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in verify() 1108 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms() 1215 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCaseInstance() 1479 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 63 VIEWPORT_WIDTH = 64, enumerator 264 int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH); in init()
|
D | es3fTextureWrapTests.cpp | 79 VIEWPORT_WIDTH = 256, enumerator 298 …const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIG… in iterate()
|
D | es3fTextureUnitTests.cpp | 66 static const int VIEWPORT_WIDTH = 128; variable 991 int viewportWidth = deMin32(VIEWPORT_WIDTH, renderTarget.getWidth()); in iterate()
|
D | es3fDepthStencilTests.cpp | 62 VIEWPORT_WIDTH = 4*3*4, enumerator 563 int viewportW = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH); in init()
|
D | es3fShaderDerivateTests.cpp | 72 VIEWPORT_WIDTH = 167, enumerator 637 const int width = de::min<int>(m_context.getRenderTarget().getWidth(), VIEWPORT_WIDTH); in getViewportSize()
|
D | es3fTransformFeedbackTests.cpp | 69 VIEWPORT_WIDTH = 128, enumerator 1074 int viewportW = de::min((int)VIEWPORT_WIDTH, width); in runTest()
|
D | es3fTextureSpecificationTests.cpp | 83 VIEWPORT_WIDTH = 256, enumerator 186 if (renderTarget.getWidth() < VIEWPORT_WIDTH || renderTarget.getHeight() < VIEWPORT_HEIGHT) in iterate() 191 int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH); in iterate()
|