Searched refs:surfaceForConfig (Results 1 – 2 of 2) sorted by relevance
208 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
2245 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() argument2246 if (GrRenderTarget* rt = surfaceForConfig->asRenderTarget()) { in readPixelsSupported()2249 GrPixelConfig config = surfaceForConfig->config(); in readPixelsSupported()