Searched refs:TranslatorASM (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DTranslatorASM.cpp15 #include "TranslatorASM.h"
19 TranslatorASM::TranslatorASM(glsl::Shader *shaderObject, GLenum shaderType) : TCompiler(shaderType), shaderObject(shaderObject) function in class:TranslatorASM
23 bool TranslatorASM::translate(TIntermNode* root)
H A DTranslatorASM.h26 class TranslatorASM : public TCompiler class in inherits:TCompiler
29 TranslatorASM(glsl::Shader *shaderObject, GLenum type);
H A DAndroid.mk80 TranslatorASM.cpp \
/external/swiftshader/src/OpenGL/libGL/
H A DShader.cpp156 TranslatorASM *Shader::createCompiler(GLenum shaderType)
164 TranslatorASM *assembler = new TranslatorASM(this, shaderType);
197 TranslatorASM *compiler = createCompiler(getType());
H A DShader.h25 #include "compiler/TranslatorASM.h"
76 TranslatorASM *createCompiler(GLenum shaderType);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DShader.cpp157 TranslatorASM *Shader::createCompiler(GLenum shaderType)
165 TranslatorASM *assembler = new TranslatorASM(this, shaderType);
205 TranslatorASM *compiler = createCompiler(getType());
H A DShader.h25 #include "compiler/TranslatorASM.h"
73 TranslatorASM *createCompiler(GLenum shaderType);
/external/swiftshader/tests/fuzzers/
H A DVertexRoutineFuzzer.cpp17 #include "OpenGL/compiler/TranslatorASM.h"
102 std::unique_ptr<TranslatorASM> glslCompiler(new TranslatorASM(fakeVS.get(), GL_VERTEX_SHADER));

Completed in 2873 milliseconds