Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp65 static const int MAX_VIEWPORT_WIDTH = 64; member
163 , m_renderWidth (m_useSrgbFbo ? 2*MAX_VIEWPORT_WIDTH : m_context.getRenderTarget().getWidth()) in BlendCase()
193 m_viewportWidth = de::min<int>(m_renderWidth, MAX_VIEWPORT_WIDTH); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp65 static const int MAX_VIEWPORT_WIDTH = 64; member
170 m_viewportW = de::min<int>(m_context.getRenderTarget().getWidth(), MAX_VIEWPORT_WIDTH); in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fAdvancedBlendTests.cpp76 MAX_VIEWPORT_WIDTH = 128, enumerator
178 , m_renderWidth (rtType != RENDERTARGETTYPE_DEFAULT ? 2*MAX_VIEWPORT_WIDTH : m_context.getRenderTarget().getWidth()) in AdvancedBlendCase()
180 , m_viewportWidth (de::min<int>(m_renderWidth, MAX_VIEWPORT_WIDTH)) in AdvancedBlendCase()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp78 MAX_VIEWPORT_WIDTH = 256, enumerator
871 const int width = de::min<int>(renderTarget.getWidth(), MAX_VIEWPORT_WIDTH); in runTests()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp71 static const int MAX_VIEWPORT_WIDTH = 64; member
1700 m_viewportWidth = deMin32(MAX_VIEWPORT_WIDTH, renderTarget.getWidth());
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp71 static const int MAX_VIEWPORT_WIDTH = 64; member
1680 m_viewportWidth = deMin32(MAX_VIEWPORT_WIDTH, renderTarget.getWidth());

Completed in 11 milliseconds