Searched refs:fbInfo (Results 1 – 6 of 6) sorted by relevance
62 GrGLFramebufferInfo fbInfo; in getBackbufferSurface() local63 fbInfo.fFBOID = buffer; in getBackbufferSurface()64 fbInfo.fFormat = GR_GL_RGBA8; in getBackbufferSurface()70 fbInfo); in getBackbufferSurface()
68 GrMtlTextureInfo fbInfo;69 fbInfo.fTexture = [[fMTKView currentDrawable] texture];74 fbInfo);
517 GrMtlTextureInfo fbInfo;518 if (!rt.getMtlTextureInfo(&fbInfo)) {522 id<MTLTexture> texture = (__bridge id<MTLTexture>)fbInfo.fTexture;
2870 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local2871 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()2873 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()2988 GrGLFramebufferInfo fbInfo; in validateBackendRenderTarget() local2989 if (!rt.getGLFramebufferInfo(&fbInfo)) { in validateBackendRenderTarget()2992 return validate_sized_format(fbInfo.fFormat, ct, fStandard); in validateBackendRenderTarget()
2894 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local2895 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()2897 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()3019 GrGLFramebufferInfo fbInfo; in validateBackendRenderTarget() local3020 if (!rt.getGLFramebufferInfo(&fbInfo)) { in validateBackendRenderTarget()3023 return validate_sized_format(fbInfo.fFormat, ct, fStandard); in validateBackendRenderTarget()