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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 72 static const int MAX_2D_RENDER_HEIGHT = 128*2;
482 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2);
555 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 81 static const int MAX_2D_RENDER_HEIGHT = 128*2;
582 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2);
655 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
    [all...]

Completed in 54 milliseconds