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

  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 76 static const int MAX_CUBE_RENDER_HEIGHT = 28*2*2;
794 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2);
882 const int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGHT);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 85 static const int MAX_CUBE_RENDER_HEIGHT = 28*2*2;
888 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2);
    [all...]

Completed in 207 milliseconds