Searched refs:origFormat (Results 1 – 2 of 2) sorted by relevance
1808 const GrBackendFormat& origFormat = fRenderTargetContext->asSurfaceProxy()->backendFormat(); in onCreateDevice() local1809 GrBackendFormat format = origFormat.makeTexture2D(); in onCreateDevice()
2464 UnicodeString origFormat; in TestRelative() local2465 en_full->format(*c, origFormat, pos); in TestRelative()2467 if(parseFormat!=origFormat) { in TestRelative()2468 …elative Parse ["+bannerStr+"] of "+result+" failed, expected "+parseFormat+" but got "+origFormat); in TestRelative()