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

  /external/skia/src/sksl/ir/
SkSLInterfaceBlock.h 27 struct InterfaceBlock : public ProgramElement {
28 InterfaceBlock(Position position, const Variable* var, String typeName, String instanceName,
  /external/deqp/framework/opengl/
gluVarType.cpp 284 // InterfaceBlock Implementation
286 InterfaceBlock::InterfaceBlock (void)
gluVarType.hpp 271 struct InterfaceBlock
273 InterfaceBlock (void);
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 321 class InterfaceBlock : public Node
324 InterfaceBlock (const SharedPtr& enclosing, bool named)
548 glu::InterfaceBlock interfaceBlock;
588 DE_ASSERT(interfaceBlock.storage == glu::STORAGE_LAST);
589 interfaceBlock.storage = qualifier->m_storage;
604 targetLayout = &interfaceBlock.layout;
657 interfaceBlock.dimensions.push_back(arraySize);
687 DE_ASSERT(dynamic_cast<const ResourceDefinition::InterfaceBlock*>(head));
690 const bool named = static_cast<const ResourceDefinition::InterfaceBlock*>(head)->m_named
    [all...]

Completed in 1597 milliseconds