Home
last modified time | relevance | path

Searched refs:MAX_VIEWPORT_HEIGHT (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/main/
Dconfig.h141 #define MAX_VIEWPORT_HEIGHT 16384 macro
Dcontext.c593 ctx->Const.MaxViewportHeight = MAX_VIEWPORT_HEIGHT; in _mesa_init_constants()
Dfbobject.c3274 0, 0, MAX_VIEWPORT_WIDTH, MAX_VIEWPORT_HEIGHT, in _mesa_InvalidateFramebuffer()
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp66 static const int MAX_VIEWPORT_HEIGHT = 64; variable
168 , m_renderHeight (m_useSrgbFbo ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight()) in BlendCase()
198 m_viewportHeight = de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT); in init()
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp65 static const int MAX_VIEWPORT_HEIGHT = 64; variable
170 m_viewportH = de::min<int>(m_context.getRenderTarget().getHeight(), MAX_VIEWPORT_HEIGHT); in init()
/external/deqp/modules/gles31/functional/
Des31fAdvancedBlendTests.cpp77 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/glshared/
DglsTextureBufferCase.cpp78 MAX_VIEWPORT_HEIGHT = 256, enumerator
860 const int height = de::min<int>(renderTarget.getHeight(), MAX_VIEWPORT_HEIGHT); in runTests()
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp72 static const int MAX_VIEWPORT_HEIGHT = 64; variable
1681 m_viewportHeight = deMin32(MAX_VIEWPORT_HEIGHT, renderTarget.getHeight()); in init()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp72 static const int MAX_VIEWPORT_HEIGHT = 64; variable
1701 m_viewportHeight = deMin32(MAX_VIEWPORT_HEIGHT, renderTarget.getHeight()); in init()