Searched refs:programBinarySupport (Results 1 – 2 of 2) sorted by relevance
167 if (fGpu->glCaps().programBinarySupport()) { in storeShaderInCache()247 if (this->gpu()->glCaps().programBinarySupport() && in finalize()292 if (!fGpu->glCaps().programBinarySupport()) { in finalize()
449 bool programBinarySupport() const { return fProgramBinarySupport; } in programBinarySupport() function