Searched refs:MAX_VIEWPORT_HEIGHT (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | config.h | 141 #define MAX_VIEWPORT_HEIGHT 16384 macro
|
D | context.c | 593 ctx->Const.MaxViewportHeight = MAX_VIEWPORT_HEIGHT; in _mesa_init_constants()
|
D | fbobject.c | 3274 0, 0, MAX_VIEWPORT_WIDTH, MAX_VIEWPORT_HEIGHT, in _mesa_InvalidateFramebuffer()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 66 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/ |
D | es2fBlendTests.cpp | 65 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/ |
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/glshared/ |
D | glsTextureBufferCase.cpp | 78 MAX_VIEWPORT_HEIGHT = 256, enumerator 860 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()
|