Searched defs:rtType (Results 1 - 1 of 1) sorted by path

/external/deqp/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp88 AdvancedBlendCase (Context& context, const char* name, const char* desc, deUint32 mode, int overdrawCount, bool coherent, RenderTargetType rtType);
132 RenderTargetType rtType)
137 , m_rtType (rtType)
146 , m_renderWidth (rtType != RENDERTARGETTYPE_DEFAULT ? 2*MAX_VIEWPORT_WIDTH : m_context.getRenderTarget().getWidth())
147 , m_renderHeight (rtType != RENDERTARGETTYPE_DEFAULT ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight())
126 AdvancedBlendCase(Context& context, const char* name, const char* desc, deUint32 mode, int overdrawCount, bool coherent, RenderTargetType rtType) argument

Completed in 202 milliseconds