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

  /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/src/common/
shadervars.h 139 struct InterfaceBlock
151 InterfaceBlock(const char *name, unsigned int arraySize, unsigned int registerIndex)
  /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 100 milliseconds