Home
last modified time | relevance | path

Searched defs:glInterface (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/cpp/
Dnative-lib.cpp65 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in Java_org_skia_skottie_SkottieRunner_nCreateProxy() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.cpp57 const GrGLInterface* glInterface = gpu->glInterface(); in GrGLPathRendering() local
DGrGLGpu.h47 const GrGLInterface* glInterface() const { return fGLContext->interface(); } in glInterface() function
DGrGLCaps.cpp24 const GrGLInterface* glInterface) : INHERITED(contextOptions) { in GrGLCaps()