Searched defs:uniform3fv (Results 1 – 5 of 5) sorted by relevance
736 void GLContext::uniform3fv (deInt32 location, deInt32 count, const float* value) in uniform3fv() function in sglr::GLContext
3876 void ReferenceContext::uniform3fv (deInt32 location, deInt32 count, const float* v) in uniform3fv() function in sglr::ReferenceContext
198 PFNGLUNIFORM3FVPROC uniform3fv = nullptr; variable
763 glUniform3fvFunc uniform3fv; variable
7400 void Context::uniform3fv(UniformLocation location, GLsizei count, const GLfloat *v) in uniform3fv() function in gl::Context