Home
last modified time | relevance | path

Searched defs:InterfaceBlock (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderVars.h104 struct COMPILER_EXPORT InterfaceBlock struct
109 InterfaceBlock &operator=(const InterfaceBlock &other); argument
118 std::vector<InterfaceBlockField> fields; argument
/external/deqp/framework/opengl/
DgluVarType.hpp269 struct InterfaceBlock struct
273 glu::Layout layout;
274 Storage storage;
275 int memoryAccessQualifierFlags;
276 std::string interfaceName;
277 std::string instanceName;
278 std::vector<glu::VariableDeclaration> variables;
279 std::vector<int> dimensions;
DgluVarType.cpp285 InterfaceBlock::InterfaceBlock (void) in InterfaceBlock() function in glu::InterfaceBlock
/external/chromium_org/third_party/angle/src/compiler/translator/
DShaderVars.cpp132 InterfaceBlock::InterfaceBlock() in InterfaceBlock() function in sh::InterfaceBlock
142 InterfaceBlock::InterfaceBlock(const InterfaceBlock &other) in InterfaceBlock() function in sh::InterfaceBlock
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp279 class InterfaceBlock : public Node class
282 InterfaceBlock (const SharedPtr& enclosing, bool named) in InterfaceBlock() function in deqp::gles31::Functional::__anon184f91ee0111::ResourceDefinition::InterfaceBlock