Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLContext.h91 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface() function
DGrGLGpu.h48 const GrGLInterface* glInterface() const { return fGLContext->glInterface(); } in glInterface() function
DGrGLCaps.cpp33 const GrGLInterface* glInterface) : INHERITED(contextOptions) { in GrGLCaps()
3657 const GrGLInterface* glInterface, in applyDriverCorrectnessWorkarounds()
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/
Dnative-lib.cpp75 sk_sp<const GrGLInterface> glInterface = GrGLMakeNativeInterface(); in Java_org_skia_skottie_SkottieRunner_nCreateProxy() local
/external/skia/src/gpu/
DGrDirectContext.cpp995 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface) { in MakeGL()
1038 sk_sp<GrDirectContext> GrDirectContext::MakeGL(sk_sp<const GrGLInterface> glInterface, in MakeGL()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1905 const glw::GLenum glInterface = getGLInterfaceEnumValue(interface); in queryAndValidateProps() local