Home
last modified time | relevance | path

Searched refs:renderTargetWidth (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp657 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
660 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in iterate()
661 tcu::Surface surface (renderTargetWidth, renderTargetHeight); in iterate()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1273 size_t renderTargetWidth = 0; in applyRenderTarget() local
1288 renderTargetWidth = colorRenderTarget->getWidth(); in applyRenderTarget()
1338 mStateManager.setRenderTargetBounds(renderTargetWidth, renderTargetHeight); in applyRenderTarget()
2081 int renderTargetWidth = mStateManager.getRenderTargetWidth(); in clear() local
2090 quad[1][0] = renderTargetWidth - 0.5f; in clear()
2100 quad[3][0] = renderTargetWidth - 0.5f; in clear()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp791 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
794 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in iterate()
795 tcu::Surface surface (renderTargetWidth, renderTargetHeight); in iterate()
1124 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
1127 tcu::Surface surface (renderTargetWidth, renderTargetHeight); in iterate()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1786 const int renderTargetWidth = de::min(512, m_renderCtx.getRenderTarget().getWidth()); in init() local
1790 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in init()
1792 …ontextBuffers(m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, renderTargetWidth, renderTarge… in init()
DglsDrawTest.cpp3107 …const int renderTargetWidth = de::min(MAX_RENDER_TARGET_SIZE, m_renderCtx.getRenderTarget().g… in init() local
3118 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in init()
3127 …ontextBuffers(m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, renderTargetWidth, renderTarge… in init()
3130 …ew AttributePack(m_testCtx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetWidth, renderTarge… in init()
3131 …ew AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTarge… in init()