Home
last modified time | relevance | path

Searched refs:isVertexUniformLoopSupported (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.hpp87 virtual bool isVertexUniformLoopSupported (void) const { return true; } in isVertexUniformLoopSupported() function in glu::ContextInfo
H A DgluContextInfo.cpp83 bool isVertexUniformLoopSupported (void) const { return m_vertexUniformLoopsSupported.getValue(m_context); } in isVertexUniformLoopSupported() function in glu::ES2ContextInfo
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp244 isSupported = m_isVertexCase ? m_ctxInfo.isVertexUniformLoopSupported() in init()
H A Des2fShaderIndexingTests.cpp182 (!(m_requirements & REQUIREMENT_VERTEX_UNIFORM_LOOPS) || m_ctxInfo.isVertexUniformLoopSupported()) && in init()

Completed in 5 milliseconds