Home
last modified time | relevance | path

Searched defs:getSequence (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h645 TIntermSequence *getSequence() override { return &mArguments; } in getSequence() function
646 const TIntermSequence *getSequence() const override { return &mArguments; } in getSequence() function
702 TIntermSequence *getSequence() override { return &mStatements; } in getSequence() function
703 const TIntermSequence *getSequence() const override { return &mStatements; } in getSequence() function
814 TIntermSequence *getSequence() override { return &mDeclarators; } in getSequence() function
815 const TIntermSequence *getSequence() const override { return &mDeclarators; } in getSequence() function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.h201 int Graph::Node::getSequence() const in getSequence() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h548 TIntermSequence& getSequence() { return sequence; } in getSequence() function
/third_party/glslang/glslang/Include/
Dintermediate.h1619 virtual TIntermSequence& getSequence() { return sequence; } in getSequence() function
1620 virtual const TIntermSequence& getSequence() const { return sequence; } in getSequence() function