Home | History | Annotate | Download | only in client

Lines Matching refs:IsProgram

992 GLboolean GLES2Implementation::IsProgram(GLuint program) {
994 TRACE_EVENT0("gpu", "GLES2Implementation::IsProgram");
996 typedef cmds::IsProgram::Result Result;
1002 helper_->IsProgram(program, GetResultShmId(), GetResultShmOffset());