Lines Matching defs:texture
39 * Makes a texture effect that samples a subset of a texture. The wrap modes of the
46 * linear case in terms of how the final texture coords are computed. If
48 * subset contains the entire texture.
61 * matrix texture coords that will be used to sample the texture. Specifying this requires
77 * the wrapped texture coordinate inside subset rect it further clamps it to a 0.5 inset rect of
81 * sample result. If there is a known restriction on the post-matrix texture coords it can be
104 GrTexture* texture() const { return fView.asTextureProxy()->peekTexture(); }
155 // operate on unnormalized texture coordinates. We will add a uniform that stores
156 // {1/w, 1/h} in a float2 and normalizes after the mode is handled if the texture