Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h328 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
417 bool fExternalTextureSupport : 1; variable
DGrGLCaps.cpp50 fExternalTextureSupport = false; in GrGLCaps()
223 fExternalTextureSupport = true; in init()
227 fExternalTextureSupport = true; in init()
696 if (fExternalTextureSupport) { in initGLSL()
1048 r.appendf("External texture support: %s\n", (fExternalTextureSupport ? "YES" : "NO")); in dump()