Lines Matching refs:textures
816 // Extract pixels on the CPU, since we have to split into separate textures before
891 SkAutoTArray<GrTextureSetEntry> textures(count);
901 textures.get() + base,
962 textures[i].fProxyView = std::move(view);
963 textures[i].fSrcAlphaType = image->alphaType();
964 textures[i].fSrcRect = set[i].fSrcRect;
965 textures[i].fDstRect = set[i].fDstRect;
966 textures[i].fDstClipQuad = clip;
967 textures[i].fPreViewMatrix =
969 textures[i].fColor = texture_color(paint.getColor4f(), set[i].fAlpha,
972 textures[i].fAAFlags = SkToGrQuadAAFlags(set[i].fAAFlags);
976 textures[i].fProxyView.proxy(),
977 textures[base].fProxyView.proxy()) ||
978 textures[i].fProxyView.swizzle() != textures[base].fProxyView.swizzle() ||
986 if (n == 1 || textures[i - 1].fProxyView.proxy() != textures[i].fProxyView.proxy()) {