Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform4f

853 void GLES2TraceImplementation::Uniform4f(GLint location,
858 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform4f");
859 gl_->Uniform4f(location, x, y, z, w);