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

  /external/chromium_org/third_party/mesa/src/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/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/gles31/functional/
es31fAdvancedBlendTests.cpp 73 MAX_VIEWPORT_HEIGHT = 128
147 , m_renderHeight (rtType != RENDERTARGETTYPE_DEFAULT ? 2*MAX_VIEWPORT_HEIGHT : m_context.getRenderTarget().getHeight())
149 , 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/glshared/
glsTextureBufferCase.cpp 77 MAX_VIEWPORT_HEIGHT = 256,
861 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 4002 milliseconds