Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform4fvImmediate

1179 void Uniform4fvImmediate(GLint location, GLsizei count, const GLfloat* v) {
1180 const uint32_t size = gles2::cmds::Uniform4fvImmediate::ComputeSize(count);
1181 gles2::cmds::Uniform4fvImmediate* c =
1182 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform4fvImmediate>(size);