Home | History | Annotate | Download | only in client

Lines Matching refs:GetBooleanv

578 void GLES2Implementation::GetBooleanv(GLenum pname, GLboolean* params) {
584 TRACE_EVENT0("gpu", "GLES2Implementation::GetBooleanv");
588 typedef cmds::GetBooleanv::Result Result;
594 helper_->GetBooleanv(pname, GetResultShmId(), GetResultShmOffset());