Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrShaderCaps.h129 bool externalTextureSupport() const { return fExternalTextureSupport; } in externalTextureSupport()
283 bool fExternalTextureSupport : 1; variable
/external/skia/src/gpu/
DGrShaderCaps.cpp66 fExternalTextureSupport = false; in GrShaderCaps()
155 r.appendf("External texture support: %s\n", (fExternalTextureSupport ? "YES" : "NO")); in dump()
/external/skia/src/sksl/
DSkSLUtil.h93 result->fExternalTextureSupport = true; in VariousCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp816 shaderCaps->fExternalTextureSupport = true; in initGLSL()
820 shaderCaps->fExternalTextureSupport = true; in initGLSL()
824 if (shaderCaps->fExternalTextureSupport) { in initGLSL()