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

  /external/chromium_org/third_party/angle/src/compiler/
BuiltInFunctionEmulator.h 28 bool SetFunctionCalled(TOperator op, const TType& param);
29 bool SetFunctionCalled(
85 bool SetFunctionCalled(TBuiltInFunction function);
BuiltInFunctionEmulator.cpp 206 bool needToEmulate = mEmulator.SetFunctionCalled(
254 bool needToEmulate = mEmulator.SetFunctionCalled(
279 bool BuiltInFunctionEmulator::SetFunctionCalled(
283 return SetFunctionCalled(function);
286 bool BuiltInFunctionEmulator::SetFunctionCalled(
290 return SetFunctionCalled(function);
293 bool BuiltInFunctionEmulator::SetFunctionCalled(

Completed in 500 milliseconds