Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform1fvImmediate

1083 void Uniform1fvImmediate(GLint location, GLsizei count, const GLfloat* v) {
1084 const uint32_t size = gles2::cmds::Uniform1fvImmediate::ComputeSize(count);
1085 gles2::cmds::Uniform1fvImmediate* c =
1086 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform1fvImmediate>(size);