HomeSort by relevance Sort by last modified time
    Searched refs:MAX_VIEWPORT_HEIGHT (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 66 static const int MAX_VIEWPORT_HEIGHT = 64;
164 , m_renderHeight (m_useSrgbFbo ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight())
194 m_viewportHeight = de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT);
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 66 static const int MAX_VIEWPORT_HEIGHT = 64;
171 m_viewportH = de::min<int>(m_context.getRenderTarget().getHeight(), MAX_VIEWPORT_HEIGHT);
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 77 MAX_VIEWPORT_HEIGHT = 128
178 , m_renderHeight (rtType != RENDERTARGETTYPE_DEFAULT ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight())
180 , m_viewportHeight (de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT))
  /external/deqp/modules/glshared/
glsTextureBufferCase.cpp 79 MAX_VIEWPORT_HEIGHT = 256,
868 const int height = de::min<int>(renderTarget.getHeight(), MAX_VIEWPORT_HEIGHT);
    [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp 72 static const int MAX_VIEWPORT_HEIGHT = 64;
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp 72 static const int MAX_VIEWPORT_HEIGHT = 64;
    [all...]

Completed in 735 milliseconds