Home
last modified time | relevance | path

Searched defs:getAsTyped (Results 1 – 4 of 4) 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/swiftshader/src/OpenGL/compiler/
Dintermediate.h277 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function
308 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h1079 virtual glslang::TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function
1092 virtual const glslang::TIntermTyped* getAsTyped() const { return 0; } in getAsTyped() function
1129 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
1130 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
Dintermediate.h1083 virtual glslang::TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function
1096 virtual const glslang::TIntermTyped* getAsTyped() const { return 0; } in getAsTyped() function
1133 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
1134 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function