Searched defs:uniform1fv (Results 1 – 5 of 5) sorted by relevance
726 void GLContext::uniform1fv (deInt32 location, deInt32 count, const float* value) in uniform1fv() function in sglr::GLContext
3866 void ReferenceContext::uniform1fv (deInt32 location, deInt32 count, const float* v) in uniform1fv() function in sglr::ReferenceContext
190 PFNGLUNIFORM1FVPROC uniform1fv = nullptr; variable
743 glUniform1fvFunc uniform1fv; variable
7410 void Context::uniform1fv(UniformLocation location, GLsizei count, const GLfloat *v) in uniform1fv() function in gl::Context