HomeSort by relevance Sort by last modified time
    Searched defs:InterfaceBlock (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
ShaderVars.cpp 132 InterfaceBlock::InterfaceBlock()
139 InterfaceBlock::~InterfaceBlock()
142 InterfaceBlock::InterfaceBlock(const InterfaceBlock &other)
153 InterfaceBlock &InterfaceBlock::operator=(const InterfaceBlock &other
    [all...]
  /external/deqp/framework/opengl/
gluVarType.cpp 283 // InterfaceBlock Implementation
285 InterfaceBlock::InterfaceBlock (void)
gluVarType.hpp 269 struct InterfaceBlock
271 InterfaceBlock (void);
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderVars.h 104 struct COMPILER_EXPORT InterfaceBlock
106 InterfaceBlock();
107 ~InterfaceBlock();
108 InterfaceBlock(const InterfaceBlock &other);
109 InterfaceBlock &operator=(const InterfaceBlock &other);
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 279 class InterfaceBlock : public Node
282 InterfaceBlock (const SharedPtr& enclosing, bool named)
468 glu::InterfaceBlock interfaceBlock;
508 DE_ASSERT(interfaceBlock.storage == glu::STORAGE_LAST);
509 interfaceBlock.storage = qualifier->m_storage;
524 targetLayout = &interfaceBlock.layout;
577 interfaceBlock.dimensions.push_back(arraySize);
607 DE_ASSERT(dynamic_cast<const ResourceDefinition::InterfaceBlock*>(head));
610 const bool named = static_cast<const ResourceDefinition::InterfaceBlock*>(head)->m_named
    [all...]

Completed in 158 milliseconds