HomeSort by relevance Sort by last modified time
    Searched defs:TranslatorHLSL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
TranslatorHLSL.h 12 class TranslatorHLSL : public TCompiler
15 TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output);
16 virtual TranslatorHLSL *getAsTranslatorHLSL() { return this; }
TranslatorHLSL.cpp 7 #include "compiler/translator/TranslatorHLSL.h"
12 TranslatorHLSL::TranslatorHLSL(sh::GLenum type, ShShaderSpec spec, ShShaderOutput output)
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 43 milliseconds