Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DTranslatorMetal.h28 class SpecConstMetal : public SpecConst
31 SpecConstMetal(TSymbolTable *symbolTable, ShCompileOptions compileOptions, GLenum shaderType) in SpecConstMetal() function
34 ~SpecConstMetal() override {} in ~SpecConstMetal()
DTranslatorMetal.cpp122 SpecConstMetal specConst(&getSymbolTable(), compileOptions, getShaderType()); in translate()