Home
last modified time | relevance | path

Searched refs:bindRenderTarget (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h319 std::function<bool ()> bindRenderTarget) const;
DGrGLCaps.cpp753 std::function<bool ()> bindRenderTarget) const { in readPixelsSupported()
803 if (!bindRenderTarget()) { in readPixelsSupported()
DGrGLGpu.cpp2183 auto bindRenderTarget = [this, target]() -> bool { in readPixelsSupported() local
2191 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget); in readPixelsSupported()
2195 auto bindRenderTarget = [this, rtConfig]() -> bool { in readPixelsSupported() local
2211 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget); in readPixelsSupported()