Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform3fvImmediate

1147 void Uniform3fvImmediate(GLint location, GLsizei count, const GLfloat* v) {
1148 const uint32_t size = gles2::cmds::Uniform3fvImmediate::ComputeSize(count);
1149 gles2::cmds::Uniform3fvImmediate* c =
1150 GetImmediateCmdSpaceTotalSize<gles2::cmds::Uniform3fvImmediate>(size);