Home
last modified time | relevance | path

Searched refs:fbInfo (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/tools/sk_app/
DGLWindowContext.cpp62 GrGLFramebufferInfo fbInfo; in getBackbufferSurface() local
63 fbInfo.fFBOID = buffer; in getBackbufferSurface()
64 fbInfo.fFormat = GR_GL_RGBA8; in getBackbufferSurface()
70 fbInfo); in getBackbufferSurface()
DMetalWindowContext.mm85 GrMtlTextureInfo fbInfo;
86 fbInfo.fTexture.retain((__bridge const void*)(fCurrentDrawable.texture));
92 fbInfo);
103 fbInfo);
/third_party/skia/tools/sk_app/
DGLWindowContext.cpp63 GrGLFramebufferInfo fbInfo; in getBackbufferSurface() local
64 fbInfo.fFBOID = buffer; in getBackbufferSurface()
65 fbInfo.fFormat = GR_GL_RGBA8; in getBackbufferSurface()
71 fbInfo); in getBackbufferSurface()
DGraphiteMetalWindowContext.mm87 // GrMtlTextureInfo fbInfo;
88 // fbInfo.fTexture.retain(currentDrawable.texture);
93 // fbInfo);
DMetalWindowContext.mm133 GrMtlTextureInfo fbInfo;
134 fbInfo.fTexture.retain(currentDrawable.texture);
139 fbInfo);
/third_party/skia/tests/
DMtlCopySurfaceTest.mm41 GrMtlTextureInfo fbInfo;
42 fbInfo.fTexture.retain((__bridge const void*)(drawable.texture));
43 GrBackendRenderTarget backendRT(kWidth, kHeight, fbInfo);
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp3754 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local
3755 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()
3757 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp4491 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local
4492 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()
4494 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()