Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp675 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
680 tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight)); in iterate()
681 tcu::Surface surface(renderTargetWidth, renderTargetHeight); in iterate()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp1329 size_t renderTargetWidth = 0; in applyRenderTarget() local
1343 renderTargetWidth = colorRenderTarget->getWidth(); in applyRenderTarget()
1392 mStateManager.setRenderTargetBounds(renderTargetWidth, renderTargetHeight); in applyRenderTarget()
2139 int renderTargetWidth = mStateManager.getRenderTargetWidth(); in clear() local
2148 quad[1][0] = renderTargetWidth - 0.5f; in clear()
2158 quad[3][0] = renderTargetWidth - 0.5f; in clear()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp801 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
806 tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight)); in iterate()
807 tcu::Surface surface(renderTargetWidth, renderTargetHeight); in iterate()
1132 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
1135 tcu::Surface surface(renderTargetWidth, renderTargetHeight); in iterate()
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1760 const int renderTargetWidth = de::min(512, m_renderCtx.getRenderTarget().getWidth()); in init() local
1766 tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight)); in init()
1769 renderTargetWidth, renderTargetHeight); in init()
DglsDrawTest.cpp3578 …const int renderTargetWidth = de::min(MAX_RENDER_TARGET_SIZE, m_renderCtx.getRenderTarget().getWi… in init() local
3591 tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight)); in init()
3603renderTargetWidth, renderTargetHeight, renderTargetSamples); in init()
3608 … tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, true); in init()
3610 … tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, false); in init()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm881 objCDesc.renderTargetWidth = defaultWidth;