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

  /external/skia/src/sksl/ir/
SkSLInterfaceBlock.h 27 struct InterfaceBlock : public ProgramElement {
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName,
43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName,
  /external/skqp/src/sksl/ir/
SkSLInterfaceBlock.h 27 struct InterfaceBlock : public ProgramElement {
28 InterfaceBlock(int offset, const Variable* var, String typeName, String instanceName,
43 return std::unique_ptr<ProgramElement>(new InterfaceBlock(fOffset, &fVariable, fTypeName,
  /external/deqp/framework/opengl/
gluVarType.cpp 285 // InterfaceBlock Implementation
287 InterfaceBlock::InterfaceBlock (void)
gluVarType.hpp 271 struct InterfaceBlock
273 InterfaceBlock (void);
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp 332 class InterfaceBlock : public Node
335 InterfaceBlock (const SharedPtr& enclosing, bool named)
559 glu::InterfaceBlock interfaceBlock;
599 DE_ASSERT(interfaceBlock.storage == glu::STORAGE_LAST);
600 interfaceBlock.storage = qualifier->m_storage;
615 targetLayout = &interfaceBlock.layout;
668 interfaceBlock.dimensions.push_back(arraySize);
698 DE_ASSERT(dynamic_cast<const ResourceDefinition::InterfaceBlock*>(head));
701 const bool named = static_cast<const ResourceDefinition::InterfaceBlock*>(head)->m_named
    [all...]

Completed in 282 milliseconds