Home | History | Annotate | Download | only in client

Lines Matching refs:DepthMask

249 void GLES2TraceImplementation::DepthMask(GLboolean flag) {
250 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::DepthMask");
251 gl_->DepthMask(flag);