Searched defs:bindRenderTarget (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLCaps.cpp920 std::function<bool ()> bindRenderTarget,
985 if (!bindRenderTarget()) {
917 readPixelsSupported(GrPixelConfig surfaceConfig, GrPixelConfig readConfig, std::function<void (GrGLenum, GrGLint*)> getIntegerv, std::function<bool ()> bindRenderTarget, std::function<void ()> unbindRenderTarget) const argument
H A DGrGLGpu.cpp2195 auto bindRenderTarget = [this, target]() -> bool { local
2204 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,
2210 auto bindRenderTarget = [this, rtConfig, &temp]() -> bool { local
2241 return this->glCaps().readPixelsSupported(rtConfig, readConfig, getIntegerv, bindRenderTarget,

Completed in 60 milliseconds