Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/
H A DBuiltInFunctionEmulator.h41 void outputEmulatedFunctions(TInfoSinkBase &out) const;
H A DBuiltInFunctionEmulator.cpp73 void BuiltInFunctionEmulator::outputEmulatedFunctions(TInfoSinkBase &out) const in outputEmulatedFunctions() function in sh::BuiltInFunctionEmulator
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DTranslatorESSL.cpp129 getBuiltInFunctionEmulator().outputEmulatedFunctions(sink); in translate()
H A DTranslatorGLSL.cpp136 getBuiltInFunctionEmulator().outputEmulatedFunctions(sink); in translate()
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp1298 builtInFunctionEmulator->outputEmulatedFunctions(out); in header()