Searched refs:getSkiaInterface (Results 1 – 5 of 5) sorted by relevance
43 virtual sk_sp<const GrGLInterface> getSkiaInterface();
39 sk_sp<const GrGLInterface> GlesDriver::getSkiaInterface() { in getSkiaInterface() function in android::uirenderer::debug::GlesDriver
23 sk_sp<const GrGLInterface> NullGlesDriver::getSkiaInterface() { in getSkiaInterface() function in android::uirenderer::debug::NullGlesDriver
27 virtual sk_sp<const GrGLInterface> getSkiaInterface() override;
136 sk_sp<const GrGLInterface> glInterface(driver->getSkiaInterface()); in initialize()