Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp167 if (fGpu->glCaps().programBinarySupport()) { in storeShaderInCache()
247 if (this->gpu()->glCaps().programBinarySupport() && in finalize()
292 if (!fGpu->glCaps().programBinarySupport()) { in finalize()
/third_party/skia/src/gpu/gl/
DGrGLCaps.h449 bool programBinarySupport() const { return fProgramBinarySupport; } in programBinarySupport() function