Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform1f

775 void GLES2TraceImplementation::Uniform1f(GLint location, GLfloat x) {
776 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform1f");
777 gl_->Uniform1f(location, x);