• Home
  • Raw
  • Download

Lines Matching refs:asGLFormat

782     const auto format = backendRT.getBackendFormat().asGLFormat();  in onWrapBackendRenderTarget()
1322 texDesc.fFormat = format.asGLFormat(); in onCreateTexture()
1365 } else if (this->glCaps().canFormatBeFBOColorAttachment(format.asGLFormat()) && in onCreateTexture()
1410 desc.fFormat = format.asGLFormat(); in onCreateCompressedTexture()
1449 GrGLFormat glFormat = format.asGLFormat(); in onCreateCompressedBackendTexture()
1487 GrGLFormat glFormat = format.asGLFormat(); in onUpdateCompressedBackendTexture()
1693 int sIdx = this->getCompatibleStencilIndex(colorFormat.asGLFormat()); in makeStencilAttachment()
1739 GrGLenum glFormat = this->glCaps().getRenderbufferInternalFormat(format.asGLFormat()); in makeMSAAAttachment()
1747 numSamples, format.asGLFormat())); in makeMSAAAttachment()
2106 auto format = surface->backendFormat().asGLFormat(); in readOrTransferPixelsFrom()
2113 this->glCaps().getReadPixelsFormat(surface->backendFormat().asGLFormat(), in readOrTransferPixelsFrom()
2843 GrGLFormat dstFormat = dst->backendFormat().asGLFormat(); in can_blit_framebuffer_for_copy_surface()
2844 GrGLFormat srcFormat = src->backendFormat().asGLFormat(); in can_blit_framebuffer_for_copy_surface()
2886 GrGLFormat dstFormat = dst->backendFormat().asGLFormat(); in can_copy_texsubimage()
2887 GrGLFormat srcFormat = src->backendFormat().asGLFormat(); in can_copy_texsubimage()
3000 auto dstFormat = dst->backendFormat().asGLFormat(); in onCopySurface()
3588 GrGLFormat glFormat = format.asGLFormat(); in onCreateBackendTexture()