Home
last modified time | relevance | path

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

/external/skqp/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()
/external/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.mm68 GrMtlTextureInfo fbInfo;
69 fbInfo.fTexture = [[fMTKView currentDrawable] texture];
74 fbInfo);
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm517 GrMtlTextureInfo fbInfo;
518 if (!rt.getMtlTextureInfo(&fbInfo)) {
522 id<MTLTexture> texture = (__bridge id<MTLTexture>)fbInfo.fTexture;
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp2870 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local
2871 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()
2873 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()
2988 GrGLFramebufferInfo fbInfo; in validateBackendRenderTarget() local
2989 if (!rt.getGLFramebufferInfo(&fbInfo)) { in validateBackendRenderTarget()
2992 return validate_sized_format(fbInfo.fFormat, ct, fStandard); in validateBackendRenderTarget()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp2894 GrGLFramebufferInfo fbInfo; in onIsWindowRectanglesSupportedForRT() local
2895 SkAssertResult(backendRT.getGLFramebufferInfo(&fbInfo)); in onIsWindowRectanglesSupportedForRT()
2897 return fbInfo.fFBOID != 0; in onIsWindowRectanglesSupportedForRT()
3019 GrGLFramebufferInfo fbInfo; in validateBackendRenderTarget() local
3020 if (!rt.getGLFramebufferInfo(&fbInfo)) { in validateBackendRenderTarget()
3023 return validate_sized_format(fbInfo.fFormat, ct, fStandard); in validateBackendRenderTarget()