Home
last modified time | relevance | path

Searched refs:isVertexDynamicLoopSupported (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
H A DgluContextInfo.hpp88 virtual bool isVertexDynamicLoopSupported (void) const { return true; } in isVertexDynamicLoopSupported() function in glu::ContextInfo
H A DgluContextInfo.cpp84 bool isVertexDynamicLoopSupported (void) const { return m_vertexDynamicLoopsSupported.getValue(m_context); } in isVertexDynamicLoopSupported() function in glu::ES2ContextInfo
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderDiscardTests.cpp108 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported(); in init()
H A Des2fShaderReturnTests.cpp135 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported(); in init()
H A Des2fShaderLoopTests.cpp247 isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() in init()
H A Des2fShaderStructTests.cpp110 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported(); in init()

Completed in 6 milliseconds