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