Searched refs:getTranslatorOutputType (Results 1 – 12 of 12) sorted by relevance
21 ShShaderOutput CompilerNULL::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerNULL
25 ShShaderOutput getTranslatorOutputType() const override;
21 ShShaderOutput CompilerVk::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerVk
19 ShShaderOutput CompilerD3D::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerD3D
24 ShShaderOutput getTranslatorOutputType() const override;
27 virtual ShShaderOutput getTranslatorOutputType() const = 0;
22 ShShaderOutput CompilerMtl::getTranslatorOutputType() const
90 ShShaderOutput CompilerGL::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerGL
71 mOutputType(mImplementation->getTranslatorOutputType()), in Compiler()