Searched defs:getInterfaceBlock (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp58 const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); return m_data.block; } function in class:deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h394 TInterfaceBlock *getInterfaceBlock() const { return interfaceBlock; } function in class:TType
397 TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : nullptr; }

Completed in 583 milliseconds