Home | History | Annotate | Download | only in client

Lines Matching defs:Hint

470 void GLES2TraceImplementation::Hint(GLenum target, GLenum mode) {
471 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::Hint");
472 gl_->Hint(target, mode);