Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/builders/
H A DGrGLProgramBuilder.cpp181 if (fGpu->glCaps().programBinarySupport()) { in storeShaderInCache()
235 if (this->gpu()->glCaps().programBinarySupport() && in finalize()
278 if (!fGpu->glCaps().programBinarySupport()) { in finalize()
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.h500 bool programBinarySupport() const { return fProgramBinarySupport; } in programBinarySupport() function