Searched defs:uniform1f (Results 1 – 13 of 13) sorted by relevance
886 uniform1f: function (...args) { method
716 void GLContext::uniform1f (deInt32 location, float v0) in uniform1f() function in sglr::GLContext
3854 void ReferenceContext::uniform1f (deInt32 location, const float v0) in uniform1f() function in sglr::ReferenceContext
189 PFNGLUNIFORM1FPROC uniform1f = nullptr; variable
742 glUniform1fFunc uniform1f; variable
6379 void Context::uniform1f(GLint location, GLfloat x) in uniform1f() function in gl::Context
7210 void Context::uniform1f(UniformLocation location, GLfloat x) in uniform1f() function in gl::Context
4900 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
17931 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
4880 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
17911 uniform1f(location: WebGLUniformLocation | null, x: GLfloat): void; method
15117 uniform1f(location: WebGLUniformLocation, x: number): void; method