Searched refs:GrGLMakeNativeInterface (Results 1 – 14 of 14) sorted by relevance
16 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function24 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
79 auto interface = GrGLMakeNativeInterface(); in onInitializeContext()126 return GrGLMakeNativeInterface(); in onInitializeContext()
10 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return nullptr; } in GrGLMakeNativeInterface() function
414 interface = GrGLMakeNativeInterface(); in Make()
12 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLMakeEGLInterface(); } in GrGLMakeNativeInterface() function
13 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { return GrGLInterfaces::MakeGLX(); } in GrGLMakeNativeInterface() function
30 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
35 sk_sp<const GrGLInterface> GrGLMakeNativeInterface() { in GrGLMakeNativeInterface() function
141 return GrGLMakeNativeInterface(); in onInitializeContext()
142 auto gl = GrGLMakeNativeInterface(); in WinGLTestContext()
77 auto interface = GrGLMakeNativeInterface(); in MakeGrContext()
34 SK_API sk_sp<const GrGLInterface> GrGLMakeNativeInterface();
440 * `GrGLMakeNativeInterface` has been deprecated and will eventually be removed. Clients should975 * GrGLCreateNativeInterface is removed. Use GrGLMakeNativeInterface.