Home
last modified time | relevance | path

Searched refs:glInterface (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLReadback.cpp44 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in copyImageInto() local
45 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in copyImageInto()
47 (GrBackendContext)glInterface.get())); in copyImageInto()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp129 sk_sp<const GrGLInterface> glInterface(driver->getSkiaInterface()); in initialize() local
131 sk_sp<const GrGLInterface> glInterface(GrGLCreateNativeInterface()); in initialize()
133 LOG_ALWAYS_FATAL_IF(!glInterface.get()); in initialize()
139 (GrBackendContext)glInterface.get(), options)); in initialize()