Home
last modified time | relevance | path

Searched refs:translateTextureFunction (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/
DOutputESSL.h30 ImmutableString translateTextureFunction(const ImmutableString &name,
DOutputGLSL.h31 ImmutableString translateTextureFunction(const ImmutableString &name,
DOutputESSL.cpp46 ImmutableString TOutputESSL::translateTextureFunction(const ImmutableString &name, in translateTextureFunction() function in sh::TOutputESSL
DOutputGLSL.cpp78 ImmutableString TOutputGLSL::translateTextureFunction(const ImmutableString &name, in translateTextureFunction() function in sh::TOutputGLSL
DOutputGLSLBase.h84 virtual ImmutableString translateTextureFunction(const ImmutableString &name, in translateTextureFunction() function
DOutputGLSLBase.cpp1009 out << translateTextureFunction(node->getFunction()->name(), mCompileOptions); in visitAggregate()