Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLGpu.h227 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
DGrGLGpu.cpp2305 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() argument
2306 if (GrRenderTarget* rt = surfaceForConfig->asRenderTarget()) { in readPixelsSupported()
2309 GrPixelConfig config = surfaceForConfig->config(); in readPixelsSupported()
/external/skia/src/gpu/gl/
DGrGLGpu.h232 bool readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig);
DGrGLGpu.cpp2336 bool GrGLGpu::readPixelsSupported(GrSurface* surfaceForConfig, GrPixelConfig readConfig) { in readPixelsSupported() argument
2337 if (GrRenderTarget* rt = surfaceForConfig->asRenderTarget()) { in readPixelsSupported()
2340 GrPixelConfig config = surfaceForConfig->config(); in readPixelsSupported()