Searched defs:glInterface (Results 1 – 6 of 6) sorted by relevance
108 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface() function
48 const GrGLInterface* glInterface() const { return fGLContext->glInterface(); } in glInterface() function
35 const GrGLInterface* glInterface) : INHERITED(contextOptions) { in GrGLCaps()3718 const GrGLInterface* glInterface, in applyDriverCorrectnessWorkarounds()
78 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in Java_org_skia_skottie_SkottieRunner_nCreateProxy() local
1014 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface) { in MakeGL()1057 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface, in MakeGL()
1905 const glw::GLenum glInterface = getGLInterfaceEnumValue(interface); in queryAndValidateProps() local