Searched refs:targetView (Results 1 – 3 of 3) sorted by relevance
20 const GrSurfaceProxyView& targetView, in GrProgramInfo() argument29 : fNeedsStencil(targetView.asRenderTargetProxy()->needsStencil()) in GrProgramInfo()30 , fBackendFormat(targetView.proxy()->backendFormat()) in GrProgramInfo()31 , fOrigin(targetView.origin()) in GrProgramInfo()33 targetView.asRenderTargetProxy()->supportsVkInputAttachment() && in GrProgramInfo()34 ((targetView.asRenderTargetProxy()->numSamples() > 1 && in GrProgramInfo()35 targetView.asTextureProxy()) || in GrProgramInfo()36 targetView.asRenderTargetProxy()->numSamples() == 1)) in GrProgramInfo()37 , fTargetsNumSamples(targetView.asRenderTargetProxy()->numSamples()) in GrProgramInfo()
100 GrSurfaceProxyView targetView = fDevice->readSurfaceView(); in onNewSurface() local101 int sampleCount = targetView.asRenderTargetProxy()->numSamples(); in onNewSurface()102 GrSurfaceOrigin origin = targetView.origin(); in onNewSurface()326 GrSurfaceProxyView targetView = fDevice->readSurfaceView(); in onIsCompatible() local333 if (!targetView.asTextureProxy()) { in onIsCompatible()341 GrMipmapped::kNo == targetView.asTextureProxy()->mipmapped()) { in onIsCompatible()348 if (characterization.usesGLFBO0() != targetView.asRenderTargetProxy()->glRTFBOIDIs0()) { in onIsCompatible()358 GrBackendFormat format = targetView.asRenderTargetProxy()->backendFormat(); in onIsCompatible()359 int numSamples = targetView.asRenderTargetProxy()->numSamples(); in onIsCompatible()360 GrProtected isProtected = targetView.proxy()->isProtected(); in onIsCompatible()[all …]
1495 public SDLInputConnection(View targetView, boolean fullEditor) { in SDLInputConnection() argument1496 super(targetView, fullEditor); in SDLInputConnection()