Searched refs:fbInfo (Results 1 – 8 of 8) 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()
85 GrMtlTextureInfo fbInfo;86 fbInfo.fTexture.retain((__bridge const void*)(fCurrentDrawable.texture));92 fbInfo);103 fbInfo);
63 GrGLFramebufferInfo fbInfo; in getBackbufferSurface() local64 fbInfo.fFBOID = buffer; in getBackbufferSurface()65 fbInfo.fFormat = GR_GL_RGBA8; in getBackbufferSurface()71 fbInfo); in getBackbufferSurface()
87 // GrMtlTextureInfo fbInfo;88 // fbInfo.fTexture.retain(currentDrawable.texture);93 // fbInfo);
133 GrMtlTextureInfo fbInfo;134 fbInfo.fTexture.retain(currentDrawable.texture);139 fbInfo);
41 GrMtlTextureInfo fbInfo;42 fbInfo.fTexture.retain((__bridge const void*)(drawable.texture));43 GrBackendRenderTarget backendRT(kWidth, kHeight, fbInfo);
3754 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local3755 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()3757 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()
4491 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local4492 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()4494 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()