Searched defs:readPixelsSupported (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp917 bool GrGLCaps::readPixelsSupported(GrPixelConfig surfaceConfig, function in class:GrGLCaps
H A DGrGLGpu.cpp2184 bool GrGLGpu::readPixelsSupported(GrRenderTarget* target, GrPixelConfig readConfig) { function in class:GrGLGpu
2192 return this->readPixelsSupported(target->config(), readConfig);
2204 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,
2208 bool GrGLGpu::readPixelsSupported(GrPixelConfig rtConfig, GrPixelConfig readConfig) { function in class:GrGLGpu
2241 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,
2245 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { function in class:GrGLGpu
2247 return this->readPixelsSupported(rt, readConfig);
2250 return this->readPixelsSupported(config, readConfig);
2287 if (!this->readPixelsSupported(readConfig, readConfig)) {
2298 this->readPixelsSupported(kBGRA_8888_GrPixelConfi
[all...]

Completed in 66 milliseconds