Home
last modified time | relevance | path

Searched refs:typedThis (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp3534 TIntermTyped *typedThis = thisNode->getAsTyped(); in addFunctionCallOrMethod() local
3545 else if(typedThis == nullptr || !typedThis->isArray()) in addFunctionCallOrMethod()
3552 arraySize = typedThis->getArraySize(); in addFunctionCallOrMethod()