Home
last modified time | relevance | path

Searched defs:getAsTyped (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DIntermNode.h87 virtual TIntermTyped *getAsTyped() { return nullptr; } in getAsTyped() function
141 TIntermTyped *getAsTyped() override { return this; } in getAsTyped() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1136 virtual glslang::TIntermTyped* getAsTyped() { return nullptr; } in getAsTyped() function
1149 virtual const glslang::TIntermTyped* getAsTyped() const { return nullptr; } in getAsTyped() function
1186 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
1187 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1132 virtual glslang::TIntermTyped* getAsTyped() { return nullptr; } in getAsTyped() function
1145 virtual const glslang::TIntermTyped* getAsTyped() const { return nullptr; } in getAsTyped() function
1182 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
1183 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function