Searched defs:getUniformfv (Results 1 – 9 of 9) sorted by relevance
98 void ProgramExecutableNULL::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableNULL
459 void ProgramExecutableGL::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableGL
176 PFNGLGETUNIFORMFVPROC getUniformfv = nullptr; variable
326 void ProgramExecutableWgpu::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableWgpu
2410 void ProgramExecutableVk::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableVk
2641 void ProgramExecutableD3D::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableD3D
2812 void ProgramExecutable::getUniformfv(const Context *context, in getUniformfv() function in gl::ProgramExecutable
7272 void Context::getUniformfv(ShaderProgramID program, UniformLocation location, GLfloat *params) in getUniformfv() function in gl::Context
391 glGetUniformfvFunc getUniformfv; variable