Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluContextInfo.hpp85 virtual bool isVertexDynamicLoopSupported (void) const { return true; } in isVertexDynamicLoopSupported() function in glu::ContextInfo
DgluContextInfo.cpp73 …bool isVertexDynamicLoopSupported (void) const { return m_vertexDynamicLoopsSupported.getV… in isVertexDynamicLoopSupported() function in glu::ES2ContextInfo
/external/deqp/modules/gles2/functional/
Des2fShaderDiscardTests.cpp108 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
Des2fShaderReturnTests.cpp135 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()
Des2fShaderLoopTests.cpp247 isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() in init()
Des2fShaderStructTests.cpp109 …const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isF… in init()