Home | History | Annotate | Download | only in client

Lines Matching refs:ClearDepthf

120 void GLES2TraceImplementation::ClearDepthf(GLclampf depth) {
121 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearDepthf");
122 gl_->ClearDepthf(depth);