Searched defs:isInterfaceBlock (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } function in class:deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
58 const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); return m_data.block; }
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h355 bool isInterfaceBlock() const function in class:TType
H A DIntermNode.h279 bool isInterfaceBlock() const { return mType.isInterfaceBlock(); } function in class:TIntermTyped

Completed in 1779 milliseconds