Lines Matching refs:interface
18 GrGLContextInfo::GrGLContextInfo(const GrGLInterface* interface) {
20 this->initialize(interface);
49 bool GrGLContextInfo::initialize(const GrGLInterface* interface) {
53 if (NULL != interface->fGetString) {
56 GR_GL_CALL_RET(interface, verUByte, GetString(GR_GL_VERSION));
60 if (interface->validate(binding)) {
62 fInterface = interface;
63 interface->ref();
70 this->interface());
73 GR_GL_CALL_RET(interface, ext, GetString(GR_GL_EXTENSIONS));
75 fVendor = GrGLGetVendor(interface);