Home
last modified time | relevance | path

Searched refs:defineUniform (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGL/
DProgram.h146 …bool defineUniform(GLenum shader, GLenum type, GLenum precision, const std::string &_name, unsigne…
DProgram.cpp1308 …if(!defineUniform(shader->getType(), uniform.type, uniform.precision, uniform.name, uniform.arrayS… in linkUniforms()
1317 …bool Program::defineUniform(GLenum shader, GLenum type, GLenum precision, const std::string &name,… in defineUniform() function in gl::Program
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h233 …bool defineUniform(GLenum shader, GLenum type, GLenum precision, const std::string &_name, unsigne…
DProgram.cpp1619 …if(!defineUniform(shader->getType(), uniform.type, uniform.precision, uniform.name, uniform.arrayS… in linkUniforms()
1628 …bool Program::defineUniform(GLenum shader, GLenum type, GLenum precision, const std::string &name,… in defineUniform() function in es2::Program