Home | History | Annotate | Download | only in client

Lines Matching defs:DepthMask

213 void GLES2TraceImplementation::DepthMask(GLboolean flag) {
214 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthMask");
215 gl_->DepthMask(flag);