Lines Matching refs:asGLFormat
788 const auto format = backendRT.getBackendFormat().asGLFormat(); in onWrapBackendRenderTarget()
1384 texDesc.fFormat = format.asGLFormat(); in onCreateTexture()
1427 } else if (this->glCaps().canFormatBeFBOColorAttachment(format.asGLFormat()) && in onCreateTexture()
1472 desc.fFormat = format.asGLFormat(); in onCreateCompressedTexture()
1511 GrGLFormat glFormat = format.asGLFormat(); in onCreateCompressedBackendTexture()
1549 GrGLFormat glFormat = format.asGLFormat(); in onUpdateCompressedBackendTexture()
1764 int sIdx = this->getCompatibleStencilIndex(colorFormat.asGLFormat()); in makeStencilAttachment()
1781 return GrGLAttachment::MakeMSAA(this, dimensions, numSamples, format.asGLFormat()); in makeMSAAAttachment()
2140 auto format = surface->backendFormat().asGLFormat(); in readOrTransferPixelsFrom()
2147 this->glCaps().getReadPixelsFormat(surface->backendFormat().asGLFormat(), in readOrTransferPixelsFrom()
2873 GrGLFormat dstFormat = dst->backendFormat().asGLFormat(); in can_blit_framebuffer_for_copy_surface()
2874 GrGLFormat srcFormat = src->backendFormat().asGLFormat(); in can_blit_framebuffer_for_copy_surface()
2916 GrGLFormat dstFormat = dst->backendFormat().asGLFormat(); in can_copy_texsubimage()
2917 GrGLFormat srcFormat = src->backendFormat().asGLFormat(); in can_copy_texsubimage()
3027 auto dstFormat = dst->backendFormat().asGLFormat(); in onCopySurface()
3619 GrGLFormat glFormat = format.asGLFormat(); in onCreateBackendTexture()