Searched refs:backgroundTex (Results 1 – 2 of 2) sorted by relevance
140 GrTexture* backgroundTex = background.getTexture(); in filterImageGPUDeprecated() local141 if (backgroundTex) { in filterImageGPUDeprecated()142 context = backgroundTex->getContext(); in filterImageGPUDeprecated()178 if (backgroundTex) { in filterImageGPUDeprecated()180 backgroundMatrix.setIDiv(backgroundTex->width(), backgroundTex->height()); in filterImageGPUDeprecated()184 backgroundTex, backgroundMatrix, in filterImageGPUDeprecated()185 GrTextureDomain::MakeTexelDomain(backgroundTex, background.bounds()), in filterImageGPUDeprecated()
285 Texture backgroundTex = mFuelBackgroundDrawable.getTexture(); in update() local286 mFuelBackgroundDrawable.resize(backgroundTex.width, backgroundTex.height); in update()