Searched defs:getAsTyped (Results 1 – 2 of 2) sorted by relevance
277 virtual TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function308 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function
1023 virtual glslang::TIntermTyped* getAsTyped() { return 0; } in getAsTyped() function1036 virtual const glslang::TIntermTyped* getAsTyped() const { return 0; } in getAsTyped() function1073 virtual TIntermTyped* getAsTyped() { return this; } in getAsTyped() function1074 virtual const TIntermTyped* getAsTyped() const { return this; } in getAsTyped() function