Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorMetal.h27 class SpecConstMetal : public SpecConst
30 SpecConstMetal(TSymbolTable *symbolTable, ShCompileOptions compileOptions, GLenum shaderType) in SpecConstMetal() function
33 ~SpecConstMetal() override {} in ~SpecConstMetal()
DTranslatorMetal.cpp184 SpecConstMetal specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate()