Lines Matching full:intf
665 bool GrGLCaps::doReadPixelsSupported(const GrGLInterface* intf,
683 GR_GL_GetIntegerv(intf,
687 GR_GL_GetIntegerv(intf,
694 bool GrGLCaps::readPixelsSupported(const GrGLInterface* intf,
702 bool supported = this->doReadPixelsSupported(intf, format, type);
1102 const GrGLInterface* intf) {
1116 GR_GL_GetShaderPrecisionFormat(intf, glShader, glPrecision, range, &bits);