Searched refs:readPixelsSupported (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 217 bool readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig); 222 bool readPixelsSupported(GrPixelConfig renderTargetConfig, GrPixelConfig readConfig); 227 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
|
D | GrGLCaps.h | 318 bool readPixelsSupported(GrPixelConfig surfaceConfig,
|
D | GrGLGpu.cpp | 2244 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()
|
D | GrGLCaps.cpp | 851 bool GrGLCaps::readPixelsSupported(GrPixelConfig surfaceConfig, in readPixelsSupported() function in GrGLCaps
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 222 bool readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig); 227 bool readPixelsSupported(GrPixelConfig renderTargetConfig, GrPixelConfig readConfig); 232 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
|
D | GrGLCaps.h | 318 bool readPixelsSupported(GrPixelConfig surfaceConfig,
|
D | GrGLGpu.cpp | 2275 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()
|
D | GrGLCaps.cpp | 863 bool GrGLCaps::readPixelsSupported(GrPixelConfig surfaceConfig, in readPixelsSupported() function in GrGLCaps
|