Searched refs:surfaceForConfig (Results 1 – 4 of 4) sorted by relevance
227 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
2305 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() argument2306 if (GrRenderTarget* rt = surfaceForConfig->asRenderTarget()) { in readPixelsSupported()2309 GrPixelConfig config = surfaceForConfig->config(); in readPixelsSupported()
232 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
2336 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() argument2337 if (GrRenderTarget* rt = surfaceForConfig->asRenderTarget()) { in readPixelsSupported()2340 GrPixelConfig config = surfaceForConfig->config(); in readPixelsSupported()