Home
last modified time | relevance | path

Searched refs:renderTargetWidth (Results 1 – 4 of 4) 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/deqp/modules/gles31/functional/
Des31fDrawTests.cpp787 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
790 …LCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTarge… in iterate()
791 tcu::Surface surface (renderTargetWidth, renderTargetHeight); in iterate()
1120 const int renderTargetWidth = de::min(1024, m_context.getRenderTarget().getWidth()); in iterate() local
1123 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()