Searched defs:uniformMatrix4fv (Results 1 – 5 of 5) sorted by relevance
771 void GLContext::uniformMatrix4fv (deInt32 location, deInt32 count, deBool transpose, const float *v… in uniformMatrix4fv() function in sglr::GLContext
3939 void ReferenceContext::uniformMatrix4fv (deInt32 location, deInt32 count, deBool transpose, const f… in uniformMatrix4fv() function in sglr::ReferenceContext
207 PFNGLUNIFORMMATRIX4FVPROC uniformMatrix4fv = nullptr; variable
786 glUniformMatrix4fvFunc uniformMatrix4fv; variable
7538 void Context::uniformMatrix4fv(UniformLocation location, in uniformMatrix4fv() function in gl::Context