Searched defs:uniform4fv (Results 1 – 5 of 5) sorted by relevance
741 void GLContext::uniform4fv (deInt32 location, deInt32 count, const float* value) in uniform4fv() function in sglr::GLContext
3881 void ReferenceContext::uniform4fv (deInt32 location, deInt32 count, const float* v) in uniform4fv() function in sglr::ReferenceContext
202 PFNGLUNIFORM4FVPROC uniform4fv = nullptr; variable
767 glUniform4fvFunc uniform4fv; variable
7501 void Context::uniform4fv(UniformLocation location, GLsizei count, const GLfloat *v) in uniform4fv() function in gl::Context