Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpu.h217 bool readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig);
222 bool readPixelsSupported(GrPixelConfig renderTargetConfig, GrPixelConfig readConfig);
227 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
DGrGLCaps.h318 bool readPixelsSupported(GrPixelConfig surfaceConfig,
DGrGLGpu.cpp2244 bool GrGLGpu::readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig) { in readPixelsSupported() function in GrGLGpu
2252 return this->readPixelsSupported(target->config(), readConfig); in readPixelsSupported()
2264 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget, in readPixelsSupported()
2268 bool GrGLGpu::readPixelsSupported(GrPixelConfig rtConfig, GrPixelConfig readConfig) { in readPixelsSupported() function in GrGLGpu
2301 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget, in readPixelsSupported()
2305 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() function in GrGLGpu
2307 return this->readPixelsSupported(rt, readConfig); in readPixelsSupported()
2310 return this->readPixelsSupported(config, readConfig); in readPixelsSupported()
2326 if (!this->readPixelsSupported(surface, dstAsConfig)) { in onReadPixels()
DGrGLCaps.cpp851 bool GrGLCaps::readPixelsSupported(GrPixelConfig surfaceConfig, in readPixelsSupported() function in GrGLCaps
/external/skia/src/gpu/gl/
DGrGLGpu.h222 bool readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig);
227 bool readPixelsSupported(GrPixelConfig renderTargetConfig, GrPixelConfig readConfig);
232 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
DGrGLCaps.h318 bool readPixelsSupported(GrPixelConfig surfaceConfig,
DGrGLGpu.cpp2275 bool GrGLGpu::readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig) { in readPixelsSupported() function in GrGLGpu
2283 return this->readPixelsSupported(target->config(), readConfig); in readPixelsSupported()
2295 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget, in readPixelsSupported()
2299 bool GrGLGpu::readPixelsSupported(GrPixelConfig rtConfig, GrPixelConfig readConfig) { in readPixelsSupported() function in GrGLGpu
2332 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget, in readPixelsSupported()
2336 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() function in GrGLGpu
2338 return this->readPixelsSupported(rt, readConfig); in readPixelsSupported()
2341 return this->readPixelsSupported(config, readConfig); in readPixelsSupported()
2357 if (!this->readPixelsSupported(surface, dstAsConfig)) { in onReadPixels()
DGrGLCaps.cpp863 bool GrGLCaps::readPixelsSupported(GrPixelConfig surfaceConfig, in readPixelsSupported() function in GrGLCaps