Searched refs:MAX_VIEWPORT_HEIGHT (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 66 static const int MAX_VIEWPORT_HEIGHT = 64; variable 164 , m_renderHeight (m_useSrgbFbo ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight()) in BlendCase() 194 m_viewportHeight = de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fAdvancedBlendTests.cpp | 77 MAX_VIEWPORT_HEIGHT = 128 enumerator 178 …, m_renderHeight (rtType != RENDERTARGETTYPE_DEFAULT ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRende… in AdvancedBlendCase() 180 , m_viewportHeight (de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT)) in AdvancedBlendCase()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 66 static const int MAX_VIEWPORT_HEIGHT = 64; variable 171 m_viewportH = de::min<int>(m_context.getRenderTarget().getHeight(), MAX_VIEWPORT_HEIGHT); in init()
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.cpp | 79 MAX_VIEWPORT_HEIGHT = 256, enumerator 868 const int height = de::min<int>(renderTarget.getHeight(), MAX_VIEWPORT_HEIGHT); in runTests()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderCompilationCases.cpp | 72 static const int MAX_VIEWPORT_HEIGHT = 64; variable 1681 m_viewportHeight = deMin32(MAX_VIEWPORT_HEIGHT, renderTarget.getHeight()); in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderCompilationCases.cpp | 72 static const int MAX_VIEWPORT_HEIGHT = 64; variable 1701 m_viewportHeight = deMin32(MAX_VIEWPORT_HEIGHT, renderTarget.getHeight()); in init()
|