Home | History | Annotate | Download | only in client

Lines Matching defs:Uniform1fvImmediate

1105 void Uniform1fvImmediate(GLint location, GLsizei count, const GLfloat* v) {
1106 const uint32_t size = gles2::cmds::Uniform1fvImmediate::ComputeSize(count);
1107 gles2::cmds::Uniform1fvImmediate* c =
1108 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform1fvImmediate>(size);