Home
last modified time | relevance | path

Searched refs:surfaceForConfig (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.h237 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
DGrGLGpu.cpp2130 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() argument
2131 if (GrRenderTarget* rt = surfaceForConfig->asRenderTarget()) { in readPixelsSupported()
2134 GrPixelConfig config = surfaceForConfig->config(); in readPixelsSupported()