Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp156 if (fGpu->glCaps().programBinarySupport()) { in storeShaderInCache()
191 if (this->gpu()->glCaps().programBinarySupport() && in finalize()
228 if (fGpu->glCaps().programBinarySupport()) { in finalize()
274 if (!cached || !fGpu->glCaps().programBinarySupport()) { in finalize()
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp167 if (fGpu->glCaps().programBinarySupport()) { in storeShaderInCache()
222 if (this->gpu()->glCaps().programBinarySupport() && in finalize()
267 if (!fGpu->glCaps().programBinarySupport()) { in finalize()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.h413 bool programBinarySupport() const { return fProgramBinarySupport; } in programBinarySupport() function
/third_party/skia/src/gpu/gl/
DGrGLCaps.h449 bool programBinarySupport() const { return fProgramBinarySupport; } in programBinarySupport() function