Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLGpu.cpp2088 GrPixelConfig rtConfig = target->config(); in readPixelsSupported() local
2089 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget, in readPixelsSupported()
2093 bool GrGLGpu::readPixelsSupported(GrPixelConfig rtConfig, GrPixelConfig readConfig) { in readPixelsSupported() argument
2095 auto bindRenderTarget = [this, rtConfig, &temp]() -> bool { in readPixelsSupported()
2097 desc.fConfig = rtConfig; in readPixelsSupported()
2099 if (this->glCaps().isConfigRenderable(rtConfig, false)) { in readPixelsSupported()
2108 } else if (this->glCaps().canConfigBeFBOColorAttachment(rtConfig)) { in readPixelsSupported()
2126 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget, in readPixelsSupported()