Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/angle/
DSkANGLEGLContext.cpp83 fIsGLBackend = useGLBackend; in SkANGLEGLContext()
184 SkGLContext* ctx = fIsGLBackend ? SkANGLEGLContext::CreateOpenGL() in createNew()
/external/skia/include/gpu/gl/angle/
DSkANGLEGLContext.h56 bool fIsGLBackend; variable