Searched defs:glInterface (Results 1 – 6 of 6) sorted by relevance
91 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface() function
45 const GrGLInterface* glInterface() const { return fGLContext->glInterface(); } in glInterface() function
32 const GrGLInterface* glInterface) : INHERITED(contextOptions) { in GrGLCaps()3585 const GrGLInterface* glInterface, in applyDriverCorrectnessWorkarounds()
75 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in Java_org_skia_skottie_SkottieRunner_nCreateProxy() local
1198 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface) { in MakeGL()1241 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface, in MakeGL()
1905 const glw::GLenum glInterface = getGLInterfaceEnumValue(interface); in queryAndValidateProps() local