Searched defs:glInterface (Results 1 – 10 of 10) sorted by relevance
78 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()3446 const GrGLInterface* glInterface, in applyDriverCorrectnessWorkarounds()
65 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in Java_org_skia_skottie_SkottieRunner_nCreateProxy() local
57 const GrGLInterface* glInterface = gpu->glInterface(); in GrGLPathRendering() local
46 const GrGLInterface* glInterface() const { return fGLContext->interface(); } in glInterface() function
30 const GrGLInterface* glInterface) : INHERITED(contextOptions) { in GrGLCaps()
75 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in Java_org_skia_skottie_SkottieRunner_nCreateProxy() local
981 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface) { in MakeGL()1024 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface, in MakeGL()
1905 const glw::GLenum glInterface = getGLInterfaceEnumValue(interface); in queryAndValidateProps() local