OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSkiaInterface
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/hwui/debug/
GlesDriver.cpp
39
sk_sp<const GrGLInterface> GlesDriver::
getSkiaInterface
() {
GlesDriver.h
43
virtual sk_sp<const GrGLInterface>
getSkiaInterface
();
NullGlesDriver.cpp
23
sk_sp<const GrGLInterface> NullGlesDriver::
getSkiaInterface
() {
NullGlesDriver.h
27
virtual sk_sp<const GrGLInterface>
getSkiaInterface
() override;
/frameworks/base/libs/hwui/renderthread/
EglManager.cpp
129
sk_sp<const GrGLInterface> glInterface(driver->
getSkiaInterface
());
Completed in 73 milliseconds