HomeSort by relevance Sort by last modified time
    Searched refs:getUseEmulatedFunction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
intermediate.h 522 bool getUseEmulatedFunction() { return useEmulatedFunction; }
568 bool getUseEmulatedFunction() { return useEmulatedFunction; }
OutputGLSLBase.cpp 550 if (visit == PreVisit && node->getUseEmulatedFunction())
599 bool useEmulatedFunction = (visit == PreVisit && node->getUseEmulatedFunction());

Completed in 35 milliseconds