Searched defs:TranslatorHLSL (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTranslatorHLSL.h12 class TranslatorHLSL : public TCompiler class in inherits:TCompiler
15 TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
16 virtual TranslatorHLSL *getAsTranslatorHLSL() { return this; }
H A DTranslatorHLSL.cpp7 #include "compiler/translator/TranslatorHLSL.h"
12 TranslatorHLSL::TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output) function in class:TranslatorHLSL
17 void TranslatorHLSL::translate(TIntermNode *root)
28 bool TranslatorHLSL::hasInterfaceBlock(const std::string &interfaceBlockName) const
33 unsigned int TranslatorHLSL::getInterfaceBlockRegister(const std::string &interfaceBlockName) const
39 bool TranslatorHLSL::hasUniform(const std::string &uniformName) const
44 unsigned int TranslatorHLSL::getUniformRegister(const std::string &uniformName) const

Completed in 638 milliseconds