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

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DProgramBinary.cpp2063 if (!defineUniform(GL_VERTEX_SHADER, *uniform, infoLog))
2071 if (!defineUniform(GL_FRAGMENT_SHADER, *uniform, infoLog))
2080 bool ProgramBinary::defineUniform(GLenum shader, const sh::Uniform &constant, InfoLog &infoLog) function in class:gl::ProgramBinary

Completed in 85 milliseconds