Home
last modified time | relevance | path

Searched refs:getTranslatorOutputType (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DCompilerNULL.cpp21 ShShaderOutput CompilerNULL::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerNULL
DCompilerNULL.h25 ShShaderOutput getTranslatorOutputType() const override;
/external/angle/src/libANGLE/renderer/vulkan/
DCompilerVk.cpp21 ShShaderOutput CompilerVk::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerVk
DCompilerVk.h25 ShShaderOutput getTranslatorOutputType() const override;
/external/angle/src/libANGLE/renderer/d3d/
DCompilerD3D.cpp19 ShShaderOutput CompilerD3D::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerD3D
DCompilerD3D.h24 ShShaderOutput getTranslatorOutputType() const override;
/external/angle/src/libANGLE/renderer/
DCompilerImpl.h27 virtual ShShaderOutput getTranslatorOutputType() const = 0;
/external/angle/src/libANGLE/renderer/metal/
DCompilerMtl.h24 ShShaderOutput getTranslatorOutputType() const override;
DCompilerMtl.mm22 ShShaderOutput CompilerMtl::getTranslatorOutputType() const
/external/angle/src/libANGLE/renderer/gl/
DCompilerGL.h24 ShShaderOutput getTranslatorOutputType() const override;
DCompilerGL.cpp90 ShShaderOutput CompilerGL::getTranslatorOutputType() const in getTranslatorOutputType() function in rx::CompilerGL
/external/angle/src/libANGLE/
DCompiler.cpp71 mOutputType(mImplementation->getTranslatorOutputType()), in Compiler()