Home
last modified time | relevance | path

Searched refs:MAX_CUBE_RENDER_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp73 static const int MAX_CUBE_RENDER_HEIGHT = 28*2*2; variable
782 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2); in init()
870 …nst int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGHT); in iterate()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp83 static const int MAX_CUBE_RENDER_HEIGHT = 28*2*2; variable
886 const int texHeight = 1 << deLog2Ceil32(MAX_CUBE_RENDER_HEIGHT / 2 / 2); in init()
974 …nst int viewportHeight = deMin32(m_context.getRenderTarget().getHeight(), MAX_CUBE_RENDER_HEIGHT); in iterate()