Home | History | Annotate | Download | only in client

Lines Matching refs:PixelStorei

597 void GLES2TraceImplementation::PixelStorei(GLenum pname, GLint param) {
598 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::PixelStorei");
599 gl_->PixelStorei(pname, param);