Home
last modified time | relevance | path

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

/external/skia/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/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/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
/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/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp1904 const glw::GLenum glInterface = getGLInterfaceEnumValue(interface); in queryAndValidateProps() local