Home
last modified time | relevance | path

Searched defs:getAsSelectionNode (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dintermediate.h282 virtual TIntermSelection* getAsSelectionNode() { return 0; } in getAsSelectionNode() function
626 TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
/third_party/glslang/glslang/Include/
Dintermediate.h1148 virtual glslang::TIntermSelection* getAsSelectionNode() { return nullptr; } in getAsSelectionNode() function
1161 virtual const glslang::TIntermSelection* getAsSelectionNode() const { return nullptr; } in getAsSelectionNode() function
1744 virtual TIntermSelection* getAsSelectionNode() { return this; } in getAsSelectionNode() function
1745 virtual const TIntermSelection* getAsSelectionNode() const { return this; } in getAsSelectionNode() function