Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform3f

823 void GLES2TraceImplementation::Uniform3f(GLint location,
827 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Uniform3f");
828 gl_->Uniform3f(location, x, y, z);