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

  /external/mesa3d/src/mesa/main/
config.h 141 #define MAX_VIEWPORT_HEIGHT 16384
context.c 593 ctx->Const.MaxViewportHeight = MAX_VIEWPORT_HEIGHT;
    [all...]
fbobject.c     [all...]
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 66 static const int MAX_VIEWPORT_HEIGHT = 64;
168 , m_renderHeight (m_useSrgbFbo ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight())
198 m_viewportHeight = de::min<int>(m_renderHeight, MAX_VIEWPORT_HEIGHT);
  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 65 static const int MAX_VIEWPORT_HEIGHT = 64;
170 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 78 MAX_VIEWPORT_HEIGHT = 256,
860 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 195 milliseconds