Searched refs:MAX_VIEWPORT_WIDTH (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 65 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 D | es2fBlendTests.cpp | 65 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 D | es31fAdvancedBlendTests.cpp | 76 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 D | glsTextureBufferCase.cpp | 78 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 D | es3pShaderCompilationCases.cpp | 71 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 D | es2pShaderCompilationCases.cpp | 71 static const int MAX_VIEWPORT_WIDTH = 64; member 1680 m_viewportWidth = deMin32(MAX_VIEWPORT_WIDTH, renderTarget.getWidth());
|
Completed in 12 milliseconds