Home | History | Annotate | Download | only in client

Lines Matching defs:Uniform1f

660 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) {
661 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1f");
662 gl_->Uniform1f(location, x);