/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pRedundantStateChangeTests.cpp | 45 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...] |
H A D | es3pStateChangeTests.cpp | 45 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...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderFramebufferFetchTests.cpp | 295 VIEWPORT_HEIGHT = 64, enumerator 432 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genAttachementTexture() local 451 m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genAttachementTexture() 559 m_gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in render() 603 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genReferenceTexture() local 646 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() local 733 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genAttachmentTextures() local 748 m_gl.texImage2D(GL_TEXTURE_2D, 0, m_format, VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 0, m_transferFmt.format, m_transferFmt.dataType, data.getAccess().getDataPtr()); in genAttachmentTextures() 757 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); in genReferenceTexture() local 790 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() local 863 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 875 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 918 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genSamplerTexture() local 958 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 972 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 1047 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 1070 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 1131 tcu::TextureLevel data (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genFramebufferWithGrid() local 1150 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 1162 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local 1331 tcu::TextureLevel reference (glu::mapGLTransferFormat(m_transferFmt.format, m_transferFmt.dataType), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, 1); genReferenceTexture() local 1348 tcu::TextureLevel result (getReadPixelFormat(m_texFmt), VIEWPORT_WIDTH, VIEWPORT_HEIGHT); iterate() local [all...] |
H A D | es31fTextureBorderClampTests.cpp | 605 VIEWPORT_HEIGHT = 128, 670 m_context.getRenderTarget().getHeight() < VIEWPORT_HEIGHT) 672 throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport"); 717 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); 768 const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getIterationSeed(config)); 2029 VIEWPORT_HEIGHT = 128, 2089 m_context.getRenderTarget().getHeight() < VIEWPORT_HEIGHT) 2091 throw tcu::NotSupportedError("Test requires " + de::toString<int>(VIEWPORT_WIDTH) + "x" + de::toString<int>(VIEWPORT_HEIGHT) + " viewport"); 2138 tcu::Surface renderedFrame (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); 2169 const gls::TextureTestUtil::RandomViewport viewport (m_context.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, getCaseSee [all...] |
H A D | es31fDrawElementsBaseVertexTests.cpp | 195 VIEWPORT_HEIGHT = 64 enumerator 378 tcu::Surface surface(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 413 GLU_CHECK_GLW_CALL(m_gl, viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)); in iterate()
|
H A D | es31fTextureSpecificationTests.cpp | 69 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()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pRedundantStateChangeTests.cpp | 45 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...] |
H A D | es2pStateChangeTests.cpp | 45 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...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsSamplerObjectTest.cpp | 58 const int VIEWPORT_HEIGHT = 128; member 492 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderReferences() 493 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT)"); in renderReferences() 516 gl.viewport(x, y, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in renderResults() 517 GLU_EXPECT_NO_ERROR(gl.getError(), "glViewport(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() [all...] |
H A D | glsRandomShaderCase.cpp | 60 VIEWPORT_HEIGHT = 64, enumerator 476 int viewportHeight = de::min<int>(VIEWPORT_HEIGHT, m_renderCtx.getRenderTarget().getHeight()); in iterate()
|
H A D | glsFragOpInteractionCase.cpp | 73 VIEWPORT_HEIGHT = 64 enumerator 462 const int viewportH = de::min<int>(m_renderCtx.getRenderTarget().getHeight(), VIEWPORT_HEIGHT);
|
H A D | glsShaderLibraryCase.cpp | 605 VIEWPORT_HEIGHT = 128 enumerator 951 const int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT);
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureWrapTests.cpp | 54 VIEWPORT_HEIGHT = 256 enumerator 177 RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName())); in iterate()
|
H A D | es2fRandomFragmentOpTests.cpp | 64 VIEWPORT_HEIGHT = 64, enumerator 265 int height = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT);
|
H A D | es2fTextureFilteringTests.cpp | 56 VIEWPORT_HEIGHT = 64, enumerator 225 const float viewportH = (float)de::min<int>(VIEWPORT_HEIGHT, m_renderCtx.getRenderTarget().getHeight()); in init() 265 const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName()) ^ deInt32Hash(m_caseNdx)); in iterate()
|
H A D | es2fTextureUnitTests.cpp | 64 static const int VIEWPORT_HEIGHT = 128; member 764 int viewportHeight = deMin32(VIEWPORT_HEIGHT, renderTarget.getHeight()); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A D | es2cTexture3DTests.cpp | 59 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().getHeight()); 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() 819 tcu::Surface rendered(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate() 896 gl.viewport(0, 0, VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 72 VIEWPORT_HEIGHT = 133, enumerator 653 m_renderSize = tcu::UVec2(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TriangleDerivateCaseInstance() 1071 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in verify() 1152 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in LinearDerivateCase() 1276 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCaseInstance() 1482 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCase()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 72 VIEWPORT_HEIGHT = 133, enumerator 629 m_renderSize = tcu::UVec2(VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TriangleDerivateCaseInstance() 1044 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in verify() 1143 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms() 1250 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in TextureDerivateCaseInstance() 1520 const tcu::UVec2 viewportSize (VIEWPORT_WIDTH, VIEWPORT_HEIGHT); in initPrograms()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fRandomFragmentOpTests.cpp | 64 VIEWPORT_HEIGHT = 64, enumerator 265 int height = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT);
|
H A D | es3fTextureWrapTests.cpp | 80 VIEWPORT_HEIGHT = 256 enumerator 312 const RandomViewport viewport (m_renderCtx.getRenderTarget(), VIEWPORT_WIDTH, VIEWPORT_HEIGHT, deStringHash(getName()) + m_caseNdx); in iterate()
|
H A D | es3fShaderDerivateTests.cpp | 73 VIEWPORT_HEIGHT = 103, enumerator 670 const int height = de::min<int>(m_context.getRenderTarget().getHeight(), VIEWPORT_HEIGHT); in getViewportSize()
|
H A D | es3fTextureUnitTests.cpp | 67 static const int VIEWPORT_HEIGHT = 128; member 994 int viewportHeight = deMin32(VIEWPORT_HEIGHT, renderTarget.getHeight()); in iterate()
|
H A D | es3fTransformFeedbackTests.cpp | 70 VIEWPORT_HEIGHT = 128, enumerator 1075 int viewportH = de::min((int)VIEWPORT_HEIGHT, height);
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 60 VIEWPORT_HEIGHT = 128 enumerator 274 int height = deMin32(renderTarget.getHeight(), VIEWPORT_HEIGHT); in execute()
|