Home
last modified time | relevance | path

Searched refs:MAX_VIEWPORT_HEIGHT (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp66 static const int MAX_VIEWPORT_HEIGHT = 64; member
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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp66 static const int MAX_VIEWPORT_HEIGHT = 64; member
171 m_viewportH = de::min<int>(m_context.getRenderTarget().getHeight(), MAX_VIEWPORT_HEIGHT); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp77 MAX_VIEWPORT_HEIGHT = 128 enumerator
179 , m_renderHeight (rtType != RENDERTARGETTYPE_DEFAULT ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight()) in AdvancedBlendCase()
181 , m_viewportHeight (de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT)) in AdvancedBlendCase()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp79 MAX_VIEWPORT_HEIGHT = 256, enumerator
872 const int height = de::min<int>(renderTarget.getHeight(), MAX_VIEWPORT_HEIGHT); in runTests()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp72 static const int MAX_VIEWPORT_HEIGHT = 64; member
1701 m_viewportHeight = deMin32(MAX_VIEWPORT_HEIGHT, renderTarget.getHeight());
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp72 static const int MAX_VIEWPORT_HEIGHT = 64; member
1681 m_viewportHeight = deMin32(MAX_VIEWPORT_HEIGHT, renderTarget.getHeight());

Completed in 11 milliseconds