Searched refs:canConfigBeFBOColorAttachment (Results 1 – 3 of 3) sorted by relevance
2223 } else if (this->glCaps().canConfigBeFBOColorAttachment(rtConfig)) { in readPixelsSupported()2315 this->glCaps().canConfigBeFBOColorAttachment(kRGBA_8888_GrPixelConfig) && in onGetReadPixelsInfo()2325 this->glCaps().canConfigBeFBOColorAttachment(kSRGBA_8888_GrPixelConfig) && in onGetReadPixelsInfo()2345 if (this->glCaps().canConfigBeFBOColorAttachment(cpuTempConfig)) { in onGetReadPixelsInfo()2356 } else if (this->glCaps().canConfigBeFBOColorAttachment(readConfig) && in onGetReadPixelsInfo()2367 if ((srcSurface->asRenderTarget() || this->glCaps().canConfigBeFBOColorAttachment(srcConfig)) && in onGetReadPixelsInfo()2385 if (!renderTarget && !this->glCaps().canConfigBeFBOColorAttachment(surface->config())) { in onReadPixels()3320 if (!gpu->glCaps().canConfigBeFBOColorAttachment(dst->config()) || in can_blit_framebuffer_for_copy_surface()3321 !gpu->glCaps().canConfigBeFBOColorAttachment(src->config())) { in can_blit_framebuffer_for_copy_surface()3410 if (gpu->glCaps().canConfigBeFBOColorAttachment(src->config()) && in can_copy_texsubimage()[all …]
131 bool canConfigBeFBOColorAttachment(GrPixelConfig config) const { in canConfigBeFBOColorAttachment() function
924 if (!this->canConfigBeFBOColorAttachment(surfaceConfig)) { in readPixelsSupported()2100 if (this->canConfigBeFBOColorAttachment(kBGRA_8888_GrPixelConfig)) { in initDescForDstCopy()2112 if (this->canConfigBeFBOColorAttachment(src->config())) { in initDescForDstCopy()