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 69 static const int MAX_2D_RENDER_HEIGHT = 128*2;
479 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2);
552 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 79 static const int MAX_2D_RENDER_HEIGHT = 128*2;
580 const int texHeight = 1 << deLog2Ceil32(MAX_2D_RENDER_HEIGHT / 2);
653 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_2D_RENDER_HEIGHT);
    [all...]

Completed in 156 milliseconds