Searched refs:fSurfaceType (Results 1 – 5 of 5) sorted by relevance
183 surfaceDesc.fSurfaceType = kRenderTarget_GrPlatformSurfaceType; in getDeviceForBaseTileSurface()254 surfaceDesc.fSurfaceType = kRenderTarget_GrPlatformSurfaceType; in getDeviceForBaseTileFBO()
179 desc->fSurfaceType = kTextureRenderTarget_GrPlatformSurfaceType; in getGrPlatformSurfaceDesc()
530 GrPlatformSurfaceType fSurfaceType; // type of surface to create member
571 bool isTexture = kTexture_GrPlatformSurfaceType == desc.fSurfaceType || in onCreatePlatformSurface()572 kTextureRenderTarget_GrPlatformSurfaceType == desc.fSurfaceType; in onCreatePlatformSurface()573 bool isRenderTarget = kRenderTarget_GrPlatformSurfaceType == desc.fSurfaceType || in onCreatePlatformSurface()574 kTextureRenderTarget_GrPlatformSurfaceType == desc.fSurfaceType; in onCreatePlatformSurface()
372 if (kTexture_GrPlatformSurfaceType == desc.fSurfaceType && in createPlatformSurface()380 if (kTextureRenderTarget_GrPlatformSurfaceType == desc.fSurfaceType && in createPlatformSurface()