Home
last modified time | relevance | path

Searched defs:initBuiltInFunctionEmulator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/null/
H A DTranslatorNULL.h21 void initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator() function
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DTranslatorESSL.cpp57 void TranslatorESSL::initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator() function in sh::TranslatorESSL
H A DTranslatorGLSL.cpp26 void TranslatorGLSL::initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator() function in sh::TranslatorGLSL
/aosp_15_r20/external/angle/src/compiler/translator/
H A DCompiler.h241 virtual void initBuiltInFunctionEmulator(BuiltInFunctionEmulator *emu, in initBuiltInFunctionEmulator() function