Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLContext.h78 const GrGLInterface* glInterface() const { return fInterface.get(); } in glInterface() function
DGrGLGpu.h45 const GrGLInterface* glInterface() const { return fGLContext->glInterface(); } in glInterface() function
DGrGLCaps.cpp32 const GrGLInterface* glInterface) : INHERITED(contextOptions) { in GrGLCaps()
3446 const GrGLInterface* glInterface, in applyDriverCorrectnessWorkarounds()
/external/skqp/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
/external/skqp/src/gpu/gl/
DGrGLPathRendering.cpp57 const GrGLInterface* glInterface = gpu->glInterface(); in GrGLPathRendering() local
DGrGLGpu.h46 const GrGLInterface* glInterface() const { return fGLContext->interface(); } in glInterface() function
DGrGLCaps.cpp30 const GrGLInterface* glInterface) : INHERITED(contextOptions) { in GrGLCaps()
/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.cpp981 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()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1905 const glw::GLenum glInterface = getGLInterfaceEnumValue(interface); in queryAndValidateProps() local