Searched refs:renderTargetWidth (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 657 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/ |
D | es31fDrawTests.cpp | 787 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/ |
D | glsVertexArrayTests.cpp | 1786 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()
|
D | glsDrawTest.cpp | 3107 …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()
|